Color Hex Logo

#353928 Color Hex

#353928
(53,57,40)
0 Favorites   0 Comments

Color spaces of #353928

RGB 535740
HSL0.210.180.19
HSV74°30°22°
CMYK 0.070.000.30   0.78
XYZ3.31433.83632.5733
Yxy3.83630.34080.3945
Hunter Lab19.5865-4.07175.9209
CIE-Lab23.1227-5.281610.0580

#353928 color RGB value is (53,57,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111001 00101000
Octal 65 71 50
Decimal 53 57 40
Hex 35 39 28

RGB Percentages of Color #353928

%35.33
%38.00
%26.67

CMYK Percentages of Color #353928

%7
%0
%30
%78

Triadic Colors of #353928

#353928 #283539 #392835

Analogous Colors of #353928

#353928 #2d3928 #393528

Monochromatic Colors of #353928

#353928

Complementary Color

#353928 #2c2839

#353928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353928 Color CSS Codes

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

#353928 Text Font Color

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

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


#353928 Background Color

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

This div background color is #353928


#353928 Border Color

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

This div border color is #353928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353928


Comments

No comments written yet.

Please login to write comment.