COLOR #976258

HEX: #976258
RGB: (151,98,88)

Color info

#976258 contains mainly red and green colors. Web safe color of #976258 is #996666 (or #966).

RGB color model

#976258 color RGB value is (151,98,88).

  • red value is 151;
  • green value is 98;
  • blue value is 88.
RGB:
(151,98,88)
(59%,38%,35%)

RGB channels and saturation

R 151 of 255 = 59%
G 98 of 255 = 38%
B 88 of 255 = 35%

151
98
88

R + G + B ~ 44%. #976258 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
151 + 98 + 88 = 337 (100%)
R 151 of 337 ~ 44.81%
G 98 of 337 ~ 29.08%
B 88 of 337 ~ 26.11%

%44.81
%29.08
%26.11

CMYK color model

#976258 color CMYK value is (0,35,42,41).

  • cyan value is 0.00%
  • magenta value is 35.10%
  • yellow value is 41.72%
  • key color value is 40.78%
CMYK:
(0,35,42,41)
C0M35Y42K41 
(0%,35%,42%,41%)
(0.00/0.35/0.42/0.41)	

CMYK percentages

%0
%35.1
%41.72
%40.78

Codes

Color #976258 in popluar color models

976258
RGB1519888
HSL10°26.36%46.86%
HSB/HSV10°41.72%59.22%
CMYK0.00%35.10%41.72%
40.78%

Color #976258 in popluar number systems.

HEX976258
Decimal1519888
Binary1001011111000101011000
Octal227142130

Shades and tints

Shades of #976258

#976258
(151,98,88)
#8A5A50
(138,90,80)
#7D5248
(125,82,72)
#704A40
(112,74,64)
#634238
(99,66,56)
#563A30
(86,58,48)
#493228
(73,50,40)
#3C2A20
(60,42,32)
#2F2218
(47,34,24)
#221A10
(34,26,16)
#151208
(21,18,8)
#000000
(0,0,0)

Tints of #976258

#976258
(151,98,88)
#A07067
(160,112,103)
#A97E76
(169,126,118)
#B28C85
(178,140,133)
#BB9A94
(187,154,148)
#C4A8A3
(196,168,163)
#CDB6B2
(205,182,178)
#D6C4C1
(214,196,193)
#DFD2D0
(223,210,208)
#E8E0DF
(232,224,223)
#F1EEEE
(241,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976258 color. Also use rgb(151,98,88) instead hex code.

Text Font Color

.myTextColor { color: #976258; }

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

This text font color is #976258.


Background Color

.myBgColor { background-color: #976258; }

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

This div background color is #976258.


Border color

.myBorderColor { border: 1px solid #976258; }

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

This div border color is #976258.


Opacity

.myOpacity80 { color: #976258; opacity: 0.8; }

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

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

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

This text has shadow with #976258 color.

.textShadow {text-shadow: 3px 3px 1px #976258, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #976258;
-webkit-box-shadow: 1px 1px 3px 2px #976258;
box-shadow:1px 1px 3px 2px #976258;">
Div content here</div>
This div box has shadow with color #976258.

Preview

Color preview on black background

This text has color #976258 on black background.


Color preview on white background

This text has color #976258 on white background.



Black color preview on #976258 background

This text has black color on #976258 background.


White color preview on #976258 background

This text has white color on #976258 background.