COLOR #9A513B

HEX: #9A513B
RGB: (154,81,59)

Color info

#9A513B contains mainly red color. Web safe color of #9A513B is #996633 (or #963).

RGB color model

#9A513B color RGB value is (154,81,59).

  • red value is 154;
  • green value is 81;
  • blue value is 59.
RGB:
(154,81,59)
(60%,32%,23%)

RGB channels and saturation

R 154 of 255 = 60%
G 81 of 255 = 32%
B 59 of 255 = 23%

154
81
59

R + G + B ~ 38%. #9A513B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
154 + 81 + 59 = 294 (100%)
R 154 of 294 ~ 52.38%
G 81 of 294 ~ 27.55%
B 59 of 294 ~ 20.07%

%52.38
%27.55
%20.07

CMYK color model

#9A513B color CMYK value is (0,47,62,40).

  • cyan value is 0.00%
  • magenta value is 47.40%
  • yellow value is 61.69%
  • key color value is 39.61%
CMYK:
(0,47,62,40)
C0M47Y62K40 
(0%,47%,62%,40%)
(0.00/0.47/0.62/0.40)	

CMYK percentages

%0
%47.4
%61.69
%39.61

Codes

Color #9A513B in popluar color models

9A513B
RGB1548159
HSL14°44.60%41.76%
HSB/HSV14°61.69%60.39%
CMYK0.00%47.40%61.69%
39.61%

Color #9A513B in popluar number systems.

HEX9A513B
Decimal1548159
Binary100110101010001111011
Octal23212173

Shades and tints

Shades of #9A513B

#9A513B
(154,81,59)
#8C4A36
(140,74,54)
#7E4331
(126,67,49)
#703C2C
(112,60,44)
#623527
(98,53,39)
#542E22
(84,46,34)
#46271D
(70,39,29)
#382018
(56,32,24)
#2A1913
(42,25,19)
#1C120E
(28,18,14)
#0E0B09
(14,11,9)
#000000
(0,0,0)

Tints of #9A513B

#9A513B
(154,81,59)
#A3604C
(163,96,76)
#AC6F5D
(172,111,93)
#B57E6E
(181,126,110)
#BE8D7F
(190,141,127)
#C79C90
(199,156,144)
#D0ABA1
(208,171,161)
#D9BAB2
(217,186,178)
#E2C9C3
(226,201,195)
#EBD8D4
(235,216,212)
#F4E7E5
(244,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A513B color. Also use rgb(154,81,59) instead hex code.

Text Font Color

.myTextColor { color: #9A513B; }

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

This text font color is #9A513B.


Background Color

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

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

This div background color is #9A513B.


Border color

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

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

This div border color is #9A513B.


Opacity

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

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

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

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

This text has shadow with #9A513B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A513B on black background.


Color preview on white background

This text has color #9A513B on white background.



Black color preview on #9A513B background

This text has black color on #9A513B background.


White color preview on #9A513B background

This text has white color on #9A513B background.