COLOR #94688A

HEX: #94688A
RGB: (148,104,138)

Color info

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

RGB color model

#94688A color RGB value is (148,104,138).

  • red value is 148;
  • green value is 104;
  • blue value is 138.
RGB:
(148,104,138)
(58%,41%,54%)

RGB channels and saturation

R 148 of 255 = 58%
G 104 of 255 = 41%
B 138 of 255 = 54%

148
104
138

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

Portions of RGB colors in percentages

R + G + B =
148 + 104 + 138 = 390 (100%)
R 148 of 390 ~ 37.95%
G 104 of 390 ~ 26.67%
B 138 of 390 ~ 35.38%

%37.95
%26.67
%35.38

CMYK color model

#94688A color CMYK value is (0,30,7,42).

  • cyan value is 0.00%
  • magenta value is 29.73%
  • yellow value is 6.76%
  • key color value is 41.96%
CMYK:
(0,30,7,42)
C0M30Y7K42 
(0%,30%,7%,42%)
(0.00/0.30/0.07/0.42)	

CMYK percentages

%0
%29.73
%6.76
%41.96

Codes

Color #94688A in popluar color models

94688A
RGB148104138
HSL314°17.46%49.41%
HSB/HSV314°29.73%58.04%
CMYK0.00%29.73%6.76%
41.96%

Color #94688A in popluar number systems.

HEX94688A
Decimal148104138
Binary10010100110100010001010
Octal224150212

Shades and tints

Shades of #94688A

#94688A
(148,104,138)
#875F7E
(135,95,126)
#7A5672
(122,86,114)
#6D4D66
(109,77,102)
#60445A
(96,68,90)
#533B4E
(83,59,78)
#463242
(70,50,66)
#392936
(57,41,54)
#2C202A
(44,32,42)
#1F171E
(31,23,30)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #94688A

#94688A
(148,104,138)
#9D7594
(157,117,148)
#A6829E
(166,130,158)
#AF8FA8
(175,143,168)
#B89CB2
(184,156,178)
#C1A9BC
(193,169,188)
#CAB6C6
(202,182,198)
#D3C3D0
(211,195,208)
#DCD0DA
(220,208,218)
#E5DDE4
(229,221,228)
#EEEAEE
(238,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94688A color. Also use rgb(148,104,138) instead hex code.

Text Font Color

.myTextColor { color: #94688A; }

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

This text font color is #94688A.


Background Color

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

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

This div background color is #94688A.


Border color

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

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

This div border color is #94688A.


Opacity

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

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

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

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

This text has shadow with #94688A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94688A on black background.


Color preview on white background

This text has color #94688A on white background.



Black color preview on #94688A background

This text has black color on #94688A background.


White color preview on #94688A background

This text has white color on #94688A background.