Color Hex Logo

#308772 Color Hex

#308772
(48,135,114)
0 Favorites   0 Comments

Color spaces of #308772

RGB 48135114
HSL0.460.480.36
HSV166°64°53°
CMYK 0.640.000.16   0.47
XYZ12.920219.171218.9390
Yxy19.17120.25320.3757
Hunter Lab43.7849-23.95135.0038
CIE-Lab50.8869-31.21853.6799

#308772 color RGB value is (48,135,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000111 01110010
Octal 60 207 162
Decimal 48 135 114
Hex 30 87 72

RGB Percentages of Color #308772

%16.16
%45.45
%38.38

CMYK Percentages of Color #308772

%64
%0
%16
%47

Triadic Colors of #308772

#308772 #723087 #877230

Analogous Colors of #308772

#308772 #307187 #308747

Monochromatic Colors of #308772

#308772

Complementary Color

#308772 #873045

#308772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308772 Color CSS Codes

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

#308772 Text Font Color

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

This sample text font color is #308772
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.


#308772 Background Color

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

This div background color is #308772


#308772 Border Color

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

This div border color is #308772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308772


Comments

No comments written yet.

Please login to write comment.