COLOR #94825B

HEX: #94825B RGB: (148,130,91)

Color info

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

RGB color model

#94825B color RGB value is (148,130,91).

RGB: (148,130,91) (58%, 51%, 36%)

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 91 of 255 = 36%

148
130
91

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

Portions of RGB colors in percentages

R + G + B = 148 + 130 + 91 = 369 (100%)
R 148 of 369 ~ 40.11%
G 130 of 369 ~ 35.23%
B 91 of 369 ~ 24.66'%

%40.11
%35.23
%24.66

CMYK color model

#94825B color CMYK value is (0,12,39,42).

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 38.51%
  • key color value is 41.96%

CMYK: (0,12,39,42)
C0M12Y39K42 (0%, 12%, 39%, 42%)
(0.00 / 0.12 / 0.39 / 0.42)

CMYK percentages

%0
%12.16
%38.51
%41.96

Codes

Color #94825B in popluar color models

94 82 5B
RGB 148 130 91
HSL 41° 23.85% 46.86%
HSB/HSV 41° 38.51% 58.04%
CMYK 0.00% 12.16% 38.51%
41.96%

Color #94825B in popluar number systems.

HEX 94 82 5B
Decimal 148 130 91
Binary 10010100 10000010 1011011
Octal 224 202 133

Shades and tints

Shades of #94825B

#94825B
(148,130,91)
#877753
(135,119,83)
#7A6C4B
(122,108,75)
#6D6143
(109,97,67)
#60563B
(96,86,59)
#534B33
(83,75,51)
#46402B
(70,64,43)
#393523
(57,53,35)
#2C2A1B
(44,42,27)
#1F1F13
(31,31,19)
#12140B
(18,20,11)
#000000
(0,0,0)

Tints of #94825B

#94825B
(148,130,91)
#9D8D69
(157,141,105)
#A69877
(166,152,119)
#AFA385
(175,163,133)
#B8AE93
(184,174,147)
#C1B9A1
(193,185,161)
#CAC4AF
(202,196,175)
#D3CFBD
(211,207,189)
#DCDACB
(220,218,203)
#E5E5D9
(229,229,217)
#EEF0E7
(238,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94825B; }

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

This text font color is #94825B.

Background Color

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

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

This div background color is #94825B.

Border color

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

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

This div border color is #94825B.

Opacity

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

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

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

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

This text has shadow with #94825B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #94825B.

Preview

Color preview on black background

This text has color #94825B on black background.


Color preview on white background

This text has color #94825B on white background.


Black color preview on #94825B background

This text has black color on #94825B background.


White color preview on #94825B background

This text has white color on #94825B background.


Related colors

Complementary color

Complementary color for #hex is #6B7DA4.


I love getcolorcode.com

Triadic colors

1 #5B9482 and #825B94 with #94825B are triadic colors.

2 #5B8294 and #82945B with #94825B are triadic colors.