COLOR #94825E

HEX: #94825E
RGB: (148,130,94)

Color info

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

RGB color model

#94825E color RGB value is (148,130,94).

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

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 94 of 255 = 37%

148
130
94

R + G + B ~ 49%. #94825E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 94 = 372 (100%)
R 148 of 372 ~ 39.78%
G 130 of 372 ~ 34.95%
B 94 of 372 ~ 25.27%

%39.78
%34.95
%25.27

CMYK color model

#94825E color CMYK value is (0,12,36,42).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 36.49%
  • key color value is 41.96%
CMYK:
(0,12,36,42)
C0M12Y36K42 
(0%,12%,36%,42%)
(0.00/0.12/0.36/0.42)	

CMYK percentages

%0
%12.16
%36.49
%41.96

Codes

Color #94825E in popluar color models

94825E
RGB14813094
HSL40°22.31%47.45%
HSB/HSV40°36.49%58.04%
CMYK0.00%12.16%36.49%
41.96%

Color #94825E in popluar number systems.

HEX94825E
Decimal14813094
Binary10010100100000101011110
Octal224202136

Shades and tints

Shades of #94825E

#94825E
(148,130,94)
#877756
(135,119,86)
#7A6C4E
(122,108,78)
#6D6146
(109,97,70)
#60563E
(96,86,62)
#534B36
(83,75,54)
#46402E
(70,64,46)
#393526
(57,53,38)
#2C2A1E
(44,42,30)
#1F1F16
(31,31,22)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #94825E

#94825E
(148,130,94)
#9D8D6C
(157,141,108)
#A6987A
(166,152,122)
#AFA388
(175,163,136)
#B8AE96
(184,174,150)
#C1B9A4
(193,185,164)
#CAC4B2
(202,196,178)
#D3CFC0
(211,207,192)
#DCDACE
(220,218,206)
#E5E5DC
(229,229,220)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94825E color. Also use rgb(148,130,94) instead hex code.

Text Font Color

.myTextColor { color: #94825E; }

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

This text font color is #94825E.


Background Color

.myBgColor { background-color: #94825E; }

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

This div background color is #94825E.


Border color

.myBorderColor { border: 1px solid #94825E; }

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

This div border color is #94825E.


Opacity

.myOpacity80 { color: #94825E; opacity: 0.8; }

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

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

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

This text has shadow with #94825E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94825E on black background.


Color preview on white background

This text has color #94825E on white background.



Black color preview on #94825E background

This text has black color on #94825E background.


White color preview on #94825E background

This text has white color on #94825E background.