COLOR #95944A

HEX: #95944A
RGB: (149,148,74)

Color info

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

RGB color model

#95944A color RGB value is (149,148,74).

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

RGB channels and saturation

R 149 of 255 = 58%
G 148 of 255 = 58%
B 74 of 255 = 29%

149
148
74

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

Portions of RGB colors in percentages

R + G + B =
149 + 148 + 74 = 371 (100%)
R 149 of 371 ~ 40.16%
G 148 of 371 ~ 39.89%
B 74 of 371 ~ 19.95%

%40.16
%39.89
%19.95

CMYK color model

#95944A color CMYK value is (0,1,50,42).

  • cyan value is 0.00%
  • magenta value is 0.67%
  • yellow value is 50.34%
  • key color value is 41.57%
CMYK:
(0,1,50,42)
C0M1Y50K42 
(0%,1%,50%,42%)
(0.00/0.01/0.50/0.42)	

CMYK percentages

%0
%0.67
%50.34
%41.57

Codes

Color #95944A in popluar color models

95944A
RGB14914874
HSL59°33.63%43.73%
HSB/HSV59°50.34%58.43%
CMYK0.00%0.67%50.34%
41.57%

Color #95944A in popluar number systems.

HEX95944A
Decimal14914874
Binary10010101100101001001010
Octal225224112

Shades and tints

Shades of #95944A

#95944A
(149,148,74)
#888744
(136,135,68)
#7B7A3E
(123,122,62)
#6E6D38
(110,109,56)
#616032
(97,96,50)
#54532C
(84,83,44)
#474626
(71,70,38)
#3A3920
(58,57,32)
#2D2C1A
(45,44,26)
#201F14
(32,31,20)
#13120E
(19,18,14)
#000000
(0,0,0)

Tints of #95944A

#95944A
(149,148,74)
#9E9D5A
(158,157,90)
#A7A66A
(167,166,106)
#B0AF7A
(176,175,122)
#B9B88A
(185,184,138)
#C2C19A
(194,193,154)
#CBCAAA
(203,202,170)
#D4D3BA
(212,211,186)
#DDDCCA
(221,220,202)
#E6E5DA
(230,229,218)
#EFEEEA
(239,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95944A; }

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

This text font color is #95944A.


Background Color

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

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

This div background color is #95944A.


Border color

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

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

This div border color is #95944A.


Opacity

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

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

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

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

This text has shadow with #95944A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95944A on black background.


Color preview on white background

This text has color #95944A on white background.



Black color preview on #95944A background

This text has black color on #95944A background.


White color preview on #95944A background

This text has white color on #95944A background.