Color Hex Logo

#353927 Color Hex

#353927
(53,57,39)
0 Favorites   0 Comments

Color spaces of #353927

RGB 535739
HSL0.200.190.19
HSV73°32°22°
CMYK 0.070.000.32   0.78
XYZ3.29753.82962.4848
Yxy3.82960.34310.3984
Hunter Lab19.5694-4.16866.1703
CIE-Lab23.0999-5.459810.6844

#353927 color RGB value is (53,57,39).

#353927 hex color red value is 53, green value is 57 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #353927 hue: 0.20 , saturation: 0.19 and the lightness value of 353927 is 0.19.

The process color (four color CMYK) of #353927 color hex is 0.07, 0.00, 0.32, 0.78. Web safe color of #353927 is #333333. Color #353927 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111001 00100111
Octal 65 71 47
Decimal 53 57 39
Hex 35 39 27

RGB Percentages of Color #353927

%35.57
%38.26
%26.17

CMYK Percentages of Color #353927

%7
%0
%32
%78

Triadic Colors of #353927

#353927 #273539 #392735

Analogous Colors of #353927

#353927 #2c3927 #393427

Monochromatic Colors of #353927

#353927

Complementary Color

#353927 #2b2739

#353927 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353927 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353927 Color CSS Codes

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

#353927 Text Font Color

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

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


#353927 Background Color

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

This div background color is #353927


#353927 Border Color

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

This div border color is #353927


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353927


Comments

No comments written yet.

Please login to write comment.