COLOR #948875

HEX: #948875
RGB: (148,136,117)

Color info

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

RGB color model

#948875 color RGB value is (148,136,117).

  • red value is 148;
  • green value is 136;
  • blue value is 117.
RGB:
(148,136,117)
(58%,53%,46%)

RGB channels and saturation

R 148 of 255 = 58%
G 136 of 255 = 53%
B 117 of 255 = 46%

148
136
117

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

Portions of RGB colors in percentages

R + G + B =
148 + 136 + 117 = 401 (100%)
R 148 of 401 ~ 36.91%
G 136 of 401 ~ 33.92%
B 117 of 401 ~ 29.18%

%36.91
%33.92
%29.18

CMYK color model

#948875 color CMYK value is (0,8,21,42).

  • cyan value is 0.00%
  • magenta value is 8.11%
  • yellow value is 20.95%
  • key color value is 41.96%
CMYK:
(0,8,21,42)
C0M8Y21K42 
(0%,8%,21%,42%)
(0.00/0.08/0.21/0.42)	

CMYK percentages

%0
%8.11
%20.95
%41.96

Codes

Color #948875 in popluar color models

948875
RGB148136117
HSL37°12.65%51.96%
HSB/HSV37°20.95%58.04%
CMYK0.00%8.11%20.95%
41.96%

Color #948875 in popluar number systems.

HEX948875
Decimal148136117
Binary10010100100010001110101
Octal224210165

Shades and tints

Shades of #948875

#948875
(148,136,117)
#877C6B
(135,124,107)
#7A7061
(122,112,97)
#6D6457
(109,100,87)
#60584D
(96,88,77)
#534C43
(83,76,67)
#464039
(70,64,57)
#39342F
(57,52,47)
#2C2825
(44,40,37)
#1F1C1B
(31,28,27)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #948875

#948875
(148,136,117)
#9D9281
(157,146,129)
#A69C8D
(166,156,141)
#AFA699
(175,166,153)
#B8B0A5
(184,176,165)
#C1BAB1
(193,186,177)
#CAC4BD
(202,196,189)
#D3CEC9
(211,206,201)
#DCD8D5
(220,216,213)
#E5E2E1
(229,226,225)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948875 color. Also use rgb(148,136,117) instead hex code.

Text Font Color

.myTextColor { color: #948875; }

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

This text font color is #948875.


Background Color

.myBgColor { background-color: #948875; }

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

This div background color is #948875.


Border color

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

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

This div border color is #948875.


Opacity

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

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

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

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

This text has shadow with #948875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948875 on black background.


Color preview on white background

This text has color #948875 on white background.



Black color preview on #948875 background

This text has black color on #948875 background.


White color preview on #948875 background

This text has white color on #948875 background.