Color Hex Logo

#55350b Color Hex

#55350B
(85,53,11)
0 Favorites   0 Comments

Color spaces of #55350b

RGB 855311
HSL0.090.770.19
HSV34°87°33°
CMYK 0.000.380.87   0.67
XYZ5.07984.50170.9178
Yxy4.50170.48380.4288
Hunter Lab21.21725.606112.2873
CIE-Lab25.265210.471630.4329

#55350b color RGB value is (85,53,11).

#55350b hex color red value is 85, green value is 53 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #55350b hue: 0.09 , saturation: 0.77 and the lightness value of 55350b is 0.19.

The process color (four color CMYK) of #55350b color hex is 0.00, 0.38, 0.87, 0.67. Web safe color of #55350b is #663300. Color #55350b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00110101 00001011
Octal 125 65 13
Decimal 85 53 11
Hex 55 35 B

RGB Percentages of Color #55350b

%57.05
%35.57
%7.38

CMYK Percentages of Color #55350b

%0
%38
%87
%67

Triadic Colors of #55350b

#55350b #0b5535 #350b55

Analogous Colors of #55350b

#55350b #50550b #55100b

Monochromatic Colors of #55350b

#55350b

Complementary Color

#55350b #0b2b55

#55350b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55350b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55350b Color CSS Codes

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

#55350b Text Font Color

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

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


#55350b Background Color

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

This div background color is #55350b


#55350b Border Color

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

This div border color is #55350b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,53,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55350b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55350b;
  -webkit-box-shadow: 1px 1px 3px 2px #55350b;
  box-shadow:         1px 1px 3px 2px #55350b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55350b


Comments

No comments written yet.

Please login to write comment.