COLOR #94827B

HEX: #94827B
RGB: (148,130,123)

Color info

#94827B contains red, green and blue colors in about the same proportion. Web safe color of #94827B is #999966 (or #996).

RGB color model

#94827B color RGB value is (148,130,123).

  • red value is 148;
  • green value is 130;
  • blue value is 123.
RGB:
(148,130,123)
(58%,51%,48%)

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 123 of 255 = 48%

148
130
123

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

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 123 = 401 (100%)
R 148 of 401 ~ 36.91%
G 130 of 401 ~ 32.42%
B 123 of 401 ~ 30.67%

%36.91
%32.42
%30.67

CMYK color model

#94827B color CMYK value is (0,12,17,42).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 16.89%
  • key color value is 41.96%
CMYK:
(0,12,17,42)
C0M12Y17K42 
(0%,12%,17%,42%)
(0.00/0.12/0.17/0.42)	

CMYK percentages

%0
%12.16
%16.89
%41.96

Codes

Color #94827B in popluar color models

94827B
RGB148130123
HSL17°10.46%53.14%
HSB/HSV17°16.89%58.04%
CMYK0.00%12.16%16.89%
41.96%

Color #94827B in popluar number systems.

HEX94827B
Decimal148130123
Binary10010100100000101111011
Octal224202173

Shades and tints

Shades of #94827B

#94827B
(148,130,123)
#877770
(135,119,112)
#7A6C65
(122,108,101)
#6D615A
(109,97,90)
#60564F
(96,86,79)
#534B44
(83,75,68)
#464039
(70,64,57)
#39352E
(57,53,46)
#2C2A23
(44,42,35)
#1F1F18
(31,31,24)
#12140D
(18,20,13)
#000000
(0,0,0)

Tints of #94827B

#94827B
(148,130,123)
#9D8D87
(157,141,135)
#A69893
(166,152,147)
#AFA39F
(175,163,159)
#B8AEAB
(184,174,171)
#C1B9B7
(193,185,183)
#CAC4C3
(202,196,195)
#D3CFCF
(211,207,207)
#DCDADB
(220,218,219)
#E5E5E7
(229,229,231)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94827B color. Also use rgb(148,130,123) instead hex code.

Text Font Color

.myTextColor { color: #94827B; }

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

This text font color is #94827B.


Background Color

.myBgColor { background-color: #94827B; }

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

This div background color is #94827B.


Border color

.myBorderColor { border: 1px solid #94827B; }

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

This div border color is #94827B.


Opacity

.myOpacity80 { color: #94827B; opacity: 0.8; }

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

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

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

This text has shadow with #94827B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94827B on black background.


Color preview on white background

This text has color #94827B on white background.



Black color preview on #94827B background

This text has black color on #94827B background.


White color preview on #94827B background

This text has white color on #94827B background.