COLOR #948C75

HEX: #948C75 RGB: (148,140,117)

Color info

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

RGB color model

#948C75 color RGB value is (148,140,117).

RGB: (148,140,117) (58%, 55%, 46%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 117 of 255 = 46%

148
140
117

R + G + B ~ 53%. #948C75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 140 + 117 = 405 (100%)
R 148 of 405 ~ 36.54%
G 140 of 405 ~ 34.57%
B 117 of 405 ~ 28.89'%

%36.54
%34.57
%28.89

CMYK color model

#948C75 color CMYK value is (0,5,21,42).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 20.95%
  • key color value is 41.96%

CMYK: (0,5,21,42)
C0M5Y21K42 (0%, 5%, 21%, 42%)
(0.00 / 0.05 / 0.21 / 0.42)

CMYK percentages

%0
%5.41
%20.95
%41.96

Codes

Color #948C75 in popluar color models

94 8C 75
RGB 148 140 117
HSL 45° 12.65% 51.96%
HSB/HSV 45° 20.95% 58.04%
CMYK 0.00% 5.41% 20.95%
41.96%

Color #948C75 in popluar number systems.

HEX 94 8C 75
Decimal 148 140 117
Binary 10010100 10001100 1110101
Octal 224 214 165

Shades and tints

Shades of #948C75

#948C75
(148,140,117)
#87806B
(135,128,107)
#7A7461
(122,116,97)
#6D6857
(109,104,87)
#605C4D
(96,92,77)
#535043
(83,80,67)
#464439
(70,68,57)
#39382F
(57,56,47)
#2C2C25
(44,44,37)
#1F201B
(31,32,27)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #948C75

#948C75
(148,140,117)
#9D9681
(157,150,129)
#A6A08D
(166,160,141)
#AFAA99
(175,170,153)
#B8B4A5
(184,180,165)
#C1BEB1
(193,190,177)
#CAC8BD
(202,200,189)
#D3D2C9
(211,210,201)
#DCDCD5
(220,220,213)
#E5E6E1
(229,230,225)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948C75; }

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

This text font color is #948C75.

Background Color

.myBgColor { background-color: #948C75; }

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

This div background color is #948C75.

Border color

.myBorderColor { border: 1px solid #948C75; }

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

This div border color is #948C75.

Opacity

.myOpacity80 { color: #948C75; opacity: 0.8; }

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

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

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

This text has shadow with #948C75 color.


.textShadow {text-shadow: 3px 3px 1px #948C75', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #948C75; -webkit-box-shadow: 1px 1px 3px 2px #948C75; box-shadow:1px 1px 3px 2px #948C75;">
Div content here
</div>

This div box has shadow with color #948C75.

Preview

Color preview on black background

This text has color #948C75 on black background.


Color preview on white background

This text has color #948C75 on white background.


Black color preview on #948C75 background

This text has black color on #948C75 background.


White color preview on #948C75 background

This text has white color on #948C75 background.


Related colors

Complementary color

Complementary color for #hex is #6B738A.


I love getcolorcode.com

Triadic colors

1 #75948C and #8C7594 with #948C75 are triadic colors.

2 #758C94 and #8C9475 with #948C75 are triadic colors.