COLOR #948F75

HEX: #948F75 RGB: (148,143,117)

Color info

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

RGB color model

#948F75 color RGB value is (148,143,117).

RGB: (148,143,117) (58%, 56%, 46%)

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 117 of 255 = 46%

148
143
117

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

Portions of RGB colors in percentages

R + G + B = 148 + 143 + 117 = 408 (100%)
R 148 of 408 ~ 36.27%
G 143 of 408 ~ 35.05%
B 117 of 408 ~ 28.68'%

%36.27
%35.05
%28.68

CMYK color model

#948F75 color CMYK value is (0,3,21,42).

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

CMYK: (0,3,21,42)
C0M3Y21K42 (0%, 3%, 21%, 42%)
(0.00 / 0.03 / 0.21 / 0.42)

CMYK percentages

%0
%3.38
%20.95
%41.96

Codes

Color #948F75 in popluar color models

94 8F 75
RGB 148 143 117
HSL 50° 12.65% 51.96%
HSB/HSV 50° 20.95% 58.04%
CMYK 0.00% 3.38% 20.95%
41.96%

Color #948F75 in popluar number systems.

HEX 94 8F 75
Decimal 148 143 117
Binary 10010100 10001111 1110101
Octal 224 217 165

Shades and tints

Shades of #948F75

#948F75
(148,143,117)
#87826B
(135,130,107)
#7A7561
(122,117,97)
#6D6857
(109,104,87)
#605B4D
(96,91,77)
#534E43
(83,78,67)
#464139
(70,65,57)
#39342F
(57,52,47)
#2C2725
(44,39,37)
#1F1A1B
(31,26,27)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #948F75

#948F75
(148,143,117)
#9D9981
(157,153,129)
#A6A38D
(166,163,141)
#AFAD99
(175,173,153)
#B8B7A5
(184,183,165)
#C1C1B1
(193,193,177)
#CACBBD
(202,203,189)
#D3D5C9
(211,213,201)
#DCDFD5
(220,223,213)
#E5E9E1
(229,233,225)
#EEF3ED
(238,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948F75; }

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

This text font color is #948F75.

Background Color

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

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

This div background color is #948F75.

Border color

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

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

This div border color is #948F75.

Opacity

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

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

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

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

This text has shadow with #948F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948F75.

Preview

Color preview on black background

This text has color #948F75 on black background.


Color preview on white background

This text has color #948F75 on white background.


Black color preview on #948F75 background

This text has black color on #948F75 background.


White color preview on #948F75 background

This text has white color on #948F75 background.


Related colors

Complementary color

Complementary color for #hex is #6B708A.


I love getcolorcode.com

Triadic colors

1 #75948F and #8F7594 with #948F75 are triadic colors.

2 #758F94 and #8F9475 with #948F75 are triadic colors.