COLOR #494125

HEX: #494125
RGB: (73,65,37)

Color info

#494125 contains red, green and blue colors in about the same proportion. Web safe color of #494125 is #333333 (or #333).

RGB color model

#494125 color RGB value is (73,65,37).

  • red value is 73;
  • green value is 65;
  • blue value is 37.
RGB:
(73,65,37)
(29%,25%,15%)

RGB channels and saturation

R 73 of 255 = 29%
G 65 of 255 = 25%
B 37 of 255 = 15%

73
65
37

R + G + B ~ 23%. #494125 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 65 + 37 = 175 (100%)
R 73 of 175 ~ 41.71%
G 65 of 175 ~ 37.14%
B 37 of 175 ~ 21.14%

%41.71
%37.14
%21.14

CMYK color model

#494125 color CMYK value is (0,11,49,71).

  • cyan value is 0.00%
  • magenta value is 10.96%
  • yellow value is 49.32%
  • key color value is 71.37%
CMYK:
(0,11,49,71)
C0M11Y49K71 
(0%,11%,49%,71%)
(0.00/0.11/0.49/0.71)	

CMYK percentages

%0
%10.96
%49.32
%71.37

Codes

Color #494125 in popluar color models

494125
RGB736537
HSL47°32.73%21.57%
HSB/HSV47°49.32%28.63%
CMYK0.00%10.96%49.32%
71.37%

Color #494125 in popluar number systems.

HEX494125
Decimal736537
Binary10010011000001100101
Octal11110145

Shades and tints

Shades of #494125

#494125
(73,65,37)
#433C22
(67,60,34)
#3D371F
(61,55,31)
#37321C
(55,50,28)
#312D19
(49,45,25)
#2B2816
(43,40,22)
#252313
(37,35,19)
#1F1E10
(31,30,16)
#19190D
(25,25,13)
#13140A
(19,20,10)
#0D0F07
(13,15,7)
#000000
(0,0,0)

Tints of #494125

#494125
(73,65,37)
#595238
(89,82,56)
#69634B
(105,99,75)
#79745E
(121,116,94)
#898571
(137,133,113)
#999684
(153,150,132)
#A9A797
(169,167,151)
#B9B8AA
(185,184,170)
#C9C9BD
(201,201,189)
#D9DAD0
(217,218,208)
#E9EBE3
(233,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494125 color. Also use rgb(73,65,37) instead hex code.

Text Font Color

.myTextColor { color: #494125; }

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

This text font color is #494125.


Background Color

.myBgColor { background-color: #494125; }

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

This div background color is #494125.


Border color

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

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

This div border color is #494125.


Opacity

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

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

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

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

This text has shadow with #494125 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494125 on black background.


Color preview on white background

This text has color #494125 on white background.



Black color preview on #494125 background

This text has black color on #494125 background.


White color preview on #494125 background

This text has white color on #494125 background.