COLOR #9F7627

HEX: #9F7627 RGB: (159,118,39)

Color info

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

RGB color model

#9F7627 color RGB value is (159,118,39).

RGB: (159,118,39) (62%, 46%, 15%)

RGB channels and saturation

R 159 of 255 = 62%
G 118 of 255 = 46%
B 39 of 255 = 15%

159
118
39

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

Portions of RGB colors in percentages

R + G + B = 159 + 118 + 39 = 316 (100%)
R 159 of 316 ~ 50.32%
G 118 of 316 ~ 37.34%
B 39 of 316 ~ 12.34'%

%50.32
%37.34
%12.34

CMYK color model

#9F7627 color CMYK value is (0,26,75,38).

  • cyan value is 0.00%
  • magenta value is 25.79%
  • yellow value is 75.47%
  • key color value is 37.65%

CMYK: (0,26,75,38)
C0M26Y75K38 (0%, 26%, 75%, 38%)
(0.00 / 0.26 / 0.75 / 0.38)

CMYK percentages

%0
%25.79
%75.47
%37.65

Codes

Color #9F7627 in popluar color models

9F 76 27
RGB 159 118 39
HSL 40° 60.61% 38.82%
HSB/HSV 40° 75.47% 62.35%
CMYK 0.00% 25.79% 75.47%
37.65%

Color #9F7627 in popluar number systems.

HEX 9F 76 27
Decimal 159 118 39
Binary 10011111 1110110 100111
Octal 237 166 47

Shades and tints

Shades of #9F7627

#9F7627
(159,118,39)
#916C24
(145,108,36)
#836221
(131,98,33)
#75581E
(117,88,30)
#674E1B
(103,78,27)
#594418
(89,68,24)
#4B3A15
(75,58,21)
#3D3012
(61,48,18)
#2F260F
(47,38,15)
#211C0C
(33,28,12)
#131209
(19,18,9)
#000000
(0,0,0)

Tints of #9F7627

#9F7627
(159,118,39)
#A7823A
(167,130,58)
#AF8E4D
(175,142,77)
#B79A60
(183,154,96)
#BFA673
(191,166,115)
#C7B286
(199,178,134)
#CFBE99
(207,190,153)
#D7CAAC
(215,202,172)
#DFD6BF
(223,214,191)
#E7E2D2
(231,226,210)
#EFEEE5
(239,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F7627 color. Also use rgb(159,118,39) instead hex code.

Text Font Color

.myTextColor { color: #9F7627; }

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

This text font color is #9F7627.

Background Color

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

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

This div background color is #9F7627.

Border color

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

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

This div border color is #9F7627.

Opacity

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

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

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

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

This text has shadow with #9F7627 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F7627.

Preview

Color preview on black background

This text has color #9F7627 on black background.


Color preview on white background

This text has color #9F7627 on white background.


Black color preview on #9F7627 background

This text has black color on #9F7627 background.


White color preview on #9F7627 background

This text has white color on #9F7627 background.


Related colors

Complementary color

Complementary color for #hex is #6089D8.


I love getcolorcode.com

Triadic colors

1 #279F76 and #76279F with #9F7627 are triadic colors.

2 #27769F and #769F27 with #9F7627 are triadic colors.