COLOR #958554

HEX: #958554
RGB: (149,133,84)

Color info

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

RGB color model

#958554 color RGB value is (149,133,84).

  • red value is 149;
  • green value is 133;
  • blue value is 84.
RGB:
(149,133,84)
(58%,52%,33%)

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 84 of 255 = 33%

149
133
84

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 84 = 366 (100%)
R 149 of 366 ~ 40.71%
G 133 of 366 ~ 36.34%
B 84 of 366 ~ 22.95%

%40.71
%36.34
%22.95

CMYK color model

#958554 color CMYK value is (0,11,44,42).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 43.62%
  • key color value is 41.57%
CMYK:
(0,11,44,42)
C0M11Y44K42 
(0%,11%,44%,42%)
(0.00/0.11/0.44/0.42)	

CMYK percentages

%0
%10.74
%43.62
%41.57

Codes

Color #958554 in popluar color models

958554
RGB14913384
HSL45°27.90%45.69%
HSB/HSV45°43.62%58.43%
CMYK0.00%10.74%43.62%
41.57%

Color #958554 in popluar number systems.

HEX958554
Decimal14913384
Binary10010101100001011010100
Octal225205124

Shades and tints

Shades of #958554

#958554
(149,133,84)
#88794D
(136,121,77)
#7B6D46
(123,109,70)
#6E613F
(110,97,63)
#615538
(97,85,56)
#544931
(84,73,49)
#473D2A
(71,61,42)
#3A3123
(58,49,35)
#2D251C
(45,37,28)
#201915
(32,25,21)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #958554

#958554
(149,133,84)
#9E9063
(158,144,99)
#A79B72
(167,155,114)
#B0A681
(176,166,129)
#B9B190
(185,177,144)
#C2BC9F
(194,188,159)
#CBC7AE
(203,199,174)
#D4D2BD
(212,210,189)
#DDDDCC
(221,221,204)
#E6E8DB
(230,232,219)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958554 color. Also use rgb(149,133,84) instead hex code.

Text Font Color

.myTextColor { color: #958554; }

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

This text font color is #958554.


Background Color

.myBgColor { background-color: #958554; }

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

This div background color is #958554.


Border color

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

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

This div border color is #958554.


Opacity

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

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

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

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

This text has shadow with #958554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958554 on black background.


Color preview on white background

This text has color #958554 on white background.



Black color preview on #958554 background

This text has black color on #958554 background.


White color preview on #958554 background

This text has white color on #958554 background.