COLOR #947685

HEX: #947685
RGB: (148,118,133)

Color info

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

RGB color model

#947685 color RGB value is (148,118,133).

  • red value is 148;
  • green value is 118;
  • blue value is 133.
RGB:
(148,118,133)
(58%,46%,52%)

RGB channels and saturation

R 148 of 255 = 58%
G 118 of 255 = 46%
B 133 of 255 = 52%

148
118
133

R + G + B ~ 52%. #947685 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 118 + 133 = 399 (100%)
R 148 of 399 ~ 37.09%
G 118 of 399 ~ 29.57%
B 133 of 399 ~ 33.33%

%37.09
%29.57
%33.33

CMYK color model

#947685 color CMYK value is (0,20,10,42).

  • cyan value is 0.00%
  • magenta value is 20.27%
  • yellow value is 10.14%
  • key color value is 41.96%
CMYK:
(0,20,10,42)
C0M20Y10K42 
(0%,20%,10%,42%)
(0.00/0.20/0.10/0.42)	

CMYK percentages

%0
%20.27
%10.14
%41.96

Codes

Color #947685 in popluar color models

947685
RGB148118133
HSL330°12.30%52.16%
HSB/HSV330°20.27%58.04%
CMYK0.00%20.27%10.14%
41.96%

Color #947685 in popluar number systems.

HEX947685
Decimal148118133
Binary10010100111011010000101
Octal224166205

Shades and tints

Shades of #947685

#947685
(148,118,133)
#876C79
(135,108,121)
#7A626D
(122,98,109)
#6D5861
(109,88,97)
#604E55
(96,78,85)
#534449
(83,68,73)
#463A3D
(70,58,61)
#393031
(57,48,49)
#2C2625
(44,38,37)
#1F1C19
(31,28,25)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #947685

#947685
(148,118,133)
#9D8290
(157,130,144)
#A68E9B
(166,142,155)
#AF9AA6
(175,154,166)
#B8A6B1
(184,166,177)
#C1B2BC
(193,178,188)
#CABEC7
(202,190,199)
#D3CAD2
(211,202,210)
#DCD6DD
(220,214,221)
#E5E2E8
(229,226,232)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947685 color. Also use rgb(148,118,133) instead hex code.

Text Font Color

.myTextColor { color: #947685; }

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

This text font color is #947685.


Background Color

.myBgColor { background-color: #947685; }

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

This div background color is #947685.


Border color

.myBorderColor { border: 1px solid #947685; }

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

This div border color is #947685.


Opacity

.myOpacity80 { color: #947685; opacity: 0.8; }

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

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

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

This text has shadow with #947685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947685 on black background.


Color preview on white background

This text has color #947685 on white background.



Black color preview on #947685 background

This text has black color on #947685 background.


White color preview on #947685 background

This text has white color on #947685 background.