COLOR #9F582E

HEX: #9F582E RGB: (159,88,46)

Color info

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

RGB color model

#9F582E color RGB value is (159,88,46).

RGB: (159,88,46) (62%, 35%, 18%)

RGB channels and saturation

R 159 of 255 = 62%
G 88 of 255 = 35%
B 46 of 255 = 18%

159
88
46

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

Portions of RGB colors in percentages

R + G + B = 159 + 88 + 46 = 293 (100%)
R 159 of 293 ~ 54.27%
G 88 of 293 ~ 30.03%
B 46 of 293 ~ 15.7'%

%54.27
%30.03
%15.7

CMYK color model

#9F582E color CMYK value is (0,45,71,38).

  • cyan value is 0.00%
  • magenta value is 44.65%
  • yellow value is 71.07%
  • key color value is 37.65%

CMYK: (0,45,71,38)
C0M45Y71K38 (0%, 45%, 71%, 38%)
(0.00 / 0.45 / 0.71 / 0.38)

CMYK percentages

%0
%44.65
%71.07
%37.65

Codes

Color #9F582E in popluar color models

9F 58 2E
RGB 159 88 46
HSL 22° 55.12% 40.20%
HSB/HSV 22° 71.07% 62.35%
CMYK 0.00% 44.65% 71.07%
37.65%

Color #9F582E in popluar number systems.

HEX 9F 58 2E
Decimal 159 88 46
Binary 10011111 1011000 101110
Octal 237 130 56

Shades and tints

Shades of #9F582E

#9F582E
(159,88,46)
#91502A
(145,80,42)
#834826
(131,72,38)
#754022
(117,64,34)
#67381E
(103,56,30)
#59301A
(89,48,26)
#4B2816
(75,40,22)
#3D2012
(61,32,18)
#2F180E
(47,24,14)
#21100A
(33,16,10)
#130806
(19,8,6)
#000000
(0,0,0)

Tints of #9F582E

#9F582E
(159,88,46)
#A76741
(167,103,65)
#AF7654
(175,118,84)
#B78567
(183,133,103)
#BF947A
(191,148,122)
#C7A38D
(199,163,141)
#CFB2A0
(207,178,160)
#D7C1B3
(215,193,179)
#DFD0C6
(223,208,198)
#E7DFD9
(231,223,217)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F582E color. Also use rgb(159,88,46) instead hex code.

Text Font Color

.myTextColor { color: #9F582E; }

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

This text font color is #9F582E.

Background Color

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

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

This div background color is #9F582E.

Border color

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

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

This div border color is #9F582E.

Opacity

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

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

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

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

This text has shadow with #9F582E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9F582E.

Preview

Color preview on black background

This text has color #9F582E on black background.


Color preview on white background

This text has color #9F582E on white background.


Black color preview on #9F582E background

This text has black color on #9F582E background.


White color preview on #9F582E background

This text has white color on #9F582E background.


Related colors

Complementary color

Complementary color for #hex is #60A7D1.


I love getcolorcode.com

Triadic colors

1 #2E9F58 and #582E9F with #9F582E are triadic colors.

2 #2E589F and #589F2E with #9F582E are triadic colors.