Color Hex Logo

#354033 Color Hex

#354033
(53,64,51)
0 Favorites   0 Comments

Color spaces of #354033

RGB 536451
HSL0.310.110.23
HSV111°20°25°
CMYK 0.170.000.20   0.75
XYZ3.89914.66273.8265
Yxy4.66270.31470.3764
Hunter Lab21.5933-5.55654.6086
CIE-Lab25.7513-7.51986.4746

#354033 color RGB value is (53,64,51).

#354033 hex color red value is 53, green value is 64 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #354033 hue: 0.31 , saturation: 0.11 and the lightness value of 354033 is 0.23.

The process color (four color CMYK) of #354033 color hex is 0.17, 0.00, 0.20, 0.75. Web safe color of #354033 is #333333. Color #354033 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000000 00110011
Octal 65 100 63
Decimal 53 64 51
Hex 35 40 33

RGB Percentages of Color #354033

%31.55
%38.10
%30.36

CMYK Percentages of Color #354033

%17
%0
%20
%75

Triadic Colors of #354033

#354033 #333540 #403335

Analogous Colors of #354033

#354033 #334038 #3c4033

Monochromatic Colors of #354033

#354033

Complementary Color

#354033 #3e3340

#354033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354033 Color CSS Codes

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

#354033 Text Font Color

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

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


#354033 Background Color

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

This div background color is #354033


#354033 Border Color

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

This div border color is #354033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354033


Comments

No comments written yet.

Please login to write comment.