COLOR #977258

HEX: #977258
RGB: (151,114,88)

Color info

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

RGB color model

#977258 color RGB value is (151,114,88).

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

RGB channels and saturation

R 151 of 255 = 59%
G 114 of 255 = 45%
B 88 of 255 = 35%

151
114
88

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

Portions of RGB colors in percentages

R + G + B =
151 + 114 + 88 = 353 (100%)
R 151 of 353 ~ 42.78%
G 114 of 353 ~ 32.29%
B 88 of 353 ~ 24.93%

%42.78
%32.29
%24.93

CMYK color model

#977258 color CMYK value is (0,25,42,41).

  • cyan value is 0.00%
  • magenta value is 24.50%
  • yellow value is 41.72%
  • key color value is 40.78%
CMYK:
(0,25,42,41)
C0M25Y42K41 
(0%,25%,42%,41%)
(0.00/0.25/0.42/0.41)	

CMYK percentages

%0
%24.5
%41.72
%40.78

Codes

Color #977258 in popluar color models

977258
RGB15111488
HSL25°26.36%46.86%
HSB/HSV25°41.72%59.22%
CMYK0.00%24.50%41.72%
40.78%

Color #977258 in popluar number systems.

HEX977258
Decimal15111488
Binary1001011111100101011000
Octal227162130

Shades and tints

Shades of #977258

#977258
(151,114,88)
#8A6850
(138,104,80)
#7D5E48
(125,94,72)
#705440
(112,84,64)
#634A38
(99,74,56)
#564030
(86,64,48)
#493628
(73,54,40)
#3C2C20
(60,44,32)
#2F2218
(47,34,24)
#221810
(34,24,16)
#150E08
(21,14,8)
#000000
(0,0,0)

Tints of #977258

#977258
(151,114,88)
#A07E67
(160,126,103)
#A98A76
(169,138,118)
#B29685
(178,150,133)
#BBA294
(187,162,148)
#C4AEA3
(196,174,163)
#CDBAB2
(205,186,178)
#D6C6C1
(214,198,193)
#DFD2D0
(223,210,208)
#E8DEDF
(232,222,223)
#F1EAEE
(241,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #977258; }

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

This text font color is #977258.


Background Color

.myBgColor { background-color: #977258; }

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

This div background color is #977258.


Border color

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

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

This div border color is #977258.


Opacity

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

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

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

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

This text has shadow with #977258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977258 on black background.


Color preview on white background

This text has color #977258 on white background.



Black color preview on #977258 background

This text has black color on #977258 background.


White color preview on #977258 background

This text has white color on #977258 background.