COLOR #948775

HEX: #948775
RGB: (148,135,117)

Color info

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

RGB color model

#948775 color RGB value is (148,135,117).

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

RGB channels and saturation

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

148
135
117

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

Portions of RGB colors in percentages

R + G + B =
148 + 135 + 117 = 400 (100%)
R 148 of 400 ~ 37%
G 135 of 400 ~ 33.75%
B 117 of 400 ~ 29.25%

%37
%33.75
%29.25

CMYK color model

#948775 color CMYK value is (0,9,21,42).

  • cyan value is 0.00%
  • magenta value is 8.78%
  • yellow value is 20.95%
  • key color value is 41.96%
CMYK:
(0,9,21,42)
C0M9Y21K42 
(0%,9%,21%,42%)
(0.00/0.09/0.21/0.42)	

CMYK percentages

%0
%8.78
%20.95
%41.96

Codes

Color #948775 in popluar color models

948775
RGB148135117
HSL35°12.65%51.96%
HSB/HSV35°20.95%58.04%
CMYK0.00%8.78%20.95%
41.96%

Color #948775 in popluar number systems.

HEX948775
Decimal148135117
Binary10010100100001111110101
Octal224207165

Shades and tints

Shades of #948775

#948775
(148,135,117)
#877B6B
(135,123,107)
#7A6F61
(122,111,97)
#6D6357
(109,99,87)
#60574D
(96,87,77)
#534B43
(83,75,67)
#463F39
(70,63,57)
#39332F
(57,51,47)
#2C2725
(44,39,37)
#1F1B1B
(31,27,27)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #948775

#948775
(148,135,117)
#9D9181
(157,145,129)
#A69B8D
(166,155,141)
#AFA599
(175,165,153)
#B8AFA5
(184,175,165)
#C1B9B1
(193,185,177)
#CAC3BD
(202,195,189)
#D3CDC9
(211,205,201)
#DCD7D5
(220,215,213)
#E5E1E1
(229,225,225)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948775; }

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

This text font color is #948775.


Background Color

.myBgColor { background-color: #948775; }

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

This div background color is #948775.


Border color

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

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

This div border color is #948775.


Opacity

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

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

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

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

This text has shadow with #948775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948775 on black background.


Color preview on white background

This text has color #948775 on white background.



Black color preview on #948775 background

This text has black color on #948775 background.


White color preview on #948775 background

This text has white color on #948775 background.