COLOR #958451

HEX: #958451
RGB: (149,132,81)

Color info

#958451 contains mainly red and green colors. Web safe color of #958451 is #999966 (or #996).

RGB color model

#958451 color RGB value is (149,132,81).

  • red value is 149;
  • green value is 132;
  • blue value is 81.
RGB:
(149,132,81)
(58%,52%,32%)

RGB channels and saturation

R 149 of 255 = 58%
G 132 of 255 = 52%
B 81 of 255 = 32%

149
132
81

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

Portions of RGB colors in percentages

R + G + B =
149 + 132 + 81 = 362 (100%)
R 149 of 362 ~ 41.16%
G 132 of 362 ~ 36.46%
B 81 of 362 ~ 22.38%

%41.16
%36.46
%22.38

CMYK color model

#958451 color CMYK value is (0,11,46,42).

  • cyan value is 0.00%
  • magenta value is 11.41%
  • yellow value is 45.64%
  • key color value is 41.57%
CMYK:
(0,11,46,42)
C0M11Y46K42 
(0%,11%,46%,42%)
(0.00/0.11/0.46/0.42)	

CMYK percentages

%0
%11.41
%45.64
%41.57

Codes

Color #958451 in popluar color models

958451
RGB14913281
HSL45°29.57%45.10%
HSB/HSV45°45.64%58.43%
CMYK0.00%11.41%45.64%
41.57%

Color #958451 in popluar number systems.

HEX958451
Decimal14913281
Binary10010101100001001010001
Octal225204121

Shades and tints

Shades of #958451

#958451
(149,132,81)
#88784A
(136,120,74)
#7B6C43
(123,108,67)
#6E603C
(110,96,60)
#615435
(97,84,53)
#54482E
(84,72,46)
#473C27
(71,60,39)
#3A3020
(58,48,32)
#2D2419
(45,36,25)
#201812
(32,24,18)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #958451

#958451
(149,132,81)
#9E8F60
(158,143,96)
#A79A6F
(167,154,111)
#B0A57E
(176,165,126)
#B9B08D
(185,176,141)
#C2BB9C
(194,187,156)
#CBC6AB
(203,198,171)
#D4D1BA
(212,209,186)
#DDDCC9
(221,220,201)
#E6E7D8
(230,231,216)
#EFF2E7
(239,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958451 color. Also use rgb(149,132,81) instead hex code.

Text Font Color

.myTextColor { color: #958451; }

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

This text font color is #958451.


Background Color

.myBgColor { background-color: #958451; }

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

This div background color is #958451.


Border color

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

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

This div border color is #958451.


Opacity

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

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

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

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

This text has shadow with #958451 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958451 on black background.


Color preview on white background

This text has color #958451 on white background.



Black color preview on #958451 background

This text has black color on #958451 background.


White color preview on #958451 background

This text has white color on #958451 background.