COLOR #947D92

HEX: #947D92
RGB: (148,125,146)

Color info

#947D92 contains red, green and blue colors in about the same proportion. Web safe color of #947D92 is #996699 (or #969).

RGB color model

#947D92 color RGB value is (148,125,146).

  • red value is 148;
  • green value is 125;
  • blue value is 146.
RGB:
(148,125,146)
(58%,49%,57%)

RGB channels and saturation

R 148 of 255 = 58%
G 125 of 255 = 49%
B 146 of 255 = 57%

148
125
146

R + G + B ~ 55%. #947D92 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 125 + 146 = 419 (100%)
R 148 of 419 ~ 35.32%
G 125 of 419 ~ 29.83%
B 146 of 419 ~ 34.84%

%35.32
%29.83
%34.84

CMYK color model

#947D92 color CMYK value is (0,16,1,42).

  • cyan value is 0.00%
  • magenta value is 15.54%
  • yellow value is 1.35%
  • key color value is 41.96%
CMYK:
(0,16,1,42)
C0M16Y1K42 
(0%,16%,1%,42%)
(0.00/0.16/0.01/0.42)	

CMYK percentages

%0
%15.54
%1.35
%41.96

Codes

Color #947D92 in popluar color models

947D92
RGB148125146
HSL305°9.70%53.53%
HSB/HSV305°15.54%58.04%
CMYK0.00%15.54%1.35%
41.96%

Color #947D92 in popluar number systems.

HEX947D92
Decimal148125146
Binary10010100111110110010010
Octal224175222

Shades and tints

Shades of #947D92

#947D92
(148,125,146)
#877285
(135,114,133)
#7A6778
(122,103,120)
#6D5C6B
(109,92,107)
#60515E
(96,81,94)
#534651
(83,70,81)
#463B44
(70,59,68)
#393037
(57,48,55)
#2C252A
(44,37,42)
#1F1A1D
(31,26,29)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #947D92

#947D92
(148,125,146)
#9D889B
(157,136,155)
#A693A4
(166,147,164)
#AF9EAD
(175,158,173)
#B8A9B6
(184,169,182)
#C1B4BF
(193,180,191)
#CABFC8
(202,191,200)
#D3CAD1
(211,202,209)
#DCD5DA
(220,213,218)
#E5E0E3
(229,224,227)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947D92 color. Also use rgb(148,125,146) instead hex code.

Text Font Color

.myTextColor { color: #947D92; }

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

This text font color is #947D92.


Background Color

.myBgColor { background-color: #947D92; }

<div style="background-color:#947D92">Inner text</div>

This div background color is #947D92.


Border color

.myBorderColor { border: 1px solid #947D92; }

<div style="border:3px solid #947D92">Div</div>

This div border color is #947D92.


Opacity

.myOpacity80 { color: #947D92; opacity: 0.8; }

<p style="color:#947D92;opacity:0.8;">80%</p>

Text with #947D92 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 #947D92;}

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

This text has shadow with #947D92 color.

.textShadow {text-shadow: 3px 3px 1px #947D92, 3px 3px 1px red;}

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

This text has shadow with #947D92 primary color and red secondary color.


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

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

This text has shadow with #947D92 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947D92 on black background.


Color preview on white background

This text has color #947D92 on white background.



Black color preview on #947D92 background

This text has black color on #947D92 background.


White color preview on #947D92 background

This text has white color on #947D92 background.