Color Hex Logo

#55382b Color Hex

#55382B
(85,56,43)
0 Favorites   0 Comments

Color spaces of #55382b

RGB 855643
HSL0.050.330.25
HSV19°49°33°
CMYK 0.000.340.49   0.67
XYZ5.59654.93412.9429
Yxy4.93410.41540.3662
Hunter Lab22.21286.10047.6939
CIE-Lab26.546211.130613.3347

#55382b color RGB value is (85,56,43).

#55382b hex color red value is 85, green value is 56 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #55382b hue: 0.05 , saturation: 0.33 and the lightness value of 55382b is 0.25.

The process color (four color CMYK) of #55382b color hex is 0.00, 0.34, 0.49, 0.67. Web safe color of #55382b is #663333. Color #55382b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111000 00101011
Octal 125 70 53
Decimal 85 56 43
Hex 55 38 2B

RGB Percentages of Color #55382b

%46.20
%30.43
%23.37

CMYK Percentages of Color #55382b

%0
%34
%49
%67

Triadic Colors of #55382b

#55382b #2b5538 #382b55

Analogous Colors of #55382b

#55382b #554d2b #552b33

Monochromatic Colors of #55382b

#55382b

Complementary Color

#55382b #2b4855

#55382b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55382b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55382b Color CSS Codes

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

#55382b Text Font Color

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

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


#55382b Background Color

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

This div background color is #55382b


#55382b Border Color

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

This div border color is #55382b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55382b


Comments

No comments written yet.

Please login to write comment.