COLOR #94825A

HEX: #94825A
RGB: (148,130,90)

Color info

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

RGB color model

#94825A color RGB value is (148,130,90).

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

RGB channels and saturation

R 148 of 255 = 58%
G 130 of 255 = 51%
B 90 of 255 = 35%

148
130
90

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

Portions of RGB colors in percentages

R + G + B =
148 + 130 + 90 = 368 (100%)
R 148 of 368 ~ 40.22%
G 130 of 368 ~ 35.33%
B 90 of 368 ~ 24.46%

%40.22
%35.33
%24.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.16%
  • yellow value is 39.19%
  • 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
%39.19
%41.96

Codes

Color #94825A in popluar color models

94825A
RGB14813090
HSL41°24.37%46.67%
HSB/HSV41°39.19%58.04%
CMYK0.00%12.16%39.19%
41.96%

Color #94825A in popluar number systems.

HEX94825A
Decimal14813090
Binary10010100100000101011010
Octal224202132

Shades and tints

Shades of #94825A

#94825A
(148,130,90)
#877752
(135,119,82)
#7A6C4A
(122,108,74)
#6D6142
(109,97,66)
#60563A
(96,86,58)
#534B32
(83,75,50)
#46402A
(70,64,42)
#393522
(57,53,34)
#2C2A1A
(44,42,26)
#1F1F12
(31,31,18)
#12140A
(18,20,10)
#000000
(0,0,0)

Tints of #94825A

#94825A
(148,130,90)
#9D8D69
(157,141,105)
#A69878
(166,152,120)
#AFA387
(175,163,135)
#B8AE96
(184,174,150)
#C1B9A5
(193,185,165)
#CAC4B4
(202,196,180)
#D3CFC3
(211,207,195)
#DCDAD2
(220,218,210)
#E5E5E1
(229,229,225)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #94825A; }

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

This text font color is #94825A.


Background Color

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

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

This div background color is #94825A.


Border color

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

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

This div border color is #94825A.


Opacity

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

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

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

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

This text has shadow with #94825A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94825A on black background.


Color preview on white background

This text has color #94825A on white background.



Black color preview on #94825A background

This text has black color on #94825A background.


White color preview on #94825A background

This text has white color on #94825A background.