Color Hex Logo

#354612 Color Hex

#354612
(53,70,18)
0 Favorites   0 Comments

Color spaces of #354612

RGB 537018
HSL0.220.590.17
HSV80°74°27°
CMYK 0.240.000.74   0.73
XYZ3.76755.18091.3737
Yxy5.18090.36500.5019
Hunter Lab22.7616-10.287512.3549
CIE-Lab27.2441-15.916227.9993

#354612 color RGB value is (53,70,18).

#354612 hex color red value is 53, green value is 70 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #354612 hue: 0.22 , saturation: 0.59 and the lightness value of 354612 is 0.17.

The process color (four color CMYK) of #354612 color hex is 0.24, 0.00, 0.74, 0.73. Web safe color of #354612 is #333300. Color #354612 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000110 00010010
Octal 65 106 22
Decimal 53 70 18
Hex 35 46 12

RGB Percentages of Color #354612

%37.59
%49.65
%12.77

CMYK Percentages of Color #354612

%24
%0
%74
%73

Triadic Colors of #354612

#354612 #123546 #461235

Analogous Colors of #354612

#354612 #1b4612 #463d12

Monochromatic Colors of #354612

#354612

Complementary Color

#354612 #231246

#354612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354612 Color CSS Codes

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

#354612 Text Font Color

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

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


#354612 Background Color

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

This div background color is #354612


#354612 Border Color

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

This div border color is #354612


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354612


Comments

No comments written yet.

Please login to write comment.