COLOR #95744B

HEX: #95744B
RGB: (149,116,75)

Color info

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

RGB color model

#95744B color RGB value is (149,116,75).

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

RGB channels and saturation

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

149
116
75

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

Portions of RGB colors in percentages

R + G + B =
149 + 116 + 75 = 340 (100%)
R 149 of 340 ~ 43.82%
G 116 of 340 ~ 34.12%
B 75 of 340 ~ 22.06%

%43.82
%34.12
%22.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.15%
  • yellow value is 49.66%
  • 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
%49.66
%41.57

Codes

Color #95744B in popluar color models

95744B
RGB14911675
HSL33°33.04%43.92%
HSB/HSV33°49.66%58.43%
CMYK0.00%22.15%49.66%
41.57%

Color #95744B in popluar number systems.

HEX95744B
Decimal14911675
Binary1001010111101001001011
Octal225164113

Shades and tints

Shades of #95744B

#95744B
(149,116,75)
#886A45
(136,106,69)
#7B603F
(123,96,63)
#6E5639
(110,86,57)
#614C33
(97,76,51)
#54422D
(84,66,45)
#473827
(71,56,39)
#3A2E21
(58,46,33)
#2D241B
(45,36,27)
#201A15
(32,26,21)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #95744B

#95744B
(149,116,75)
#9E805B
(158,128,91)
#A78C6B
(167,140,107)
#B0987B
(176,152,123)
#B9A48B
(185,164,139)
#C2B09B
(194,176,155)
#CBBCAB
(203,188,171)
#D4C8BB
(212,200,187)
#DDD4CB
(221,212,203)
#E6E0DB
(230,224,219)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95744B; }

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

This text font color is #95744B.


Background Color

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

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

This div background color is #95744B.


Border color

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

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

This div border color is #95744B.


Opacity

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

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

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

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

This text has shadow with #95744B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95744B on black background.


Color preview on white background

This text has color #95744B on white background.



Black color preview on #95744B background

This text has black color on #95744B background.


White color preview on #95744B background

This text has white color on #95744B background.