COLOR #958852

HEX: #958852
RGB: (149,136,82)

Color info

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

RGB color model

#958852 color RGB value is (149,136,82).

  • red value is 149;
  • green value is 136;
  • blue value is 82.
RGB:
(149,136,82)
(58%,53%,32%)

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 82 of 255 = 32%

149
136
82

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 82 = 367 (100%)
R 149 of 367 ~ 40.6%
G 136 of 367 ~ 37.06%
B 82 of 367 ~ 22.34%

%40.6
%37.06
%22.34

CMYK color model

#958852 color CMYK value is (0,9,45,42).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 44.97%
  • key color value is 41.57%
CMYK:
(0,9,45,42)
C0M9Y45K42 
(0%,9%,45%,42%)
(0.00/0.09/0.45/0.42)	

CMYK percentages

%0
%8.72
%44.97
%41.57

Codes

Color #958852 in popluar color models

958852
RGB14913682
HSL48°29.00%45.29%
HSB/HSV48°44.97%58.43%
CMYK0.00%8.72%44.97%
41.57%

Color #958852 in popluar number systems.

HEX958852
Decimal14913682
Binary10010101100010001010010
Octal225210122

Shades and tints

Shades of #958852

#958852
(149,136,82)
#887C4B
(136,124,75)
#7B7044
(123,112,68)
#6E643D
(110,100,61)
#615836
(97,88,54)
#544C2F
(84,76,47)
#474028
(71,64,40)
#3A3421
(58,52,33)
#2D281A
(45,40,26)
#201C13
(32,28,19)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #958852

#958852
(149,136,82)
#9E9261
(158,146,97)
#A79C70
(167,156,112)
#B0A67F
(176,166,127)
#B9B08E
(185,176,142)
#C2BA9D
(194,186,157)
#CBC4AC
(203,196,172)
#D4CEBB
(212,206,187)
#DDD8CA
(221,216,202)
#E6E2D9
(230,226,217)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958852 color. Also use rgb(149,136,82) instead hex code.

Text Font Color

.myTextColor { color: #958852; }

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

This text font color is #958852.


Background Color

.myBgColor { background-color: #958852; }

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

This div background color is #958852.


Border color

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

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

This div border color is #958852.


Opacity

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

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

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

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

This text has shadow with #958852 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958852 on black background.


Color preview on white background

This text has color #958852 on white background.



Black color preview on #958852 background

This text has black color on #958852 background.


White color preview on #958852 background

This text has white color on #958852 background.