Color Hex Logo

#353825 Color Hex

#353825
(53,56,37)
0 Favorites   0 Comments

Color spaces of #353825

RGB 535637
HSL0.190.200.18
HSV69°34°22°
CMYK 0.050.000.34   0.78
XYZ3.21633.71882.2985
Yxy3.71880.34830.4027
Hunter Lab19.2842-3.97636.4321
CIE-Lab22.7191-5.168211.4826

#353825 color RGB value is (53,56,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111000 00100101
Octal 65 70 45
Decimal 53 56 37
Hex 35 38 25

RGB Percentages of Color #353825

%36.30
%38.36
%25.34

CMYK Percentages of Color #353825

%5
%0
%34
%78

Triadic Colors of #353825

#353825 #253538 #382535

Analogous Colors of #353825

#353825 #2c3825 #383225

Monochromatic Colors of #353825

#353825

Complementary Color

#353825 #282538

#353825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353825 Color CSS Codes

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

#353825 Text Font Color

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

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


#353825 Background Color

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

This div background color is #353825


#353825 Border Color

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

This div border color is #353825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353825


Comments

No comments written yet.

Please login to write comment.