Color Hex Logo

#386211 Color Hex

#386211
(56,98,17)
0 Favorites   0 Comments

Color spaces of #386211

RGB 569817
HSL0.250.700.23
HSV91°83°38°
CMYK 0.430.000.83   0.62
XYZ6.09979.61662.0650
Yxy9.61660.34300.5408
Hunter Lab31.0106-19.158217.7593
CIE-Lab37.1453-28.892038.2944

#386211 color RGB value is (56,98,17).

#386211 hex color red value is 56, green value is 98 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #386211 hue: 0.25 , saturation: 0.70 and the lightness value of 386211 is 0.23.

The process color (four color CMYK) of #386211 color hex is 0.43, 0.00, 0.83, 0.62. Web safe color of #386211 is #336600. Color #386211 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100010 00010001
Octal 70 142 21
Decimal 56 98 17
Hex 38 62 11

RGB Percentages of Color #386211

%32.75
%57.31
%9.94

CMYK Percentages of Color #386211

%43
%0
%83
%62

Triadic Colors of #386211

#386211 #113862 #621138

Analogous Colors of #386211

#386211 #116213 #606211

Monochromatic Colors of #386211

#386211

Complementary Color

#386211 #3b1162

#386211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#386211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#386211 Color CSS Codes

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

#386211 Text Font Color

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

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


#386211 Background Color

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

This div background color is #386211


#386211 Border Color

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

This div border color is #386211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #386211


Comments

No comments written yet.

Please login to write comment.