COLOR #492625

HEX: #492625
RGB: (73,38,37)

Color info

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

RGB color model

#492625 color RGB value is (73,38,37).

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

RGB channels and saturation

R 73 of 255 = 29%
G 38 of 255 = 15%
B 37 of 255 = 15%

73
38
37

R + G + B ~ 20%. #492625 is dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 38 + 37 = 148 (100%)
R 73 of 148 ~ 49.32%
G 38 of 148 ~ 25.68%
B 37 of 148 ~ 25%

%49.32
%25.68
%25

CMYK color model

#492625 color CMYK value is (0,48,49,71).

  • cyan value is 0.00%
  • magenta value is 47.95%
  • yellow value is 49.32%
  • key color value is 71.37%
CMYK:
(0,48,49,71)
C0M48Y49K71 
(0%,48%,49%,71%)
(0.00/0.48/0.49/0.71)	

CMYK percentages

%0
%47.95
%49.32
%71.37

Codes

Color #492625 in popluar color models

492625
RGB733837
HSL32.73%21.57%
HSB/HSV49.32%28.63%
CMYK0.00%47.95%49.32%
71.37%

Color #492625 in popluar number systems.

HEX492625
Decimal733837
Binary1001001100110100101
Octal1114645

Shades and tints

Shades of #492625

#492625
(73,38,37)
#432322
(67,35,34)
#3D201F
(61,32,31)
#371D1C
(55,29,28)
#311A19
(49,26,25)
#2B1716
(43,23,22)
#251413
(37,20,19)
#1F1110
(31,17,16)
#190E0D
(25,14,13)
#130B0A
(19,11,10)
#0D0807
(13,8,7)
#000000
(0,0,0)

Tints of #492625

#492625
(73,38,37)
#593938
(89,57,56)
#694C4B
(105,76,75)
#795F5E
(121,95,94)
#897271
(137,114,113)
#998584
(153,133,132)
#A99897
(169,152,151)
#B9ABAA
(185,171,170)
#C9BEBD
(201,190,189)
#D9D1D0
(217,209,208)
#E9E4E3
(233,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #492625; }

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

This text font color is #492625.


Background Color

.myBgColor { background-color: #492625; }

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

This div background color is #492625.


Border color

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

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

This div border color is #492625.


Opacity

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

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

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

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

This text has shadow with #492625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492625 on black background.


Color preview on white background

This text has color #492625 on white background.



Black color preview on #492625 background

This text has black color on #492625 background.


White color preview on #492625 background

This text has white color on #492625 background.