COLOR #985E37

HEX: #985E37 RGB: (152,94,55)

Color info

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

RGB color model

#985E37 color RGB value is (152,94,55).

RGB: (152,94,55) (60%, 37%, 22%)

RGB channels and saturation

R 152 of 255 = 60%
G 94 of 255 = 37%
B 55 of 255 = 22%

152
94
55

R + G + B ~ 40%. #985E37 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 94 + 55 = 301 (100%)
R 152 of 301 ~ 50.5%
G 94 of 301 ~ 31.23%
B 55 of 301 ~ 18.27'%

%50.5
%31.23
%18.27

CMYK color model

#985E37 color CMYK value is (0,38,64,40).

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

CMYK: (0,38,64,40)
C0M38Y64K40 (0%, 38%, 64%, 40%)
(0.00 / 0.38 / 0.64 / 0.40)

CMYK percentages

%0
%38.16
%63.82
%40.39

Codes

Color #985E37 in popluar color models

98 5E 37
RGB 152 94 55
HSL 24° 46.86% 40.59%
HSB/HSV 24° 63.82% 59.61%
CMYK 0.00% 38.16% 63.82%
40.39%

Color #985E37 in popluar number systems.

HEX 98 5E 37
Decimal 152 94 55
Binary 10011000 1011110 110111
Octal 230 136 67

Shades and tints

Shades of #985E37

#985E37
(152,94,55)
#8B5632
(139,86,50)
#7E4E2D
(126,78,45)
#714628
(113,70,40)
#643E23
(100,62,35)
#57361E
(87,54,30)
#4A2E19
(74,46,25)
#3D2614
(61,38,20)
#301E0F
(48,30,15)
#23160A
(35,22,10)
#160E05
(22,14,5)
#000000
(0,0,0)

Tints of #985E37

#985E37
(152,94,55)
#A16C49
(161,108,73)
#AA7A5B
(170,122,91)
#B3886D
(179,136,109)
#BC967F
(188,150,127)
#C5A491
(197,164,145)
#CEB2A3
(206,178,163)
#D7C0B5
(215,192,181)
#E0CEC7
(224,206,199)
#E9DCD9
(233,220,217)
#F2EAEB
(242,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #985E37; }

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

This text font color is #985E37.

Background Color

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

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

This div background color is #985E37.

Border color

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

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

This div border color is #985E37.

Opacity

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

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

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

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

This text has shadow with #985E37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #985E37.

Preview

Color preview on black background

This text has color #985E37 on black background.


Color preview on white background

This text has color #985E37 on white background.


Black color preview on #985E37 background

This text has black color on #985E37 background.


White color preview on #985E37 background

This text has white color on #985E37 background.


Related colors

Complementary color

Complementary color for #hex is #67A1C8.


I love getcolorcode.com

Triadic colors

1 #37985E and #5E3798 with #985E37 are triadic colors.

2 #375E98 and #5E9837 with #985E37 are triadic colors.