COLOR #94582E

HEX: #94582E
RGB: (148,88,46)

Color info

#94582E contains mainly red color. Web safe color of #94582E is #996633 (or #963).

RGB color model

#94582E color RGB value is (148,88,46).

  • red value is 148;
  • green value is 88;
  • blue value is 46.
RGB:
(148,88,46)
(58%,35%,18%)

RGB channels and saturation

R 148 of 255 = 58%
G 88 of 255 = 35%
B 46 of 255 = 18%

148
88
46

R + G + B ~ 37%. #94582E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
148 + 88 + 46 = 282 (100%)
R 148 of 282 ~ 52.48%
G 88 of 282 ~ 31.21%
B 46 of 282 ~ 16.31%

%52.48
%31.21
%16.31

CMYK color model

#94582E color CMYK value is (0,41,69,42).

  • cyan value is 0.00%
  • magenta value is 40.54%
  • yellow value is 68.92%
  • key color value is 41.96%
CMYK:
(0,41,69,42)
C0M41Y69K42 
(0%,41%,69%,42%)
(0.00/0.41/0.69/0.42)	

CMYK percentages

%0
%40.54
%68.92
%41.96

Codes

Color #94582E in popluar color models

94582E
RGB1488846
HSL25°52.58%38.04%
HSB/HSV25°68.92%58.04%
CMYK0.00%40.54%68.92%
41.96%

Color #94582E in popluar number systems.

HEX94582E
Decimal1488846
Binary100101001011000101110
Octal22413056

Shades and tints

Shades of #94582E

#94582E
(148,88,46)
#87502A
(135,80,42)
#7A4826
(122,72,38)
#6D4022
(109,64,34)
#60381E
(96,56,30)
#53301A
(83,48,26)
#462816
(70,40,22)
#392012
(57,32,18)
#2C180E
(44,24,14)
#1F100A
(31,16,10)
#120806
(18,8,6)
#000000
(0,0,0)

Tints of #94582E

#94582E
(148,88,46)
#9D6741
(157,103,65)
#A67654
(166,118,84)
#AF8567
(175,133,103)
#B8947A
(184,148,122)
#C1A38D
(193,163,141)
#CAB2A0
(202,178,160)
#D3C1B3
(211,193,179)
#DCD0C6
(220,208,198)
#E5DFD9
(229,223,217)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94582E color. Also use rgb(148,88,46) instead hex code.

Text Font Color

.myTextColor { color: #94582E; }

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

This text font color is #94582E.


Background Color

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

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

This div background color is #94582E.


Border color

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

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

This div border color is #94582E.


Opacity

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

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

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

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

This text has shadow with #94582E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #94582E on black background.


Color preview on white background

This text has color #94582E on white background.



Black color preview on #94582E background

This text has black color on #94582E background.


White color preview on #94582E background

This text has white color on #94582E background.