Color Hex Logo

#354306 Color Hex

#354306
(53,67,6)
0 Favorites   0 Comments

Color spaces of #354306

RGB 53676
HSL0.200.840.14
HSV74°91°26°
CMYK 0.210.000.91   0.74
XYZ3.50824.78430.9109
Yxy4.78430.38120.5198
Hunter Lab21.8730-9.648412.8420
CIE-Lab26.1112-15.037631.9903

#354306 color RGB value is (53,67,6).

#354306 hex color red value is 53, green value is 67 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #354306 hue: 0.20 , saturation: 0.84 and the lightness value of 354306 is 0.14.

The process color (four color CMYK) of #354306 color hex is 0.21, 0.00, 0.91, 0.74. Web safe color of #354306 is #333300. Color #354306 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000011 00000110
Octal 65 103 6
Decimal 53 67 6
Hex 35 43 6

RGB Percentages of Color #354306

%42.06
%53.17
%4.76

CMYK Percentages of Color #354306

%21
%0
%91
%74

Triadic Colors of #354306

#354306 #063543 #430635

Analogous Colors of #354306

#354306 #174306 #433306

Monochromatic Colors of #354306

#354306

Complementary Color

#354306 #140643

#354306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354306 Color CSS Codes

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

#354306 Text Font Color

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

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


#354306 Background Color

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

This div background color is #354306


#354306 Border Color

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

This div border color is #354306


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,67,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 #354306">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354306


Comments

No comments written yet.

Please login to write comment.