Color Hex Logo

#354321 Color Hex

#354321
(53,67,33)
0 Favorites   0 Comments

Color spaces of #354321

RGB 536733
HSL0.240.340.20
HSV85°51°26°
CMYK 0.210.000.51   0.74
XYZ3.74994.88102.1833
Yxy4.88100.34680.4514
Hunter Lab22.0930-8.36559.6059
CIE-Lab26.3930-12.513818.7562

#354321 color RGB value is (53,67,33).

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

The process color (four color CMYK) of #354321 color hex is 0.21, 0.00, 0.51, 0.74. Web safe color of #354321 is #333333. Color #354321 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000011 00100001
Octal 65 103 41
Decimal 53 67 33
Hex 35 43 21

RGB Percentages of Color #354321

%34.64
%43.79
%21.57

CMYK Percentages of Color #354321

%21
%0
%51
%74

Triadic Colors of #354321

#354321 #213543 #432135

Analogous Colors of #354321

#354321 #244321 #434021

Monochromatic Colors of #354321

#354321

Complementary Color

#354321 #2f2143

#354321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354321 Color CSS Codes

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

#354321 Text Font Color

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

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


#354321 Background Color

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

This div background color is #354321


#354321 Border Color

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

This div border color is #354321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354321


Comments

No comments written yet.

Please login to write comment.