COLOR #948772

HEX: #948772
RGB: (148,135,114)

Color info

#948772 contains red, green and blue colors in about the same proportion. Web safe color of #948772 is #999966 (or #996).

RGB color model

#948772 color RGB value is (148,135,114).

  • red value is 148;
  • green value is 135;
  • blue value is 114.
RGB:
(148,135,114)
(58%,53%,45%)

RGB channels and saturation

R 148 of 255 = 58%
G 135 of 255 = 53%
B 114 of 255 = 45%

148
135
114

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

Portions of RGB colors in percentages

R + G + B =
148 + 135 + 114 = 397 (100%)
R 148 of 397 ~ 37.28%
G 135 of 397 ~ 34.01%
B 114 of 397 ~ 28.72%

%37.28
%34.01
%28.72

CMYK color model

#948772 color CMYK value is (0,9,23,42).

  • cyan value is 0.00%
  • magenta value is 8.78%
  • yellow value is 22.97%
  • key color value is 41.96%
CMYK:
(0,9,23,42)
C0M9Y23K42 
(0%,9%,23%,42%)
(0.00/0.09/0.23/0.42)	

CMYK percentages

%0
%8.78
%22.97
%41.96

Codes

Color #948772 in popluar color models

948772
RGB148135114
HSL37°13.71%51.37%
HSB/HSV37°22.97%58.04%
CMYK0.00%8.78%22.97%
41.96%

Color #948772 in popluar number systems.

HEX948772
Decimal148135114
Binary10010100100001111110010
Octal224207162

Shades and tints

Shades of #948772

#948772
(148,135,114)
#877B68
(135,123,104)
#7A6F5E
(122,111,94)
#6D6354
(109,99,84)
#60574A
(96,87,74)
#534B40
(83,75,64)
#463F36
(70,63,54)
#39332C
(57,51,44)
#2C2722
(44,39,34)
#1F1B18
(31,27,24)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #948772

#948772
(148,135,114)
#9D917E
(157,145,126)
#A69B8A
(166,155,138)
#AFA596
(175,165,150)
#B8AFA2
(184,175,162)
#C1B9AE
(193,185,174)
#CAC3BA
(202,195,186)
#D3CDC6
(211,205,198)
#DCD7D2
(220,215,210)
#E5E1DE
(229,225,222)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948772 color. Also use rgb(148,135,114) instead hex code.

Text Font Color

.myTextColor { color: #948772; }

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

This text font color is #948772.


Background Color

.myBgColor { background-color: #948772; }

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

This div background color is #948772.


Border color

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

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

This div border color is #948772.


Opacity

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

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

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

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

This text has shadow with #948772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948772 on black background.


Color preview on white background

This text has color #948772 on white background.



Black color preview on #948772 background

This text has black color on #948772 background.


White color preview on #948772 background

This text has white color on #948772 background.