COLOR #958362

HEX: #958362
RGB: (149,131,98)

Color info

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

RGB color model

#958362 color RGB value is (149,131,98).

  • red value is 149;
  • green value is 131;
  • blue value is 98.
RGB:
(149,131,98)
(58%,51%,38%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 98 of 255 = 38%

149
131
98

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

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 98 = 378 (100%)
R 149 of 378 ~ 39.42%
G 131 of 378 ~ 34.66%
B 98 of 378 ~ 25.93%

%39.42
%34.66
%25.93

CMYK color model

#958362 color CMYK value is (0,12,34,42).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 34.23%
  • key color value is 41.57%
CMYK:
(0,12,34,42)
C0M12Y34K42 
(0%,12%,34%,42%)
(0.00/0.12/0.34/0.42)	

CMYK percentages

%0
%12.08
%34.23
%41.57

Codes

Color #958362 in popluar color models

958362
RGB14913198
HSL39°20.65%48.43%
HSB/HSV39°34.23%58.43%
CMYK0.00%12.08%34.23%
41.57%

Color #958362 in popluar number systems.

HEX958362
Decimal14913198
Binary10010101100000111100010
Octal225203142

Shades and tints

Shades of #958362

#958362
(149,131,98)
#88785A
(136,120,90)
#7B6D52
(123,109,82)
#6E624A
(110,98,74)
#615742
(97,87,66)
#544C3A
(84,76,58)
#474132
(71,65,50)
#3A362A
(58,54,42)
#2D2B22
(45,43,34)
#20201A
(32,32,26)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #958362

#958362
(149,131,98)
#9E8E70
(158,142,112)
#A7997E
(167,153,126)
#B0A48C
(176,164,140)
#B9AF9A
(185,175,154)
#C2BAA8
(194,186,168)
#CBC5B6
(203,197,182)
#D4D0C4
(212,208,196)
#DDDBD2
(221,219,210)
#E6E6E0
(230,230,224)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958362 color. Also use rgb(149,131,98) instead hex code.

Text Font Color

.myTextColor { color: #958362; }

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

This text font color is #958362.


Background Color

.myBgColor { background-color: #958362; }

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

This div background color is #958362.


Border color

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

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

This div border color is #958362.


Opacity

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

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

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

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

This text has shadow with #958362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958362 on black background.


Color preview on white background

This text has color #958362 on white background.



Black color preview on #958362 background

This text has black color on #958362 background.


White color preview on #958362 background

This text has white color on #958362 background.