Color Hex Logo

#354921 Color Hex

#354921
(53,73,33)
0 Favorites   0 Comments

Color spaces of #354921

RGB 537333
HSL0.250.380.21
HSV90°55°29°
CMYK 0.270.000.55   0.71
XYZ4.12535.63182.3085
Yxy5.63180.34190.4668
Hunter Lab23.7314-10.500810.8445
CIE-Lab28.4638-15.939421.3073

#354921 color RGB value is (53,73,33).

#354921 hex color red value is 53, green value is 73 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #354921 hue: 0.25 , saturation: 0.38 and the lightness value of 354921 is 0.21.

The process color (four color CMYK) of #354921 color hex is 0.27, 0.00, 0.55, 0.71. Web safe color of #354921 is #333333. Color #354921 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001001 00100001
Octal 65 111 41
Decimal 53 73 33
Hex 35 49 21

RGB Percentages of Color #354921

%33.33
%45.91
%20.75

CMYK Percentages of Color #354921

%27
%0
%55
%71

Triadic Colors of #354921

#354921 #213549 #492135

Analogous Colors of #354921

#354921 #214921 #494921

Monochromatic Colors of #354921

#354921

Complementary Color

#354921 #352149

#354921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354921 Color CSS Codes

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

#354921 Text Font Color

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

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


#354921 Background Color

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

This div background color is #354921


#354921 Border Color

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

This div border color is #354921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354921


Comments

No comments written yet.

Please login to write comment.