COLOR #949273

HEX: #949273
RGB: (148,146,115)

Color info

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

RGB color model

#949273 color RGB value is (148,146,115).

  • red value is 148;
  • green value is 146;
  • blue value is 115.
RGB:
(148,146,115)
(58%,57%,45%)

RGB channels and saturation

R 148 of 255 = 58%
G 146 of 255 = 57%
B 115 of 255 = 45%

148
146
115

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

Portions of RGB colors in percentages

R + G + B =
148 + 146 + 115 = 409 (100%)
R 148 of 409 ~ 36.19%
G 146 of 409 ~ 35.7%
B 115 of 409 ~ 28.12%

%36.19
%35.7
%28.12

CMYK color model

#949273 color CMYK value is (0,1,22,42).

  • cyan value is 0.00%
  • magenta value is 1.35%
  • yellow value is 22.30%
  • key color value is 41.96%
CMYK:
(0,1,22,42)
C0M1Y22K42 
(0%,1%,22%,42%)
(0.00/0.01/0.22/0.42)	

CMYK percentages

%0
%1.35
%22.3
%41.96

Codes

Color #949273 in popluar color models

949273
RGB148146115
HSL56°13.36%51.57%
HSB/HSV56°22.30%58.04%
CMYK0.00%1.35%22.30%
41.96%

Color #949273 in popluar number systems.

HEX949273
Decimal148146115
Binary10010100100100101110011
Octal224222163

Shades and tints

Shades of #949273

#949273
(148,146,115)
#878569
(135,133,105)
#7A785F
(122,120,95)
#6D6B55
(109,107,85)
#605E4B
(96,94,75)
#535141
(83,81,65)
#464437
(70,68,55)
#39372D
(57,55,45)
#2C2A23
(44,42,35)
#1F1D19
(31,29,25)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #949273

#949273
(148,146,115)
#9D9B7F
(157,155,127)
#A6A48B
(166,164,139)
#AFAD97
(175,173,151)
#B8B6A3
(184,182,163)
#C1BFAF
(193,191,175)
#CAC8BB
(202,200,187)
#D3D1C7
(211,209,199)
#DCDAD3
(220,218,211)
#E5E3DF
(229,227,223)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #949273 color. Also use rgb(148,146,115) instead hex code.

Text Font Color

.myTextColor { color: #949273; }

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

This text font color is #949273.


Background Color

.myBgColor { background-color: #949273; }

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

This div background color is #949273.


Border color

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

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

This div border color is #949273.


Opacity

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

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

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

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

This text has shadow with #949273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #949273 on black background.


Color preview on white background

This text has color #949273 on white background.



Black color preview on #949273 background

This text has black color on #949273 background.


White color preview on #949273 background

This text has white color on #949273 background.