COLOR #94715E

HEX: #94715E
RGB: (148,113,94)

Color info

#94715E contains red, green and blue colors in about the same proportion. Web safe color of #94715E is #996666 (or #966).

RGB color model

#94715E color RGB value is (148,113,94).

  • red value is 148;
  • green value is 113;
  • blue value is 94.
RGB:
(148,113,94)
(58%,44%,37%)

RGB channels and saturation

R 148 of 255 = 58%
G 113 of 255 = 44%
B 94 of 255 = 37%

148
113
94

R + G + B ~ 46%. #94715E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 113 + 94 = 355 (100%)
R 148 of 355 ~ 41.69%
G 113 of 355 ~ 31.83%
B 94 of 355 ~ 26.48%

%41.69
%31.83
%26.48

CMYK color model

#94715E color CMYK value is (0,24,36,42).

  • cyan value is 0.00%
  • magenta value is 23.65%
  • yellow value is 36.49%
  • key color value is 41.96%
CMYK:
(0,24,36,42)
C0M24Y36K42 
(0%,24%,36%,42%)
(0.00/0.24/0.36/0.42)	

CMYK percentages

%0
%23.65
%36.49
%41.96

Codes

Color #94715E in popluar color models

94715E
RGB14811394
HSL21°22.31%47.45%
HSB/HSV21°36.49%58.04%
CMYK0.00%23.65%36.49%
41.96%

Color #94715E in popluar number systems.

HEX94715E
Decimal14811394
Binary1001010011100011011110
Octal224161136

Shades and tints

Shades of #94715E

#94715E
(148,113,94)
#876756
(135,103,86)
#7A5D4E
(122,93,78)
#6D5346
(109,83,70)
#60493E
(96,73,62)
#533F36
(83,63,54)
#46352E
(70,53,46)
#392B26
(57,43,38)
#2C211E
(44,33,30)
#1F1716
(31,23,22)
#120D0E
(18,13,14)
#000000
(0,0,0)

Tints of #94715E

#94715E
(148,113,94)
#9D7D6C
(157,125,108)
#A6897A
(166,137,122)
#AF9588
(175,149,136)
#B8A196
(184,161,150)
#C1ADA4
(193,173,164)
#CAB9B2
(202,185,178)
#D3C5C0
(211,197,192)
#DCD1CE
(220,209,206)
#E5DDDC
(229,221,220)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94715E color. Also use rgb(148,113,94) instead hex code.

Text Font Color

.myTextColor { color: #94715E; }

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

This text font color is #94715E.


Background Color

.myBgColor { background-color: #94715E; }

<div style="background-color:#94715E">Inner text</div>

This div background color is #94715E.


Border color

.myBorderColor { border: 1px solid #94715E; }

<div style="border:3px solid #94715E">Div</div>

This div border color is #94715E.


Opacity

.myOpacity80 { color: #94715E; opacity: 0.8; }

<p style="color:#94715E;opacity:0.8;">80%</p>

Text with #94715E 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 #94715E;}

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

This text has shadow with #94715E color.

.textShadow {text-shadow: 3px 3px 1px #94715E, 3px 3px 1px red;}

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

This text has shadow with #94715E primary color and red secondary color.


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

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

This text has shadow with #94715E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94715E on black background.


Color preview on white background

This text has color #94715E on white background.



Black color preview on #94715E background

This text has black color on #94715E background.


White color preview on #94715E background

This text has white color on #94715E background.