COLOR #895304

HEX: #895304
RGB: (137,83,4)

Color info

#895304 contains mainly red and green colors. Web safe color of #895304 is #996600 (or #960).

RGB color model

#895304 color RGB value is (137,83,4).

  • red value is 137;
  • green value is 83;
  • blue value is 4.
RGB:
(137,83,4)
(54%,33%,2%)

RGB channels and saturation

R 137 of 255 = 54%
G 83 of 255 = 33%
B 4 of 255 = 2%

137
83
4

R + G + B ~ 30%. #895304 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
137 + 83 + 4 = 224 (100%)
R 137 of 224 ~ 61.16%
G 83 of 224 ~ 37.05%
B 4 of 224 ~ 1.79%

%61.16
%37.05

CMYK color model

#895304 color CMYK value is (0,39,97,46).

  • cyan value is 0.00%
  • magenta value is 39.42%
  • yellow value is 97.08%
  • key color value is 46.27%
CMYK:
(0,39,97,46)
C0M39Y97K46 
(0%,39%,97%,46%)
(0.00/0.39/0.97/0.46)	

CMYK percentages

%0
%39.42
%97.08
%46.27

Codes

Color #895304 in popluar color models

895304
RGB137834
HSL36°94.33%27.65%
HSB/HSV36°97.08%53.73%
CMYK0.00%39.42%97.08%
46.27%

Color #895304 in popluar number systems.

HEX895304
Decimal137834
Binary100010011010011100
Octal2111234

Shades and tints

Shades of #895304

#895304
(137,83,4)
#7D4C04
(125,76,4)
#714504
(113,69,4)
#653E04
(101,62,4)
#593704
(89,55,4)
#4D3004
(77,48,4)
#412904
(65,41,4)
#352204
(53,34,4)
#291B04
(41,27,4)
#1D1404
(29,20,4)
#110D04
(17,13,4)
#000000
(0,0,0)

Tints of #895304

#895304
(137,83,4)
#93621A
(147,98,26)
#9D7130
(157,113,48)
#A78046
(167,128,70)
#B18F5C
(177,143,92)
#BB9E72
(187,158,114)
#C5AD88
(197,173,136)
#CFBC9E
(207,188,158)
#D9CBB4
(217,203,180)
#E3DACA
(227,218,202)
#EDE9E0
(237,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #895304 color. Also use rgb(137,83,4) instead hex code.

Text Font Color

.myTextColor { color: #895304; }

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

This text font color is #895304.


Background Color

.myBgColor { background-color: #895304; }

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

This div background color is #895304.


Border color

.myBorderColor { border: 1px solid #895304; }

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

This div border color is #895304.


Opacity

.myOpacity80 { color: #895304; opacity: 0.8; }

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

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

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

This text has shadow with #895304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #895304 on black background.


Color preview on white background

This text has color #895304 on white background.



Black color preview on #895304 background

This text has black color on #895304 background.


White color preview on #895304 background

This text has white color on #895304 background.