COLOR #948C62

HEX: #948C62 RGB: (148,140,98)

Color info

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

RGB color model

#948C62 color RGB value is (148,140,98).

RGB: (148,140,98) (58%, 55%, 38%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 98 of 255 = 38%

148
140
98

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

Portions of RGB colors in percentages

R + G + B = 148 + 140 + 98 = 386 (100%)
R 148 of 386 ~ 38.34%
G 140 of 386 ~ 36.27%
B 98 of 386 ~ 25.39'%

%38.34
%36.27
%25.39

CMYK color model

#948C62 color CMYK value is (0,5,34,42).

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

CMYK: (0,5,34,42)
C0M5Y34K42 (0%, 5%, 34%, 42%)
(0.00 / 0.05 / 0.34 / 0.42)

CMYK percentages

%0
%5.41
%33.78
%41.96

Codes

Color #948C62 in popluar color models

94 8C 62
RGB 148 140 98
HSL 50° 20.33% 48.24%
HSB/HSV 50° 33.78% 58.04%
CMYK 0.00% 5.41% 33.78%
41.96%

Color #948C62 in popluar number systems.

HEX 94 8C 62
Decimal 148 140 98
Binary 10010100 10001100 1100010
Octal 224 214 142

Shades and tints

Shades of #948C62

#948C62
(148,140,98)
#87805A
(135,128,90)
#7A7452
(122,116,82)
#6D684A
(109,104,74)
#605C42
(96,92,66)
#53503A
(83,80,58)
#464432
(70,68,50)
#39382A
(57,56,42)
#2C2C22
(44,44,34)
#1F201A
(31,32,26)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #948C62

#948C62
(148,140,98)
#9D9670
(157,150,112)
#A6A07E
(166,160,126)
#AFAA8C
(175,170,140)
#B8B49A
(184,180,154)
#C1BEA8
(193,190,168)
#CAC8B6
(202,200,182)
#D3D2C4
(211,210,196)
#DCDCD2
(220,220,210)
#E5E6E0
(229,230,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948C62; }

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

This text font color is #948C62.

Background Color

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

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

This div background color is #948C62.

Border color

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

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

This div border color is #948C62.

Opacity

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

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

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

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

This text has shadow with #948C62 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948C62.

Preview

Color preview on black background

This text has color #948C62 on black background.


Color preview on white background

This text has color #948C62 on white background.


Black color preview on #948C62 background

This text has black color on #948C62 background.


White color preview on #948C62 background

This text has white color on #948C62 background.


Related colors

Complementary color

Complementary color for #hex is #6B739D.


I love getcolorcode.com

Triadic colors

1 #62948C and #8C6294 with #948C62 are triadic colors.

2 #628C94 and #8C9462 with #948C62 are triadic colors.