Color Hex Logo

#5b480a Color Hex

#5B480A
(91,72,10)
0 Favorites   0 Comments

Color spaces of #5b480a

RGB 917210
HSL0.130.800.20
HSV46°89°36°
CMYK 0.000.210.89   0.64
XYZ6.68656.88081.2629
Yxy6.88080.45090.4640
Hunter Lab26.2313-0.404115.5074
CIE-Lab31.53401.518736.6828

#5b480a color RGB value is (91,72,10).

#5b480a hex color red value is 91, green value is 72 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #5b480a hue: 0.13 , saturation: 0.80 and the lightness value of 5b480a is 0.20.

The process color (four color CMYK) of #5b480a color hex is 0.00, 0.21, 0.89, 0.64. Web safe color of #5b480a is #663300. Color #5b480a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 01001000 00001010
Octal 133 110 12
Decimal 91 72 10
Hex 5B 48 A

RGB Percentages of Color #5b480a

%52.60
%41.62
%5.78

CMYK Percentages of Color #5b480a

%0
%21
%89
%64

Triadic Colors of #5b480a

#5b480a #0a5b48 #480a5b

Analogous Colors of #5b480a

#5b480a #465b0a #5b200a

Monochromatic Colors of #5b480a

#5b480a

Complementary Color

#5b480a #0a1d5b

#5b480a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b480a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b480a Color CSS Codes

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

#5b480a Text Font Color

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

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


#5b480a Background Color

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

This div background color is #5b480a


#5b480a Border Color

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

This div border color is #5b480a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,72,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b480a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b480a;
  -webkit-box-shadow: 1px 1px 3px 2px #5b480a;
  box-shadow:         1px 1px 3px 2px #5b480a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,72,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b480a


Comments

No comments written yet.

Please login to write comment.