Color Hex Logo

#35251e Color Hex

#35251E
(53,37,30)
0 Favorites   0 Comments

Color spaces of #35251e

RGB 533730
HSL0.050.280.16
HSV18°43°21°
CMYK 0.000.300.43   0.79
XYZ2.36412.17381.5233
Yxy2.17380.39000.3586
Hunter Lab14.74382.82004.1949
CIE-Lab16.37416.40927.6258

#35251e color RGB value is (53,37,30).

#35251e hex color red value is 53, green value is 37 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #35251e hue: 0.05 , saturation: 0.28 and the lightness value of 35251e is 0.16.

The process color (four color CMYK) of #35251e color hex is 0.00, 0.30, 0.43, 0.79. Web safe color of #35251e is #333333. Color #35251e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100101 00011110
Octal 65 45 36
Decimal 53 37 30
Hex 35 25 1E

RGB Percentages of Color #35251e

%44.17
%30.83
%25.00

CMYK Percentages of Color #35251e

%0
%30
%43
%79

Triadic Colors of #35251e

#35251e #1e3525 #251e35

Analogous Colors of #35251e

#35251e #35311e #351e23

Monochromatic Colors of #35251e

#35251e

Complementary Color

#35251e #1e2e35

#35251e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35251e Color Preview on White Background

Lorem ipsum dolor sit amet.

#35251e Color CSS Codes

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

#35251e Text Font Color

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

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


#35251e Background Color

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

This div background color is #35251e


#35251e Border Color

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

This div border color is #35251e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35251e


Comments

No comments written yet.

Please login to write comment.