COLOR #985A34

HEX: #985A34 RGB: (152,90,52)

Color info

#985A34 contains mainly red color. Web safe color of #985A34 is #996633 (or #963).

RGB color model

#985A34 color RGB value is (152,90,52).

RGB: (152,90,52) (60%, 35%, 20%)

RGB channels and saturation

R 152 of 255 = 60%
G 90 of 255 = 35%
B 52 of 255 = 20%

152
90
52

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

Portions of RGB colors in percentages

R + G + B = 152 + 90 + 52 = 294 (100%)
R 152 of 294 ~ 51.7%
G 90 of 294 ~ 30.61%
B 52 of 294 ~ 17.69'%

%51.7
%30.61
%17.69

CMYK color model

#985A34 color CMYK value is (0,41,66,40).

  • cyan value is 0.00%
  • magenta value is 40.79%
  • yellow value is 65.79%
  • key color value is 40.39%

CMYK: (0,41,66,40)
C0M41Y66K40 (0%, 41%, 66%, 40%)
(0.00 / 0.41 / 0.66 / 0.40)

CMYK percentages

%0
%40.79
%65.79
%40.39

Codes

Color #985A34 in popluar color models

98 5A 34
RGB 152 90 52
HSL 23° 49.02% 40.00%
HSB/HSV 23° 65.79% 59.61%
CMYK 0.00% 40.79% 65.79%
40.39%

Color #985A34 in popluar number systems.

HEX 98 5A 34
Decimal 152 90 52
Binary 10011000 1011010 110100
Octal 230 132 64

Shades and tints

Shades of #985A34

#985A34
(152,90,52)
#8B5230
(139,82,48)
#7E4A2C
(126,74,44)
#714228
(113,66,40)
#643A24
(100,58,36)
#573220
(87,50,32)
#4A2A1C
(74,42,28)
#3D2218
(61,34,24)
#301A14
(48,26,20)
#231210
(35,18,16)
#160A0C
(22,10,12)
#000000
(0,0,0)

Tints of #985A34

#985A34
(152,90,52)
#A16946
(161,105,70)
#AA7858
(170,120,88)
#B3876A
(179,135,106)
#BC967C
(188,150,124)
#C5A58E
(197,165,142)
#CEB4A0
(206,180,160)
#D7C3B2
(215,195,178)
#E0D2C4
(224,210,196)
#E9E1D6
(233,225,214)
#F2F0E8
(242,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #985A34 color. Also use rgb(152,90,52) instead hex code.

Text Font Color

.myTextColor { color: #985A34; }

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

This text font color is #985A34.

Background Color

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

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

This div background color is #985A34.

Border color

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

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

This div border color is #985A34.

Opacity

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

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

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

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

This text has shadow with #985A34 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #985A34.

Preview

Color preview on black background

This text has color #985A34 on black background.


Color preview on white background

This text has color #985A34 on white background.


Black color preview on #985A34 background

This text has black color on #985A34 background.


White color preview on #985A34 background

This text has white color on #985A34 background.


Related colors

Complementary color

Complementary color for #hex is #67A5CB.


I love getcolorcode.com

Triadic colors

1 #34985A and #5A3498 with #985A34 are triadic colors.

2 #345A98 and #5A9834 with #985A34 are triadic colors.