COLOR #959274

HEX: #959274
RGB: (149,146,116)

Color info

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

RGB color model

#959274 color RGB value is (149,146,116).

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

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 116 of 255 = 45%

149
146
116

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

Portions of RGB colors in percentages

R + G + B =
149 + 146 + 116 = 411 (100%)
R 149 of 411 ~ 36.25%
G 146 of 411 ~ 35.52%
B 116 of 411 ~ 28.22%

%36.25
%35.52
%28.22

CMYK color model

#959274 color CMYK value is (0,2,22,42).

  • cyan value is 0.00%
  • magenta value is 2.01%
  • yellow value is 22.15%
  • key color value is 41.57%
CMYK:
(0,2,22,42)
C0M2Y22K42 
(0%,2%,22%,42%)
(0.00/0.02/0.22/0.42)	

CMYK percentages

%0
%2.01
%22.15
%41.57

Codes

Color #959274 in popluar color models

959274
RGB149146116
HSL55°13.47%51.96%
HSB/HSV55°22.15%58.43%
CMYK0.00%2.01%22.15%
41.57%

Color #959274 in popluar number systems.

HEX959274
Decimal149146116
Binary10010101100100101110100
Octal225222164

Shades and tints

Shades of #959274

#959274
(149,146,116)
#88856A
(136,133,106)
#7B7860
(123,120,96)
#6E6B56
(110,107,86)
#615E4C
(97,94,76)
#545142
(84,81,66)
#474438
(71,68,56)
#3A372E
(58,55,46)
#2D2A24
(45,42,36)
#201D1A
(32,29,26)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #959274

#959274
(149,146,116)
#9E9B80
(158,155,128)
#A7A48C
(167,164,140)
#B0AD98
(176,173,152)
#B9B6A4
(185,182,164)
#C2BFB0
(194,191,176)
#CBC8BC
(203,200,188)
#D4D1C8
(212,209,200)
#DDDAD4
(221,218,212)
#E6E3E0
(230,227,224)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959274 color. Also use rgb(149,146,116) instead hex code.

Text Font Color

.myTextColor { color: #959274; }

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

This text font color is #959274.


Background Color

.myBgColor { background-color: #959274; }

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

This div background color is #959274.


Border color

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

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

This div border color is #959274.


Opacity

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

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

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

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

This text has shadow with #959274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959274 on black background.


Color preview on white background

This text has color #959274 on white background.



Black color preview on #959274 background

This text has black color on #959274 background.


White color preview on #959274 background

This text has white color on #959274 background.