Color Hex Logo

#35221f Color Hex

#35221F
(53,34,31)
0 Favorites   0 Comments

Color spaces of #35221f

RGB 533431
HSL0.020.260.16
HSV42°21°
CMYK 0.000.360.42   0.79
XYZ2.28751.99991.5618
Yxy1.99990.39110.3419
Hunter Lab14.14184.12513.3513
CIE-Lab15.48678.64055.6932

#35221f color RGB value is (53,34,31).

#35221f hex color red value is 53, green value is 34 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #35221f hue: 0.02 , saturation: 0.26 and the lightness value of 35221f is 0.16.

The process color (four color CMYK) of #35221f color hex is 0.00, 0.36, 0.42, 0.79. Web safe color of #35221f is #333333. Color #35221f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100010 00011111
Octal 65 42 37
Decimal 53 34 31
Hex 35 22 1F

RGB Percentages of Color #35221f

%44.92
%28.81
%26.27

CMYK Percentages of Color #35221f

%0
%36
%42
%79

Triadic Colors of #35221f

#35221f #1f3522 #221f35

Analogous Colors of #35221f

#35221f #352d1f #351f27

Monochromatic Colors of #35221f

#35221f

Complementary Color

#35221f #1f3235

#35221f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#35221f Color Preview on White Background

Lorem ipsum dolor sit amet.

#35221f Color CSS Codes

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

#35221f Text Font Color

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

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


#35221f Background Color

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

This div background color is #35221f


#35221f Border Color

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

This div border color is #35221f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,34,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #35221f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #35221f;
  -webkit-box-shadow: 1px 1px 3px 2px #35221f;
  box-shadow:         1px 1px 3px 2px #35221f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #35221f


Comments

No comments written yet.

Please login to write comment.