COLOR #948F5E

HEX: #948F5E
RGB: (148,143,94)

Color info

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

RGB color model

#948F5E color RGB value is (148,143,94).

  • red value is 148;
  • green value is 143;
  • blue value is 94.
RGB:
(148,143,94)
(58%,56%,37%)

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 94 of 255 = 37%

148
143
94

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

Portions of RGB colors in percentages

R + G + B =
148 + 143 + 94 = 385 (100%)
R 148 of 385 ~ 38.44%
G 143 of 385 ~ 37.14%
B 94 of 385 ~ 24.42%

%38.44
%37.14
%24.42

CMYK color model

#948F5E color CMYK value is (0,3,36,42).

  • cyan value is 0.00%
  • magenta value is 3.38%
  • yellow value is 36.49%
  • key color value is 41.96%
CMYK:
(0,3,36,42)
C0M3Y36K42 
(0%,3%,36%,42%)
(0.00/0.03/0.36/0.42)	

CMYK percentages

%0
%3.38
%36.49
%41.96

Codes

Color #948F5E in popluar color models

948F5E
RGB14814394
HSL54°22.31%47.45%
HSB/HSV54°36.49%58.04%
CMYK0.00%3.38%36.49%
41.96%

Color #948F5E in popluar number systems.

HEX948F5E
Decimal14814394
Binary10010100100011111011110
Octal224217136

Shades and tints

Shades of #948F5E

#948F5E
(148,143,94)
#878256
(135,130,86)
#7A754E
(122,117,78)
#6D6846
(109,104,70)
#605B3E
(96,91,62)
#534E36
(83,78,54)
#46412E
(70,65,46)
#393426
(57,52,38)
#2C271E
(44,39,30)
#1F1A16
(31,26,22)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #948F5E

#948F5E
(148,143,94)
#9D996C
(157,153,108)
#A6A37A
(166,163,122)
#AFAD88
(175,173,136)
#B8B796
(184,183,150)
#C1C1A4
(193,193,164)
#CACBB2
(202,203,178)
#D3D5C0
(211,213,192)
#DCDFCE
(220,223,206)
#E5E9DC
(229,233,220)
#EEF3EA
(238,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948F5E; }

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

This text font color is #948F5E.


Background Color

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

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

This div background color is #948F5E.


Border color

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

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

This div border color is #948F5E.


Opacity

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

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

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

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

This text has shadow with #948F5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948F5E on black background.


Color preview on white background

This text has color #948F5E on white background.



Black color preview on #948F5E background

This text has black color on #948F5E background.


White color preview on #948F5E background

This text has white color on #948F5E background.