COLOR #94717A

HEX: #94717A
RGB: (148,113,122)

Color info

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

RGB color model

#94717A color RGB value is (148,113,122).

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

RGB channels and saturation

R 148 of 255 = 58%
G 113 of 255 = 44%
B 122 of 255 = 48%

148
113
122

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

Portions of RGB colors in percentages

R + G + B =
148 + 113 + 122 = 383 (100%)
R 148 of 383 ~ 38.64%
G 113 of 383 ~ 29.5%
B 122 of 383 ~ 31.85%

%38.64
%29.5
%31.85

CMYK color model

#94717A color CMYK value is (0,24,18,42).

  • cyan value is 0.00%
  • magenta value is 23.65%
  • yellow value is 17.57%
  • key color value is 41.96%
CMYK:
(0,24,18,42)
C0M24Y18K42 
(0%,24%,18%,42%)
(0.00/0.24/0.18/0.42)	

CMYK percentages

%0
%23.65
%17.57
%41.96

Codes

Color #94717A in popluar color models

94717A
RGB148113122
HSL345°14.06%51.18%
HSB/HSV345°23.65%58.04%
CMYK0.00%23.65%17.57%
41.96%

Color #94717A in popluar number systems.

HEX94717A
Decimal148113122
Binary1001010011100011111010
Octal224161172

Shades and tints

Shades of #94717A

#94717A
(148,113,122)
#87676F
(135,103,111)
#7A5D64
(122,93,100)
#6D5359
(109,83,89)
#60494E
(96,73,78)
#533F43
(83,63,67)
#463538
(70,53,56)
#392B2D
(57,43,45)
#2C2122
(44,33,34)
#1F1717
(31,23,23)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #94717A

#94717A
(148,113,122)
#9D7D86
(157,125,134)
#A68992
(166,137,146)
#AF959E
(175,149,158)
#B8A1AA
(184,161,170)
#C1ADB6
(193,173,182)
#CAB9C2
(202,185,194)
#D3C5CE
(211,197,206)
#DCD1DA
(220,209,218)
#E5DDE6
(229,221,230)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94717A color. Also use rgb(148,113,122) instead hex code.

Text Font Color

.myTextColor { color: #94717A; }

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

This text font color is #94717A.


Background Color

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

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

This div background color is #94717A.


Border color

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

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

This div border color is #94717A.


Opacity

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

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

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

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

This text has shadow with #94717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94717A on black background.


Color preview on white background

This text has color #94717A on white background.



Black color preview on #94717A background

This text has black color on #94717A background.


White color preview on #94717A background

This text has white color on #94717A background.