Color Hex Logo

#353824 Color Hex

#353824
(53,56,36)
0 Favorites   0 Comments

Color spaces of #353824

RGB 535636
HSL0.190.220.18
HSV69°36°22°
CMYK 0.050.000.36   0.78
XYZ3.20083.71262.2170
Yxy3.71260.35060.4066
Hunter Lab19.2681-4.06696.6657
CIE-Lab22.6976-5.335612.1067

#353824 color RGB value is (53,56,36).

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

The process color (four color CMYK) of #353824 color hex is 0.05, 0.00, 0.36, 0.78. Web safe color of #353824 is #333333. Color #353824 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111000 00100100
Octal 65 70 44
Decimal 53 56 36
Hex 35 38 24

RGB Percentages of Color #353824

%36.55
%38.62
%24.83

CMYK Percentages of Color #353824

%5
%0
%36
%78

Triadic Colors of #353824

#353824 #243538 #382435

Analogous Colors of #353824

#353824 #2b3824 #383124

Monochromatic Colors of #353824

#353824

Complementary Color

#353824 #272438

#353824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353824 Color CSS Codes

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

#353824 Text Font Color

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

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


#353824 Background Color

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

This div background color is #353824


#353824 Border Color

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

This div border color is #353824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353824


Comments

No comments written yet.

Please login to write comment.