COLOR #95694B

HEX: #95694B
RGB: (149,105,75)

Color info

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

RGB color model

#95694B color RGB value is (149,105,75).

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

RGB channels and saturation

R 149 of 255 = 58%
G 105 of 255 = 41%
B 75 of 255 = 29%

149
105
75

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

Portions of RGB colors in percentages

R + G + B =
149 + 105 + 75 = 329 (100%)
R 149 of 329 ~ 45.29%
G 105 of 329 ~ 31.91%
B 75 of 329 ~ 22.8%

%45.29
%31.91
%22.8

CMYK color model

#95694B color CMYK value is (0,30,50,42).

  • cyan value is 0.00%
  • magenta value is 29.53%
  • yellow value is 49.66%
  • key color value is 41.57%
CMYK:
(0,30,50,42)
C0M30Y50K42 
(0%,30%,50%,42%)
(0.00/0.30/0.50/0.42)	

CMYK percentages

%0
%29.53
%49.66
%41.57

Codes

Color #95694B in popluar color models

95694B
RGB14910575
HSL24°33.04%43.92%
HSB/HSV24°49.66%58.43%
CMYK0.00%29.53%49.66%
41.57%

Color #95694B in popluar number systems.

HEX95694B
Decimal14910575
Binary1001010111010011001011
Octal225151113

Shades and tints

Shades of #95694B

#95694B
(149,105,75)
#886045
(136,96,69)
#7B573F
(123,87,63)
#6E4E39
(110,78,57)
#614533
(97,69,51)
#543C2D
(84,60,45)
#473327
(71,51,39)
#3A2A21
(58,42,33)
#2D211B
(45,33,27)
#201815
(32,24,21)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #95694B

#95694B
(149,105,75)
#9E765B
(158,118,91)
#A7836B
(167,131,107)
#B0907B
(176,144,123)
#B99D8B
(185,157,139)
#C2AA9B
(194,170,155)
#CBB7AB
(203,183,171)
#D4C4BB
(212,196,187)
#DDD1CB
(221,209,203)
#E6DEDB
(230,222,219)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95694B; }

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

This text font color is #95694B.


Background Color

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

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

This div background color is #95694B.


Border color

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

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

This div border color is #95694B.


Opacity

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

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

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

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

This text has shadow with #95694B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95694B on black background.


Color preview on white background

This text has color #95694B on white background.



Black color preview on #95694B background

This text has black color on #95694B background.


White color preview on #95694B background

This text has white color on #95694B background.