COLOR #95694D

HEX: #95694D
RGB: (149,105,77)

Color info

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

RGB color model

#95694D color RGB value is (149,105,77).

  • red value is 149;
  • green value is 105;
  • blue value is 77.
RGB:
(149,105,77)
(58%,41%,30%)

RGB channels and saturation

R 149 of 255 = 58%
G 105 of 255 = 41%
B 77 of 255 = 30%

149
105
77

R + G + B ~ 43%. #95694D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 105 + 77 = 331 (100%)
R 149 of 331 ~ 45.02%
G 105 of 331 ~ 31.72%
B 77 of 331 ~ 23.26%

%45.02
%31.72
%23.26

CMYK color model

#95694D color CMYK value is (0,30,48,42).

  • cyan value is 0.00%
  • magenta value is 29.53%
  • yellow value is 48.32%
  • key color value is 41.57%
CMYK:
(0,30,48,42)
C0M30Y48K42 
(0%,30%,48%,42%)
(0.00/0.30/0.48/0.42)	

CMYK percentages

%0
%29.53
%48.32
%41.57

Codes

Color #95694D in popluar color models

95694D
RGB14910577
HSL23°31.86%44.31%
HSB/HSV23°48.32%58.43%
CMYK0.00%29.53%48.32%
41.57%

Color #95694D in popluar number systems.

HEX95694D
Decimal14910577
Binary1001010111010011001101
Octal225151115

Shades and tints

Shades of #95694D

#95694D
(149,105,77)
#886046
(136,96,70)
#7B573F
(123,87,63)
#6E4E38
(110,78,56)
#614531
(97,69,49)
#543C2A
(84,60,42)
#473323
(71,51,35)
#3A2A1C
(58,42,28)
#2D2115
(45,33,21)
#20180E
(32,24,14)
#130F07
(19,15,7)
#000000
(0,0,0)

Tints of #95694D

#95694D
(149,105,77)
#9E765D
(158,118,93)
#A7836D
(167,131,109)
#B0907D
(176,144,125)
#B99D8D
(185,157,141)
#C2AA9D
(194,170,157)
#CBB7AD
(203,183,173)
#D4C4BD
(212,196,189)
#DDD1CD
(221,209,205)
#E6DEDD
(230,222,221)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95694D color. Also use rgb(149,105,77) instead hex code.

Text Font Color

.myTextColor { color: #95694D; }

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

This text font color is #95694D.


Background Color

.myBgColor { background-color: #95694D; }

<div style="background-color:#95694D">Inner text</div>

This div background color is #95694D.


Border color

.myBorderColor { border: 1px solid #95694D; }

<div style="border:3px solid #95694D">Div</div>

This div border color is #95694D.


Opacity

.myOpacity80 { color: #95694D; opacity: 0.8; }

<p style="color:#95694D;opacity:0.8;">80%</p>

Text with #95694D 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 #95694D;}

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

This text has shadow with #95694D color.

.textShadow {text-shadow: 3px 3px 1px #95694D, 3px 3px 1px red;}

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

This text has shadow with #95694D primary color and red secondary color.


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

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

This text has shadow with #95694D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95694D on black background.


Color preview on white background

This text has color #95694D on white background.



Black color preview on #95694D background

This text has black color on #95694D background.


White color preview on #95694D background

This text has white color on #95694D background.