COLOR #978253

HEX: #978253
RGB: (151,130,83)

Color info

#978253 contains mainly red and green colors. Web safe color of #978253 is #999966 (or #996).

RGB color model

#978253 color RGB value is (151,130,83).

  • red value is 151;
  • green value is 130;
  • blue value is 83.
RGB:
(151,130,83)
(59%,51%,33%)

RGB channels and saturation

R 151 of 255 = 59%
G 130 of 255 = 51%
B 83 of 255 = 33%

151
130
83

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

Portions of RGB colors in percentages

R + G + B =
151 + 130 + 83 = 364 (100%)
R 151 of 364 ~ 41.48%
G 130 of 364 ~ 35.71%
B 83 of 364 ~ 22.8%

%41.48
%35.71
%22.8

CMYK color model

#978253 color CMYK value is (0,14,45,41).

  • cyan value is 0.00%
  • magenta value is 13.91%
  • yellow value is 45.03%
  • key color value is 40.78%
CMYK:
(0,14,45,41)
C0M14Y45K41 
(0%,14%,45%,41%)
(0.00/0.14/0.45/0.41)	

CMYK percentages

%0
%13.91
%45.03
%40.78

Codes

Color #978253 in popluar color models

978253
RGB15113083
HSL41°29.06%45.88%
HSB/HSV41°45.03%59.22%
CMYK0.00%13.91%45.03%
40.78%

Color #978253 in popluar number systems.

HEX978253
Decimal15113083
Binary10010111100000101010011
Octal227202123

Shades and tints

Shades of #978253

#978253
(151,130,83)
#8A774C
(138,119,76)
#7D6C45
(125,108,69)
#70613E
(112,97,62)
#635637
(99,86,55)
#564B30
(86,75,48)
#494029
(73,64,41)
#3C3522
(60,53,34)
#2F2A1B
(47,42,27)
#221F14
(34,31,20)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #978253

#978253
(151,130,83)
#A08D62
(160,141,98)
#A99871
(169,152,113)
#B2A380
(178,163,128)
#BBAE8F
(187,174,143)
#C4B99E
(196,185,158)
#CDC4AD
(205,196,173)
#D6CFBC
(214,207,188)
#DFDACB
(223,218,203)
#E8E5DA
(232,229,218)
#F1F0E9
(241,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978253 color. Also use rgb(151,130,83) instead hex code.

Text Font Color

.myTextColor { color: #978253; }

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

This text font color is #978253.


Background Color

.myBgColor { background-color: #978253; }

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

This div background color is #978253.


Border color

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

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

This div border color is #978253.


Opacity

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

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

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

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

This text has shadow with #978253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #978253 on black background.


Color preview on white background

This text has color #978253 on white background.



Black color preview on #978253 background

This text has black color on #978253 background.


White color preview on #978253 background

This text has white color on #978253 background.