COLOR #948C68

HEX: #948C68 RGB: (148,140,104)

Color info

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

RGB color model

#948C68 color RGB value is (148,140,104).

RGB: (148,140,104) (58%, 55%, 41%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 104 of 255 = 41%

148
140
104

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

Portions of RGB colors in percentages

R + G + B = 148 + 140 + 104 = 392 (100%)
R 148 of 392 ~ 37.76%
G 140 of 392 ~ 35.71%
B 104 of 392 ~ 26.53'%

%37.76
%35.71
%26.53

CMYK color model

#948C68 color CMYK value is (0,5,30,42).

  • cyan value is 0.00%
  • magenta value is 5.41%
  • yellow value is 29.73%
  • key color value is 41.96%
CMYK: (0,5,30,42) C0M5Y30K42 (0%,5%,30%,42%) (0.00/0.05/0.30/0.42) 

CMYK percentages

%0
%5.41
%29.73
%41.96

Codes

Color #948C68 in popluar color models

94 8C 68
RGB 148 140 104
HSL 49° 17.46% 49.41%
HSB/HSV 49° 29.73% 58.04%
CMYK 0.00% 5.41% 29.73%
41.96%

Color #948C68 in popluar number systems.

HEX 94 8C 68
Decimal 148 140 104
Binary 10010100 10001100 1101000
Octal 224 214 150

Shades and tints

Shades of #948C68

#948C68
(148,140,104)
#87805F
(135,128,95)
#7A7456
(122,116,86)
#6D684D
(109,104,77)
#605C44
(96,92,68)
#53503B
(83,80,59)
#464432
(70,68,50)
#393829
(57,56,41)
#2C2C20
(44,44,32)
#1F2017
(31,32,23)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #948C68

#948C68
(148,140,104)
#9D9675
(157,150,117)
#A6A082
(166,160,130)
#AFAA8F
(175,170,143)
#B8B49C
(184,180,156)
#C1BEA9
(193,190,169)
#CAC8B6
(202,200,182)
#D3D2C3
(211,210,195)
#DCDCD0
(220,220,208)
#E5E6DD
(229,230,221)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948C68; }

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

This text font color is #948C68.

Background Color

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

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

This div background color is #948C68.

Border color

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

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

This div border color is #948C68.

Opacity

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

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

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

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

This text has shadow with #948C68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948C68.

Preview

Color preview on black background

This text has color #948C68 on black background.


Color preview on white background

This text has color #948C68 on white background.


Black color preview on #948C68 background

This text has black color on #948C68 background.


White color preview on #948C68 background

This text has white color on #948C68 background.


Related colors

Complementary color

Complementary color for #hex is #6B7397.


I love getcolorcode.com

Triadic colors

1 #68948C and #8C6894 with #948C68 are triadic colors.

2 #688C94 and #8C9468 with #948C68 are triadic colors.