COLOR #9A7827

HEX: #9A7827
RGB: (154,120,39)

Color info

#9A7827 contains mainly red and green colors. Web safe color of #9A7827 is #996633 (or #963).

RGB color model

#9A7827 color RGB value is (154,120,39).

  • red value is 154;
  • green value is 120;
  • blue value is 39.
RGB:
(154,120,39)
(60%,47%,15%)

RGB channels and saturation

R 154 of 255 = 60%
G 120 of 255 = 47%
B 39 of 255 = 15%

154
120
39

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

Portions of RGB colors in percentages

R + G + B =
154 + 120 + 39 = 313 (100%)
R 154 of 313 ~ 49.2%
G 120 of 313 ~ 38.34%
B 39 of 313 ~ 12.46%

%49.2
%38.34
%12.46

CMYK color model

#9A7827 color CMYK value is (0,22,75,40).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 74.68%
  • key color value is 39.61%
CMYK:
(0,22,75,40)
C0M22Y75K40 
(0%,22%,75%,40%)
(0.00/0.22/0.75/0.40)	

CMYK percentages

%0
%22.08
%74.68
%39.61

Codes

Color #9A7827 in popluar color models

9A7827
RGB15412039
HSL42°59.59%37.84%
HSB/HSV42°74.68%60.39%
CMYK0.00%22.08%74.68%
39.61%

Color #9A7827 in popluar number systems.

HEX9A7827
Decimal15412039
Binary100110101111000100111
Octal23217047

Shades and tints

Shades of #9A7827

#9A7827
(154,120,39)
#8C6E24
(140,110,36)
#7E6421
(126,100,33)
#705A1E
(112,90,30)
#62501B
(98,80,27)
#544618
(84,70,24)
#463C15
(70,60,21)
#383212
(56,50,18)
#2A280F
(42,40,15)
#1C1E0C
(28,30,12)
#0E1409
(14,20,9)
#000000
(0,0,0)

Tints of #9A7827

#9A7827
(154,120,39)
#A3843A
(163,132,58)
#AC904D
(172,144,77)
#B59C60
(181,156,96)
#BEA873
(190,168,115)
#C7B486
(199,180,134)
#D0C099
(208,192,153)
#D9CCAC
(217,204,172)
#E2D8BF
(226,216,191)
#EBE4D2
(235,228,210)
#F4F0E5
(244,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7827 color. Also use rgb(154,120,39) instead hex code.

Text Font Color

.myTextColor { color: #9A7827; }

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

This text font color is #9A7827.


Background Color

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

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

This div background color is #9A7827.


Border color

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

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

This div border color is #9A7827.


Opacity

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

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

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

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

This text has shadow with #9A7827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7827 on black background.


Color preview on white background

This text has color #9A7827 on white background.



Black color preview on #9A7827 background

This text has black color on #9A7827 background.


White color preview on #9A7827 background

This text has white color on #9A7827 background.