Color Hex Logo

#308750 Color Hex

#308750
(48,135,80)
0 Favorites   0 Comments

Color spaces of #308750

RGB 4813580
HSL0.390.480.36
HSV142°64°53°
CMYK 0.640.000.41   0.47
XYZ11.330918.535510.5699
Yxy18.53550.28020.4584
Hunter Lab43.0529-28.363915.5807
CIE-Lab50.1393-39.001722.1153

#308750 color RGB value is (48,135,80).

#308750 hex color red value is 48, green value is 135 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #308750 hue: 0.39 , saturation: 0.48 and the lightness value of 308750 is 0.36.

The process color (four color CMYK) of #308750 color hex is 0.64, 0.00, 0.41, 0.47. Web safe color of #308750 is #339966. Color #308750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000111 01010000
Octal 60 207 120
Decimal 48 135 80
Hex 30 87 50

RGB Percentages of Color #308750

%18.25
%51.33
%30.42

CMYK Percentages of Color #308750

%64
%0
%41
%47

Triadic Colors of #308750

#308750 #503087 #875030

Analogous Colors of #308750

#308750 #30877c #3c8730

Monochromatic Colors of #308750

#308750

Complementary Color

#308750 #873067

#308750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308750 Color CSS Codes

.mybgcolor {background-color:#308750; } 
.myforecolor {color:#308750; }
.mybordercolor {border:3px solid #308750; }

#308750 Text Font Color

<p style="color:#308750">Text here</p>

This sample text font color is #308750
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#308750 Background Color

<div style="background-color:#308750">
Div content here</div>

This div background color is #308750


#308750 Border Color

<div style="border:3px solid #308750">
Div here</div>

This div border color is #308750


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,135,80, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #308750; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #308750;
  -webkit-box-shadow: 1px 1px 3px 2px #308750;
  box-shadow:         1px 1px 3px 2px #308750; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,135,80, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #308750">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #308750;
  -webkit-box-shadow: 1px 1px 3px 2px #308750;
  box-shadow:         1px 1px 3px 2px #308750;">
Div content here</div>

This div box has shadow with color #308750


Comments

No comments written yet.

Please login to write comment.