Color Hex Logo

#55240b Color Hex

#55240B
(85,36,11)
0 Favorites   0 Comments

Color spaces of #55240b

RGB 853611
HSL0.060.770.19
HSV20°87°33°
CMYK 0.000.580.87   0.67
XYZ4.43763.21720.7037
Yxy3.21720.53090.3849
Hunter Lab17.936612.772910.2295
CIE-Lab20.893621.017825.9581

#55240b color RGB value is (85,36,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00100100 00001011
Octal 125 44 13
Decimal 85 36 11
Hex 55 24 B

RGB Percentages of Color #55240b

%64.39
%27.27
%8.33

CMYK Percentages of Color #55240b

%0
%58
%87
%67

Triadic Colors of #55240b

#55240b #0b5524 #240b55

Analogous Colors of #55240b

#55240b #55490b #550b17

Monochromatic Colors of #55240b

#55240b

Complementary Color

#55240b #0b3c55

#55240b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55240b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55240b Color CSS Codes

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

#55240b Text Font Color

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

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


#55240b Background Color

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

This div background color is #55240b


#55240b Border Color

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

This div border color is #55240b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,36,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 #55240b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55240b


Comments

No comments written yet.

Please login to write comment.