COLOR #95854A

HEX: #95854A
RGB: (149,133,74)

Color info

#95854A contains mainly red and green colors. Web safe color of #95854A is #999933 (or #993).

RGB color model

#95854A color RGB value is (149,133,74).

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

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 74 of 255 = 29%

149
133
74

R + G + B ~ 46%. #95854A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 74 = 356 (100%)
R 149 of 356 ~ 41.85%
G 133 of 356 ~ 37.36%
B 74 of 356 ~ 20.79%

%41.85
%37.36
%20.79

CMYK color model

#95854A color CMYK value is (0,11,50,42).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 50.34%
  • key color value is 41.57%
CMYK:
(0,11,50,42)
C0M11Y50K42 
(0%,11%,50%,42%)
(0.00/0.11/0.50/0.42)	

CMYK percentages

%0
%10.74
%50.34
%41.57

Codes

Color #95854A in popluar color models

95854A
RGB14913374
HSL47°33.63%43.73%
HSB/HSV47°50.34%58.43%
CMYK0.00%10.74%50.34%
41.57%

Color #95854A in popluar number systems.

HEX95854A
Decimal14913374
Binary10010101100001011001010
Octal225205112

Shades and tints

Shades of #95854A

#95854A
(149,133,74)
#887944
(136,121,68)
#7B6D3E
(123,109,62)
#6E6138
(110,97,56)
#615532
(97,85,50)
#54492C
(84,73,44)
#473D26
(71,61,38)
#3A3120
(58,49,32)
#2D251A
(45,37,26)
#201914
(32,25,20)
#130D0E
(19,13,14)
#000000
(0,0,0)

Tints of #95854A

#95854A
(149,133,74)
#9E905A
(158,144,90)
#A79B6A
(167,155,106)
#B0A67A
(176,166,122)
#B9B18A
(185,177,138)
#C2BC9A
(194,188,154)
#CBC7AA
(203,199,170)
#D4D2BA
(212,210,186)
#DDDDCA
(221,221,202)
#E6E8DA
(230,232,218)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95854A; }

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

This text font color is #95854A.


Background Color

.myBgColor { background-color: #95854A; }

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

This div background color is #95854A.


Border color

.myBorderColor { border: 1px solid #95854A; }

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

This div border color is #95854A.


Opacity

.myOpacity80 { color: #95854A; opacity: 0.8; }

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

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

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

This text has shadow with #95854A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95854A on black background.


Color preview on white background

This text has color #95854A on white background.



Black color preview on #95854A background

This text has black color on #95854A background.


White color preview on #95854A background

This text has white color on #95854A background.