COLOR #955852

HEX: #955852
RGB: (149,88,82)

Color info

#955852 contains mainly red color. Web safe color of #955852 is #996666 (or #966).

RGB color model

#955852 color RGB value is (149,88,82).

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

RGB channels and saturation

R 149 of 255 = 58%
G 88 of 255 = 35%
B 82 of 255 = 32%

149
88
82

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

Portions of RGB colors in percentages

R + G + B =
149 + 88 + 82 = 319 (100%)
R 149 of 319 ~ 46.71%
G 88 of 319 ~ 27.59%
B 82 of 319 ~ 25.71%

%46.71
%27.59
%25.71

CMYK color model

#955852 color CMYK value is (0,41,45,42).

  • cyan value is 0.00%
  • magenta value is 40.94%
  • yellow value is 44.97%
  • key color value is 41.57%
CMYK: (0,41,45,42) C0M41Y45K42 (0%,41%,45%,42%) (0.00/0.41/0.45/0.42)

CMYK percentages

%0
%40.94
%44.97
%41.57

Codes

Color #955852 in popluar color models

955852
RGB1498882
HSL29.00%45.29%
HSB/HSV44.97%58.43%
CMYK0.00%40.94%44.97%
41.57%

Color #955852 in popluar number systems.

HEX955852
Decimal1498882
Binary1001010110110001010010
Octal225130122

Shades and tints

Shades of #955852

#955852
(149,88,82)
#88504B
(136,80,75)
#7B4844
(123,72,68)
#6E403D
(110,64,61)
#613836
(97,56,54)
#54302F
(84,48,47)
#472828
(71,40,40)
#3A2021
(58,32,33)
#2D181A
(45,24,26)
#201013
(32,16,19)
#13080C
(19,8,12)
#000000
(0,0,0)

Tints of #955852

#955852
(149,88,82)
#9E6761
(158,103,97)
#A77670
(167,118,112)
#B0857F
(176,133,127)
#B9948E
(185,148,142)
#C2A39D
(194,163,157)
#CBB2AC
(203,178,172)
#D4C1BB
(212,193,187)
#DDD0CA
(221,208,202)
#E6DFD9
(230,223,217)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #955852; }

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

This text font color is #955852.


Background Color

.myBgColor { background-color: #955852; }

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

This div background color is #955852.


Border color

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

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

This div border color is #955852.


Opacity

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

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

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

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

This text has shadow with #955852 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #955852 on black background.


Color preview on white background

This text has color #955852 on white background.



Black color preview on #955852 background

This text has black color on #955852 background.


White color preview on #955852 background

This text has white color on #955852 background.