Color Hex Logo

#553908 Color Hex

#553908
(85,57,8)
0 Favorites   0 Comments

Color spaces of #553908

RGB 85578
HSL0.110.830.18
HSV38°91°33°
CMYK 0.000.330.91   0.67
XYZ5.25334.87510.8938
Yxy4.87510.47660.4423
Hunter Lab22.07963.830313.0556
CIE-Lab26.37597.804132.6913

#553908 color RGB value is (85,57,8).

#553908 hex color red value is 85, green value is 57 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #553908 hue: 0.11 , saturation: 0.83 and the lightness value of 553908 is 0.18.

The process color (four color CMYK) of #553908 color hex is 0.00, 0.33, 0.91, 0.67. Web safe color of #553908 is #663300. Color #553908 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111001 00001000
Octal 125 71 10
Decimal 85 57 8
Hex 55 39 8

RGB Percentages of Color #553908

%56.67
%38.00
%5.33

CMYK Percentages of Color #553908

%0
%33
%91
%67

Triadic Colors of #553908

#553908 #085539 #390855

Analogous Colors of #553908

#553908 #4b5508 #551308

Monochromatic Colors of #553908

#553908

Complementary Color

#553908 #082455

#553908 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553908 Color Preview on White Background

Lorem ipsum dolor sit amet.

#553908 Color CSS Codes

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

#553908 Text Font Color

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

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


#553908 Background Color

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

This div background color is #553908


#553908 Border Color

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

This div border color is #553908


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,57,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #553908; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #553908;
  -webkit-box-shadow: 1px 1px 3px 2px #553908;
  box-shadow:         1px 1px 3px 2px #553908; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553908


Comments

No comments written yet.

Please login to write comment.