COLOR #95744A

HEX: #95744A
RGB: (149,116,74)

Color info

#95744A contains mainly red and green colors. Web safe color of #95744A is #996633 (or #963).

RGB color model

#95744A color RGB value is (149,116,74).

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

RGB channels and saturation

R 149 of 255 = 58%
G 116 of 255 = 45%
B 74 of 255 = 29%

149
116
74

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

Portions of RGB colors in percentages

R + G + B =
149 + 116 + 74 = 339 (100%)
R 149 of 339 ~ 43.95%
G 116 of 339 ~ 34.22%
B 74 of 339 ~ 21.83%

%43.95
%34.22
%21.83

CMYK color model

#95744A color CMYK value is (0,22,50,42).

  • cyan value is 0.00%
  • magenta value is 22.15%
  • yellow value is 50.34%
  • key color value is 41.57%
CMYK:
(0,22,50,42)
C0M22Y50K42 
(0%,22%,50%,42%)
(0.00/0.22/0.50/0.42)	

CMYK percentages

%0
%22.15
%50.34
%41.57

Codes

Color #95744A in popluar color models

95744A
RGB14911674
HSL34°33.63%43.73%
HSB/HSV34°50.34%58.43%
CMYK0.00%22.15%50.34%
41.57%

Color #95744A in popluar number systems.

HEX95744A
Decimal14911674
Binary1001010111101001001010
Octal225164112

Shades and tints

Shades of #95744A

#95744A
(149,116,74)
#886A44
(136,106,68)
#7B603E
(123,96,62)
#6E5638
(110,86,56)
#614C32
(97,76,50)
#54422C
(84,66,44)
#473826
(71,56,38)
#3A2E20
(58,46,32)
#2D241A
(45,36,26)
#201A14
(32,26,20)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #95744A

#95744A
(149,116,74)
#9E805A
(158,128,90)
#A78C6A
(167,140,106)
#B0987A
(176,152,122)
#B9A48A
(185,164,138)
#C2B09A
(194,176,154)
#CBBCAA
(203,188,170)
#D4C8BA
(212,200,186)
#DDD4CA
(221,212,202)
#E6E0DA
(230,224,218)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95744A; }

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

This text font color is #95744A.


Background Color

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

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

This div background color is #95744A.


Border color

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

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

This div border color is #95744A.


Opacity

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

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

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

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

This text has shadow with #95744A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95744A on black background.


Color preview on white background

This text has color #95744A on white background.



Black color preview on #95744A background

This text has black color on #95744A background.


White color preview on #95744A background

This text has white color on #95744A background.