COLOR #948F7D

HEX: #948F7D RGB: (148,143,125)

Color info

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

RGB color model

#948F7D color RGB value is (148,143,125).

RGB: (148,143,125) (58%, 56%, 49%)

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 125 of 255 = 49%

148
143
125

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

Portions of RGB colors in percentages

R + G + B = 148 + 143 + 125 = 416 (100%)
R 148 of 416 ~ 35.58%
G 143 of 416 ~ 34.38%
B 125 of 416 ~ 30.05'%

%35.58
%34.38
%30.05

CMYK color model

#948F7D color CMYK value is (0,3,16,42).

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 15.54%
  • key color value is 41.96%
CMYK: (0,3,16,42) C0M3Y16K42 (0%,3%,16%,42%) (0.00/0.03/0.16/0.42) 

CMYK percentages

%0
%3.38
%15.54
%41.96

Codes

Color #948F7D in popluar color models

94 8F 7D
RGB 148 143 125
HSL 47° 9.70% 53.53%
HSB/HSV 47° 15.54% 58.04%
CMYK 0.00% 3.38% 15.54%
41.96%

Color #948F7D in popluar number systems.

HEX 94 8F 7D
Decimal 148 143 125
Binary 10010100 10001111 1111101
Octal 224 217 175

Shades and tints

Shades of #948F7D

#948F7D
(148,143,125)
#878272
(135,130,114)
#7A7567
(122,117,103)
#6D685C
(109,104,92)
#605B51
(96,91,81)
#534E46
(83,78,70)
#46413B
(70,65,59)
#393430
(57,52,48)
#2C2725
(44,39,37)
#1F1A1A
(31,26,26)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #948F7D

#948F7D
(148,143,125)
#9D9988
(157,153,136)
#A6A393
(166,163,147)
#AFAD9E
(175,173,158)
#B8B7A9
(184,183,169)
#C1C1B4
(193,193,180)
#CACBBF
(202,203,191)
#D3D5CA
(211,213,202)
#DCDFD5
(220,223,213)
#E5E9E0
(229,233,224)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948F7D color. Also use rgb(148,143,125) instead hex code.

Text Font Color

.myTextColor { color: #948F7D; }

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

This text font color is #948F7D.

Background Color

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

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

This div background color is #948F7D.

Border color

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

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

This div border color is #948F7D.

Opacity

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

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

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

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

This text has shadow with #948F7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948F7D.

Preview

Color preview on black background

This text has color #948F7D on black background.


Color preview on white background

This text has color #948F7D on white background.


Black color preview on #948F7D background

This text has black color on #948F7D background.


White color preview on #948F7D background

This text has white color on #948F7D background.


Related colors

Complementary color

Complementary color for #hex is #6B7082.


I love getcolorcode.com

Triadic colors

1 #7D948F and #8F7D94 with #948F7D are triadic colors.

2 #7D8F94 and #8F947D with #948F7D are triadic colors.