COLOR #945C72

HEX: #945C72
RGB: (148,92,114)

Color info

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

RGB color model

#945C72 color RGB value is (148,92,114).

  • red value is 148;
  • green value is 92;
  • blue value is 114.
RGB:
(148,92,114)
(58%,36%,45%)

RGB channels and saturation

R 148 of 255 = 58%
G 92 of 255 = 36%
B 114 of 255 = 45%

148
92
114

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

Portions of RGB colors in percentages

R + G + B =
148 + 92 + 114 = 354 (100%)
R 148 of 354 ~ 41.81%
G 92 of 354 ~ 25.99%
B 114 of 354 ~ 32.2%

%41.81
%25.99
%32.2

CMYK color model

#945C72 color CMYK value is (0,38,23,42).

  • cyan value is 0.00%
  • magenta value is 37.84%
  • yellow value is 22.97%
  • key color value is 41.96%
CMYK:
(0,38,23,42)
C0M38Y23K42 
(0%,38%,23%,42%)
(0.00/0.38/0.23/0.42)	

CMYK percentages

%0
%37.84
%22.97
%41.96

Codes

Color #945C72 in popluar color models

945C72
RGB14892114
HSL336°23.33%47.06%
HSB/HSV336°37.84%58.04%
CMYK0.00%37.84%22.97%
41.96%

Color #945C72 in popluar number systems.

HEX945C72
Decimal14892114
Binary1001010010111001110010
Octal224134162

Shades and tints

Shades of #945C72

#945C72
(148,92,114)
#875468
(135,84,104)
#7A4C5E
(122,76,94)
#6D4454
(109,68,84)
#603C4A
(96,60,74)
#533440
(83,52,64)
#462C36
(70,44,54)
#39242C
(57,36,44)
#2C1C22
(44,28,34)
#1F1418
(31,20,24)
#120C0E
(18,12,14)
#000000
(0,0,0)

Tints of #945C72

#945C72
(148,92,114)
#9D6A7E
(157,106,126)
#A6788A
(166,120,138)
#AF8696
(175,134,150)
#B894A2
(184,148,162)
#C1A2AE
(193,162,174)
#CAB0BA
(202,176,186)
#D3BEC6
(211,190,198)
#DCCCD2
(220,204,210)
#E5DADE
(229,218,222)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #945C72 color. Also use rgb(148,92,114) instead hex code.

Text Font Color

.myTextColor { color: #945C72; }

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

This text font color is #945C72.


Background Color

.myBgColor { background-color: #945C72; }

<div style="background-color:#945C72">Inner text</div>

This div background color is #945C72.


Border color

.myBorderColor { border: 1px solid #945C72; }

<div style="border:3px solid #945C72">Div</div>

This div border color is #945C72.


Opacity

.myOpacity80 { color: #945C72; opacity: 0.8; }

<p style="color:#945C72;opacity:0.8;">80%</p>

Text with #945C72 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 #945C72;}

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

This text has shadow with #945C72 color.

.textShadow {text-shadow: 3px 3px 1px #945C72, 3px 3px 1px red;}

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

This text has shadow with #945C72 primary color and red secondary color.


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

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

This text has shadow with #945C72 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #945C72 on black background.


Color preview on white background

This text has color #945C72 on white background.



Black color preview on #945C72 background

This text has black color on #945C72 background.


White color preview on #945C72 background

This text has white color on #945C72 background.