Color Hex Logo

#367242 Color Hex

#367242
(54,114,66)
0 Favorites   0 Comments

Color spaces of #367242

RGB 5411466
HSL0.370.360.33
HSV132°53°45°
CMYK 0.530.000.42   0.55
XYZ8.522013.21227.2553
Yxy13.21220.29400.4558
Hunter Lab36.3486-21.760313.6095
CIE-Lab43.0813-30.872120.7815

#367242 color RGB value is (54,114,66).

#367242 hex color red value is 54, green value is 114 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #367242 hue: 0.37 , saturation: 0.36 and the lightness value of 367242 is 0.33.

The process color (four color CMYK) of #367242 color hex is 0.53, 0.00, 0.42, 0.55. Web safe color of #367242 is #336633. Color #367242 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110010 01000010
Octal 66 162 102
Decimal 54 114 66
Hex 36 72 42

RGB Percentages of Color #367242

%23.08
%48.72
%28.21

CMYK Percentages of Color #367242

%53
%0
%42
%55

Triadic Colors of #367242

#367242 #423672 #724236

Analogous Colors of #367242

#367242 #367260 #487236

Monochromatic Colors of #367242

#367242

Complementary Color

#367242 #723666

#367242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#367242 Color CSS Codes

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

#367242 Text Font Color

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

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


#367242 Background Color

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

This div background color is #367242


#367242 Border Color

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

This div border color is #367242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367242


Comments

No comments written yet.

Please login to write comment.