COLOR #948D62

HEX: #948D62
RGB: (148,141,98)

Color info

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

RGB color model

#948D62 color RGB value is (148,141,98).

  • red value is 148;
  • green value is 141;
  • blue value is 98.
RGB:
(148,141,98)
(58%,55%,38%)

RGB channels and saturation

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

148
141
98

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

Portions of RGB colors in percentages

R + G + B =
148 + 141 + 98 = 387 (100%)
R 148 of 387 ~ 38.24%
G 141 of 387 ~ 36.43%
B 98 of 387 ~ 25.32%

%38.24
%36.43
%25.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.73%
  • 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
%4.73
%33.78
%41.96

Codes

Color #948D62 in popluar color models

948D62
RGB14814198
HSL52°20.33%48.24%
HSB/HSV52°33.78%58.04%
CMYK0.00%4.73%33.78%
41.96%

Color #948D62 in popluar number systems.

HEX948D62
Decimal14814198
Binary10010100100011011100010
Octal224215142

Shades and tints

Shades of #948D62

#948D62
(148,141,98)
#87815A
(135,129,90)
#7A7552
(122,117,82)
#6D694A
(109,105,74)
#605D42
(96,93,66)
#53513A
(83,81,58)
#464532
(70,69,50)
#39392A
(57,57,42)
#2C2D22
(44,45,34)
#1F211A
(31,33,26)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #948D62

#948D62
(148,141,98)
#9D9770
(157,151,112)
#A6A17E
(166,161,126)
#AFAB8C
(175,171,140)
#B8B59A
(184,181,154)
#C1BFA8
(193,191,168)
#CAC9B6
(202,201,182)
#D3D3C4
(211,211,196)
#DCDDD2
(220,221,210)
#E5E7E0
(229,231,224)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948D62; }

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

This text font color is #948D62.


Background Color

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

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

This div background color is #948D62.


Border color

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

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

This div border color is #948D62.


Opacity

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

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

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

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

This text has shadow with #948D62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948D62 on black background.


Color preview on white background

This text has color #948D62 on white background.



Black color preview on #948D62 background

This text has black color on #948D62 background.


White color preview on #948D62 background

This text has white color on #948D62 background.