Color Hex Logo

#354007 Color Hex

#354007
(53,64,7)
0 Favorites   0 Comments

Color spaces of #354007

RGB 53647
HSL0.200.800.14
HSV72°89°25°
CMYK 0.170.000.89   0.75
XYZ3.33994.43900.8818
Yxy4.43900.38560.5125
Hunter Lab21.0689-8.574412.2668
CIE-Lab25.0727-13.267230.6160

#354007 color RGB value is (53,64,7).

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

The process color (four color CMYK) of #354007 color hex is 0.17, 0.00, 0.89, 0.75. Web safe color of #354007 is #333300. Color #354007 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000000 00000111
Octal 65 100 7
Decimal 53 64 7
Hex 35 40 7

RGB Percentages of Color #354007

%42.74
%51.61
%5.65

CMYK Percentages of Color #354007

%17
%0
%89
%75

Triadic Colors of #354007

#354007 #073540 #400735

Analogous Colors of #354007

#354007 #194007 #402f07

Monochromatic Colors of #354007

#354007

Complementary Color

#354007 #120740

#354007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354007 Color CSS Codes

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

#354007 Text Font Color

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

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


#354007 Background Color

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

This div background color is #354007


#354007 Border Color

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

This div border color is #354007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354007


Comments

No comments written yet.

Please login to write comment.