COLOR #958B53

HEX: #958B53
RGB: (149,139,83)

Color info

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

RGB color model

#958B53 color RGB value is (149,139,83).

  • red value is 149;
  • green value is 139;
  • blue value is 83.
RGB:
(149,139,83)
(58%,55%,33%)

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 83 of 255 = 33%

149
139
83

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

Portions of RGB colors in percentages

R + G + B =
149 + 139 + 83 = 371 (100%)
R 149 of 371 ~ 40.16%
G 139 of 371 ~ 37.47%
B 83 of 371 ~ 22.37%

%40.16
%37.47
%22.37

CMYK color model

#958B53 color CMYK value is (0,7,44,42).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 44.30%
  • key color value is 41.57%
CMYK:
(0,7,44,42)
C0M7Y44K42 
(0%,7%,44%,42%)
(0.00/0.07/0.44/0.42)	

CMYK percentages

%0
%6.71
%44.3
%41.57

Codes

Color #958B53 in popluar color models

958B53
RGB14913983
HSL51°28.45%45.49%
HSB/HSV51°44.30%58.43%
CMYK0.00%6.71%44.30%
41.57%

Color #958B53 in popluar number systems.

HEX958B53
Decimal14913983
Binary10010101100010111010011
Octal225213123

Shades and tints

Shades of #958B53

#958B53
(149,139,83)
#887F4C
(136,127,76)
#7B7345
(123,115,69)
#6E673E
(110,103,62)
#615B37
(97,91,55)
#544F30
(84,79,48)
#474329
(71,67,41)
#3A3722
(58,55,34)
#2D2B1B
(45,43,27)
#201F14
(32,31,20)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #958B53

#958B53
(149,139,83)
#9E9562
(158,149,98)
#A79F71
(167,159,113)
#B0A980
(176,169,128)
#B9B38F
(185,179,143)
#C2BD9E
(194,189,158)
#CBC7AD
(203,199,173)
#D4D1BC
(212,209,188)
#DDDBCB
(221,219,203)
#E6E5DA
(230,229,218)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958B53 color. Also use rgb(149,139,83) instead hex code.

Text Font Color

.myTextColor { color: #958B53; }

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

This text font color is #958B53.


Background Color

.myBgColor { background-color: #958B53; }

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

This div background color is #958B53.


Border color

.myBorderColor { border: 1px solid #958B53; }

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

This div border color is #958B53.


Opacity

.myOpacity80 { color: #958B53; opacity: 0.8; }

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

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

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

This text has shadow with #958B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958B53 on black background.


Color preview on white background

This text has color #958B53 on white background.



Black color preview on #958B53 background

This text has black color on #958B53 background.


White color preview on #958B53 background

This text has white color on #958B53 background.