COLOR #985E2D

HEX: #985E2D RGB: (152,94,45)

Color info

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

RGB color model

#985E2D color RGB value is (152,94,45).

RGB: (152,94,45) (60%, 37%, 18%)

RGB channels and saturation

R 152 of 255 = 60%
G 94 of 255 = 37%
B 45 of 255 = 18%

152
94
45

R + G + B ~ 38%. #985E2D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 152 + 94 + 45 = 291 (100%)
R 152 of 291 ~ 52.23%
G 94 of 291 ~ 32.3%
B 45 of 291 ~ 15.46'%

%52.23
%32.3
%15.46

CMYK color model

#985E2D color CMYK value is (0,38,70,40).

  • cyan value is 0.00%
  • magenta value is 38.16%
  • yellow value is 70.39%
  • key color value is 40.39%

CMYK: (0,38,70,40)
C0M38Y70K40 (0%, 38%, 70%, 40%)
(0.00 / 0.38 / 0.70 / 0.40)

CMYK percentages

%0
%38.16
%70.39
%40.39

Codes

Color #985E2D in popluar color models

98 5E 2D
RGB 152 94 45
HSL 27° 54.31% 38.63%
HSB/HSV 27° 70.39% 59.61%
CMYK 0.00% 38.16% 70.39%
40.39%

Color #985E2D in popluar number systems.

HEX 98 5E 2D
Decimal 152 94 45
Binary 10011000 1011110 101101
Octal 230 136 55

Shades and tints

Shades of #985E2D

#985E2D
(152,94,45)
#8B5629
(139,86,41)
#7E4E25
(126,78,37)
#714621
(113,70,33)
#643E1D
(100,62,29)
#573619
(87,54,25)
#4A2E15
(74,46,21)
#3D2611
(61,38,17)
#301E0D
(48,30,13)
#231609
(35,22,9)
#160E05
(22,14,5)
#000000
(0,0,0)

Tints of #985E2D

#985E2D
(152,94,45)
#A16C40
(161,108,64)
#AA7A53
(170,122,83)
#B38866
(179,136,102)
#BC9679
(188,150,121)
#C5A48C
(197,164,140)
#CEB29F
(206,178,159)
#D7C0B2
(215,192,178)
#E0CEC5
(224,206,197)
#E9DCD8
(233,220,216)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985E2D color. Also use rgb(152,94,45) instead hex code.

Text Font Color

.myTextColor { color: #985E2D; }

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

This text font color is #985E2D.

Background Color

.myBgColor { background-color: #985E2D; }

<div style="background-color:#985E2D">Inner text</div>

This div background color is #985E2D.

Border color

.myBorderColor { border: 1px solid #985E2D; }

<div style="border:3px solid #985E2D">Div</div>

This div border color is #985E2D.

Opacity

.myOpacity80 { color: #985E2D; opacity: 0.8; }

<p style="color:#985E2D;opacity:0.8;">80%</p>

Text with #985E2D 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 #985E2D;}

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

This text has shadow with #985E2D color.


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

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

This text has shadow with #985E2D primary color and red secondary color.


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

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

This text has shadow with #985E2D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #985E2D.

Preview

Color preview on black background

This text has color #985E2D on black background.


Color preview on white background

This text has color #985E2D on white background.


Black color preview on #985E2D background

This text has black color on #985E2D background.


White color preview on #985E2D background

This text has white color on #985E2D background.


Related colors

Complementary color

Complementary color for #hex is #67A1D2.


I love getcolorcode.com

Triadic colors

1 #2D985E and #5E2D98 with #985E2D are triadic colors.

2 #2D5E98 and #5E982D with #985E2D are triadic colors.