COLOR #94827F

HEX: #94827F
RGB: (148,130,127)

Color info

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

RGB color model

#94827F color RGB value is (148,130,127).

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

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 127 of 255 = 50%

148
130
127

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

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 127 = 405 (100%)
R 148 of 405 ~ 36.54%
G 130 of 405 ~ 32.1%
B 127 of 405 ~ 31.36%

%36.54
%32.1
%31.36

CMYK color model

#94827F color CMYK value is (0,12,14,42).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 14.19%
  • key color value is 41.96%
CMYK:
(0,12,14,42)
C0M12Y14K42 
(0%,12%,14%,42%)
(0.00/0.12/0.14/0.42)	

CMYK percentages

%0
%12.16
%14.19
%41.96

Codes

Color #94827F in popluar color models

94827F
RGB148130127
HSL8.94%53.92%
HSB/HSV14.19%58.04%
CMYK0.00%12.16%14.19%
41.96%

Color #94827F in popluar number systems.

HEX94827F
Decimal148130127
Binary10010100100000101111111
Octal224202177

Shades and tints

Shades of #94827F

#94827F
(148,130,127)
#877774
(135,119,116)
#7A6C69
(122,108,105)
#6D615E
(109,97,94)
#605653
(96,86,83)
#534B48
(83,75,72)
#46403D
(70,64,61)
#393532
(57,53,50)
#2C2A27
(44,42,39)
#1F1F1C
(31,31,28)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #94827F

#94827F
(148,130,127)
#9D8D8A
(157,141,138)
#A69895
(166,152,149)
#AFA3A0
(175,163,160)
#B8AEAB
(184,174,171)
#C1B9B6
(193,185,182)
#CAC4C1
(202,196,193)
#D3CFCC
(211,207,204)
#DCDAD7
(220,218,215)
#E5E5E2
(229,229,226)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94827F; }

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

This text font color is #94827F.


Background Color

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

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

This div background color is #94827F.


Border color

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

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

This div border color is #94827F.


Opacity

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

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

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

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

This text has shadow with #94827F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94827F on black background.


Color preview on white background

This text has color #94827F on white background.



Black color preview on #94827F background

This text has black color on #94827F background.


White color preview on #94827F background

This text has white color on #94827F background.