COLOR #948374

HEX: #948374
RGB: (148,131,116)

Color info

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

RGB color model

#948374 color RGB value is (148,131,116).

  • red value is 148;
  • green value is 131;
  • blue value is 116.
RGB:
(148,131,116)
(58%,51%,45%)

RGB channels and saturation

R 148 of 255 = 58%
G 131 of 255 = 51%
B 116 of 255 = 45%

148
131
116

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

Portions of RGB colors in percentages

R + G + B =
148 + 131 + 116 = 395 (100%)
R 148 of 395 ~ 37.47%
G 131 of 395 ~ 33.16%
B 116 of 395 ~ 29.37%

%37.47
%33.16
%29.37

CMYK color model

#948374 color CMYK value is (0,11,22,42).

  • cyan value is 0.00%
  • magenta value is 11.49%
  • yellow value is 21.62%
  • key color value is 41.96%
CMYK:
(0,11,22,42)
C0M11Y22K42 
(0%,11%,22%,42%)
(0.00/0.11/0.22/0.42)	

CMYK percentages

%0
%11.49
%21.62
%41.96

Codes

Color #948374 in popluar color models

948374
RGB148131116
HSL28°13.01%51.76%
HSB/HSV28°21.62%58.04%
CMYK0.00%11.49%21.62%
41.96%

Color #948374 in popluar number systems.

HEX948374
Decimal148131116
Binary10010100100000111110100
Octal224203164

Shades and tints

Shades of #948374

#948374
(148,131,116)
#87786A
(135,120,106)
#7A6D60
(122,109,96)
#6D6256
(109,98,86)
#60574C
(96,87,76)
#534C42
(83,76,66)
#464138
(70,65,56)
#39362E
(57,54,46)
#2C2B24
(44,43,36)
#1F201A
(31,32,26)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #948374

#948374
(148,131,116)
#9D8E80
(157,142,128)
#A6998C
(166,153,140)
#AFA498
(175,164,152)
#B8AFA4
(184,175,164)
#C1BAB0
(193,186,176)
#CAC5BC
(202,197,188)
#D3D0C8
(211,208,200)
#DCDBD4
(220,219,212)
#E5E6E0
(229,230,224)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948374 color. Also use rgb(148,131,116) instead hex code.

Text Font Color

.myTextColor { color: #948374; }

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

This text font color is #948374.


Background Color

.myBgColor { background-color: #948374; }

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

This div background color is #948374.


Border color

.myBorderColor { border: 1px solid #948374; }

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

This div border color is #948374.


Opacity

.myOpacity80 { color: #948374; opacity: 0.8; }

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

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

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

This text has shadow with #948374 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948374 on black background.


Color preview on white background

This text has color #948374 on white background.



Black color preview on #948374 background

This text has black color on #948374 background.


White color preview on #948374 background

This text has white color on #948374 background.