COLOR #95614A

HEX: #95614A
RGB: (149,97,74)

Color info

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

RGB color model

#95614A color RGB value is (149,97,74).

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

RGB channels and saturation

R 149 of 255 = 58%
G 97 of 255 = 38%
B 74 of 255 = 29%

149
97
74

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

Portions of RGB colors in percentages

R + G + B =
149 + 97 + 74 = 320 (100%)
R 149 of 320 ~ 46.56%
G 97 of 320 ~ 30.31%
B 74 of 320 ~ 23.13%

%46.56
%30.31
%23.13

CMYK color model

#95614A color CMYK value is (0,35,50,42).

  • cyan value is 0.00%
  • magenta value is 34.90%
  • yellow value is 50.34%
  • key color value is 41.57%
CMYK:
(0,35,50,42)
C0M35Y50K42 
(0%,35%,50%,42%)
(0.00/0.35/0.50/0.42)	

CMYK percentages

%0
%34.9
%50.34
%41.57

Codes

Color #95614A in popluar color models

95614A
RGB1499774
HSL18°33.63%43.73%
HSB/HSV18°50.34%58.43%
CMYK0.00%34.90%50.34%
41.57%

Color #95614A in popluar number systems.

HEX95614A
Decimal1499774
Binary1001010111000011001010
Octal225141112

Shades and tints

Shades of #95614A

#95614A
(149,97,74)
#885944
(136,89,68)
#7B513E
(123,81,62)
#6E4938
(110,73,56)
#614132
(97,65,50)
#54392C
(84,57,44)
#473126
(71,49,38)
#3A2920
(58,41,32)
#2D211A
(45,33,26)
#201914
(32,25,20)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #95614A

#95614A
(149,97,74)
#9E6F5A
(158,111,90)
#A77D6A
(167,125,106)
#B08B7A
(176,139,122)
#B9998A
(185,153,138)
#C2A79A
(194,167,154)
#CBB5AA
(203,181,170)
#D4C3BA
(212,195,186)
#DDD1CA
(221,209,202)
#E6DFDA
(230,223,218)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95614A; }

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

This text font color is #95614A.


Background Color

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

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

This div background color is #95614A.


Border color

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

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

This div border color is #95614A.


Opacity

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

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

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

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

This text has shadow with #95614A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95614A on black background.


Color preview on white background

This text has color #95614A on white background.



Black color preview on #95614A background

This text has black color on #95614A background.


White color preview on #95614A background

This text has white color on #95614A background.