Color Hex Logo

#356412 Color Hex

#356412
(53,100,18)
0 Favorites   0 Comments

Color spaces of #356412

RGB 5310018
HSL0.260.690.23
HSV94°82°39°
CMYK 0.470.000.82   0.61
XYZ6.13469.91492.1627
Yxy9.91490.33680.5444
Hunter Lab31.4879-20.327817.9693
CIE-Lab37.6893-30.855438.4039

#356412 color RGB value is (53,100,18).

#356412 hex color red value is 53, green value is 100 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #356412 hue: 0.26 , saturation: 0.69 and the lightness value of 356412 is 0.23.

The process color (four color CMYK) of #356412 color hex is 0.47, 0.00, 0.82, 0.61. Web safe color of #356412 is #336600. Color #356412 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100100 00010010
Octal 65 144 22
Decimal 53 100 18
Hex 35 64 12

RGB Percentages of Color #356412

%30.99
%58.48
%10.53

CMYK Percentages of Color #356412

%47
%0
%82
%61

Triadic Colors of #356412

#356412 #123564 #641235

Analogous Colors of #356412

#356412 #126418 #5e6412

Monochromatic Colors of #356412

#356412

Complementary Color

#356412 #411264

#356412 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356412 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356412 Color CSS Codes

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

#356412 Text Font Color

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

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


#356412 Background Color

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

This div background color is #356412


#356412 Border Color

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

This div border color is #356412


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,100,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #356412; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #356412;
  -webkit-box-shadow: 1px 1px 3px 2px #356412;
  box-shadow:         1px 1px 3px 2px #356412; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,100,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356412


Comments

No comments written yet.

Please login to write comment.