Color Hex Logo

#354714 Color Hex

#354714
(53,71,20)
0 Favorites   0 Comments

Color spaces of #354714

RGB 537120
HSL0.230.560.18
HSV81°72°28°
CMYK 0.250.000.72   0.72
XYZ3.84775.31391.4847
Yxy5.31390.36140.4991
Hunter Lab23.0519-10.546612.3176
CIE-Lab27.6110-16.296527.4102

#354714 color RGB value is (53,71,20).

#354714 hex color red value is 53, green value is 71 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #354714 hue: 0.23 , saturation: 0.56 and the lightness value of 354714 is 0.18.

The process color (four color CMYK) of #354714 color hex is 0.25, 0.00, 0.72, 0.72. Web safe color of #354714 is #333300. Color #354714 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000111 00010100
Octal 65 107 24
Decimal 53 71 20
Hex 35 47 14

RGB Percentages of Color #354714

%36.81
%49.31
%13.89

CMYK Percentages of Color #354714

%25
%0
%72
%72

Triadic Colors of #354714

#354714 #143547 #471435

Analogous Colors of #354714

#354714 #1c4714 #474014

Monochromatic Colors of #354714

#354714

Complementary Color

#354714 #261447

#354714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354714 Color CSS Codes

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

#354714 Text Font Color

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

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


#354714 Background Color

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

This div background color is #354714


#354714 Border Color

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

This div border color is #354714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354714


Comments

No comments written yet.

Please login to write comment.