COLOR #9B825A

HEX: #9B825A
RGB: (155,130,90)

Color info

#9B825A contains mainly red and green colors. Web safe color of #9B825A is #999966 (or #996).

RGB color model

#9B825A color RGB value is (155,130,90).

  • red value is 155;
  • green value is 130;
  • blue value is 90.
RGB:
(155,130,90)
(61%,51%,35%)

RGB channels and saturation

R 155 of 255 = 61%
G 130 of 255 = 51%
B 90 of 255 = 35%

155
130
90

R + G + B ~ 49%. #9B825A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
155 + 130 + 90 = 375 (100%)
R 155 of 375 ~ 41.33%
G 130 of 375 ~ 34.67%
B 90 of 375 ~ 24%

%41.33
%34.67
%24

CMYK color model

#9B825A color CMYK value is (0,16,42,39).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 41.94%
  • key color value is 39.22%
CMYK:
(0,16,42,39)
C0M16Y42K39 
(0%,16%,42%,39%)
(0.00/0.16/0.42/0.39)	

CMYK percentages

%0
%16.13
%41.94
%39.22

Codes

Color #9B825A in popluar color models

9B825A
RGB15513090
HSL37°26.53%48.04%
HSB/HSV37°41.94%60.78%
CMYK0.00%16.13%41.94%
39.22%

Color #9B825A in popluar number systems.

HEX9B825A
Decimal15513090
Binary10011011100000101011010
Octal233202132

Shades and tints

Shades of #9B825A

#9B825A
(155,130,90)
#8D7752
(141,119,82)
#7F6C4A
(127,108,74)
#716142
(113,97,66)
#63563A
(99,86,58)
#554B32
(85,75,50)
#47402A
(71,64,42)
#393522
(57,53,34)
#2B2A1A
(43,42,26)
#1D1F12
(29,31,18)
#0F140A
(15,20,10)
#000000
(0,0,0)

Tints of #9B825A

#9B825A
(155,130,90)
#A48D69
(164,141,105)
#AD9878
(173,152,120)
#B6A387
(182,163,135)
#BFAE96
(191,174,150)
#C8B9A5
(200,185,165)
#D1C4B4
(209,196,180)
#DACFC3
(218,207,195)
#E3DAD2
(227,218,210)
#ECE5E1
(236,229,225)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B825A color. Also use rgb(155,130,90) instead hex code.

Text Font Color

.myTextColor { color: #9B825A; }

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

This text font color is #9B825A.


Background Color

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

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

This div background color is #9B825A.


Border color

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

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

This div border color is #9B825A.


Opacity

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

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

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

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

This text has shadow with #9B825A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B825A on black background.


Color preview on white background

This text has color #9B825A on white background.



Black color preview on #9B825A background

This text has black color on #9B825A background.


White color preview on #9B825A background

This text has white color on #9B825A background.