Color Hex Logo

#387206 Color Hex

#387206
(56,114,6)
0 Favorites   0 Comments

Color spaces of #387206

RGB 561146
HSL0.260.900.24
HSV92°95°45°
CMYK 0.510.000.95   0.55
XYZ7.681112.88852.2552
Yxy12.88850.33650.5647
Hunter Lab35.9006-24.635021.4059
CIE-Lab42.5948-36.392246.1002

#387206 color RGB value is (56,114,6).

#387206 hex color red value is 56, green value is 114 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #387206 hue: 0.26 , saturation: 0.90 and the lightness value of 387206 is 0.24.

The process color (four color CMYK) of #387206 color hex is 0.51, 0.00, 0.95, 0.55. Web safe color of #387206 is #336600. Color #387206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110010 00000110
Octal 70 162 6
Decimal 56 114 6
Hex 38 72 6

RGB Percentages of Color #387206

%31.82
%64.77
%3.41

CMYK Percentages of Color #387206

%51
%0
%95
%55

Triadic Colors of #387206

#387206 #063872 #720638

Analogous Colors of #387206

#387206 #06720a #6e7206

Monochromatic Colors of #387206

#387206

Complementary Color

#387206 #400672

#387206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#387206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#387206 Color CSS Codes

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

#387206 Text Font Color

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

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


#387206 Background Color

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

This div background color is #387206


#387206 Border Color

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

This div border color is #387206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #387206


Comments

No comments written yet.

Please login to write comment.