Color Hex Logo

#307652 Color Hex

#307652
(48,118,82)
0 Favorites   0 Comments

Color spaces of #307652

RGB 4811882
HSL0.410.420.33
HSV149°59°46°
CMYK 0.590.000.31   0.54
XYZ9.220314.194410.2365
Yxy14.19440.27400.4218
Hunter Lab37.6755-22.247810.2636
CIE-Lab44.5104-31.079713.3872

#307652 color RGB value is (48,118,82).

#307652 hex color red value is 48, green value is 118 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #307652 hue: 0.41 , saturation: 0.42 and the lightness value of 307652 is 0.33.

The process color (four color CMYK) of #307652 color hex is 0.59, 0.00, 0.31, 0.54. Web safe color of #307652 is #336666. Color #307652 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110110 01010010
Octal 60 166 122
Decimal 48 118 82
Hex 30 76 52

RGB Percentages of Color #307652

%19.35
%47.58
%33.06

CMYK Percentages of Color #307652

%59
%0
%31
%54

Triadic Colors of #307652

#307652 #523076 #765230

Analogous Colors of #307652

#307652 #307675 #317630

Monochromatic Colors of #307652

#307652

Complementary Color

#307652 #763054

#307652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307652 Color CSS Codes

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

#307652 Text Font Color

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

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


#307652 Background Color

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

This div background color is #307652


#307652 Border Color

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

This div border color is #307652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307652


Comments

No comments written yet.

Please login to write comment.