COLOR #9B580E

HEX: #9B580E
RGB: (155,88,14)

Color info

#9B580E contains mainly red color. Web safe color of #9B580E is #996600 (or #960).

RGB color model

#9B580E color RGB value is (155,88,14).

  • red value is 155;
  • green value is 88;
  • blue value is 14.
RGB:
(155,88,14)
(61%,35%,5%)

RGB channels and saturation

R 155 of 255 = 61%
G 88 of 255 = 35%
B 14 of 255 = 5%

155
88
14

R + G + B ~ 34%. #9B580E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
155 + 88 + 14 = 257 (100%)
R 155 of 257 ~ 60.31%
G 88 of 257 ~ 34.24%
B 14 of 257 ~ 5.45%

%60.31
%34.24

CMYK color model

#9B580E color CMYK value is (0,43,91,39).

  • cyan value is 0.00%
  • magenta value is 43.23%
  • yellow value is 90.97%
  • key color value is 39.22%
CMYK:
(0,43,91,39)
C0M43Y91K39 
(0%,43%,91%,39%)
(0.00/0.43/0.91/0.39)	

CMYK percentages

%0
%43.23
%90.97
%39.22

Codes

Color #9B580E in popluar color models

9B580E
RGB1558814
HSL31°83.43%33.14%
HSB/HSV31°90.97%60.78%
CMYK0.00%43.23%90.97%
39.22%

Color #9B580E in popluar number systems.

HEX9B580E
Decimal1558814
Binary1001101110110001110
Octal23313016

Shades and tints

Shades of #9B580E

#9B580E
(155,88,14)
#8D500D
(141,80,13)
#7F480C
(127,72,12)
#71400B
(113,64,11)
#63380A
(99,56,10)
#553009
(85,48,9)
#472808
(71,40,8)
#392007
(57,32,7)
#2B1806
(43,24,6)
#1D1005
(29,16,5)
#0F0804
(15,8,4)
#000000
(0,0,0)

Tints of #9B580E

#9B580E
(155,88,14)
#A46723
(164,103,35)
#AD7638
(173,118,56)
#B6854D
(182,133,77)
#BF9462
(191,148,98)
#C8A377
(200,163,119)
#D1B28C
(209,178,140)
#DAC1A1
(218,193,161)
#E3D0B6
(227,208,182)
#ECDFCB
(236,223,203)
#F5EEE0
(245,238,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B580E color. Also use rgb(155,88,14) instead hex code.

Text Font Color

.myTextColor { color: #9B580E; }

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

This text font color is #9B580E.


Background Color

.myBgColor { background-color: #9B580E; }

<div style="background-color:#9B580E">Inner text</div>

This div background color is #9B580E.


Border color

.myBorderColor { border: 1px solid #9B580E; }

<div style="border:3px solid #9B580E">Div</div>

This div border color is #9B580E.


Opacity

.myOpacity80 { color: #9B580E; opacity: 0.8; }

<p style="color:#9B580E;opacity:0.8;">80%</p>

Text with #9B580E 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 #9B580E;}

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

This text has shadow with #9B580E color.

.textShadow {text-shadow: 3px 3px 1px #9B580E, 3px 3px 1px red;}

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

This text has shadow with #9B580E primary color and red secondary color.


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

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

This text has shadow with #9B580E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B580E on black background.


Color preview on white background

This text has color #9B580E on white background.



Black color preview on #9B580E background

This text has black color on #9B580E background.


White color preview on #9B580E background

This text has white color on #9B580E background.