COLOR #5B5A0D

HEX: #5B5A0D
RGB: (91,90,13)

Color info

#5B5A0D contains mainly red and green colors. Web safe color of #5B5A0D is #666600 (or #660).

RGB color model

#5B5A0D color RGB value is (91,90,13).

  • red value is 91;
  • green value is 90;
  • blue value is 13.
RGB:
(91,90,13)
(36%,35%,5%)

RGB channels and saturation

R 91 of 255 = 36%
G 90 of 255 = 35%
B 13 of 255 = 5%

91
90
13

R + G + B ~ 25%. #5B5A0D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
91 + 90 + 13 = 194 (100%)
R 91 of 194 ~ 46.91%
G 90 of 194 ~ 46.39%
B 13 of 194 ~ 6.7%

%46.91
%46.39

CMYK color model

#5B5A0D color CMYK value is (0,1,86,64).

  • cyan value is 0.00%
  • magenta value is 1.10%
  • yellow value is 85.71%
  • key color value is 64.31%
CMYK:
(0,1,86,64)
C0M1Y86K64 
(0%,1%,86%,64%)
(0.00/0.01/0.86/0.64)	

CMYK percentages

%0
%1.1
%85.71
%64.31

Codes

Color #5B5A0D in popluar color models

5B5A0D
RGB919013
HSL59°75.00%20.39%
HSB/HSV59°85.71%35.69%
CMYK0.00%1.10%85.71%
64.31%

Color #5B5A0D in popluar number systems.

HEX5B5A0D
Decimal919013
Binary101101110110101101
Octal13313215

Shades and tints

Shades of #5B5A0D

#5B5A0D
(91,90,13)
#53520C
(83,82,12)
#4B4A0B
(75,74,11)
#43420A
(67,66,10)
#3B3A09
(59,58,9)
#333208
(51,50,8)
#2B2A07
(43,42,7)
#232206
(35,34,6)
#1B1A05
(27,26,5)
#131204
(19,18,4)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #5B5A0D

#5B5A0D
(91,90,13)
#696923
(105,105,35)
#777839
(119,120,57)
#85874F
(133,135,79)
#939665
(147,150,101)
#A1A57B
(161,165,123)
#AFB491
(175,180,145)
#BDC3A7
(189,195,167)
#CBD2BD
(203,210,189)
#D9E1D3
(217,225,211)
#E7F0E9
(231,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5B5A0D color. Also use rgb(91,90,13) instead hex code.

Text Font Color

.myTextColor { color: #5B5A0D; }

<p style="color:#5B5A0D">This sample text font color is #5B5A0D.</p>

This text font color is #5B5A0D.


Background Color

.myBgColor { background-color: #5B5A0D; }

<div style="background-color:#5B5A0D">Inner text</div>

This div background color is #5B5A0D.


Border color

.myBorderColor { border: 1px solid #5B5A0D; }

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

This div border color is #5B5A0D.


Opacity

.myOpacity80 { color: #5B5A0D; opacity: 0.8; }

<p style="color:#5B5A0D;opacity:0.8;">80%</p>

Text with #5B5A0D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #5B5A0D;}

<p style="text-shadow: 3px 3px 1px #5B5A0D">Text here.</p>

This text has shadow with #5B5A0D color.

.textShadow {text-shadow: 3px 3px 1px #5B5A0D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #5B5A0D, 5px 5px 20px red">Text here.</p>

This text has shadow with #5B5A0D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#5B5A0D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#5B5A0D, Direction=45, Strength=4)">Text</p>

This text has shadow with #5B5A0D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #5B5A0D;
  -webkit-box-shadow:	1px 1px 3px 2px #5B5A0D;
  box-shadow:		1px 1px 3px 2px #5B5A0D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5B5A0D;
-webkit-box-shadow: 1px 1px 3px 2px #5B5A0D;
box-shadow:1px 1px 3px 2px #5B5A0D;">
Div content here</div>
This div box has shadow with color #5B5A0D.

Preview

Color preview on black background

This text has color #5B5A0D on black background.


Color preview on white background

This text has color #5B5A0D on white background.



Black color preview on #5B5A0D background

This text has black color on #5B5A0D background.


White color preview on #5B5A0D background

This text has white color on #5B5A0D background.