COLOR #492F23

HEX: #492F23
RGB: (73,47,35)

Color info

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

RGB color model

#492F23 color RGB value is (73,47,35).

  • red value is 73;
  • green value is 47;
  • blue value is 35.
RGB:
(73,47,35)
(29%,18%,14%)

RGB channels and saturation

R 73 of 255 = 29%
G 47 of 255 = 18%
B 35 of 255 = 14%

73
47
35

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

Portions of RGB colors in percentages

R + G + B =
73 + 47 + 35 = 155 (100%)
R 73 of 155 ~ 47.1%
G 47 of 155 ~ 30.32%
B 35 of 155 ~ 22.58%

%47.1
%30.32
%22.58

CMYK color model

#492F23 color CMYK value is (0,36,52,71).

  • cyan value is 0.00%
  • magenta value is 35.62%
  • yellow value is 52.05%
  • key color value is 71.37%
CMYK:
(0,36,52,71)
C0M36Y52K71 
(0%,36%,52%,71%)
(0.00/0.36/0.52/0.71)	

CMYK percentages

%0
%35.62
%52.05
%71.37

Codes

Color #492F23 in popluar color models

492F23
RGB734735
HSL19°35.19%21.18%
HSB/HSV19°52.05%28.63%
CMYK0.00%35.62%52.05%
71.37%

Color #492F23 in popluar number systems.

HEX492F23
Decimal734735
Binary1001001101111100011
Octal1115743

Shades and tints

Shades of #492F23

#492F23
(73,47,35)
#432B20
(67,43,32)
#3D271D
(61,39,29)
#37231A
(55,35,26)
#311F17
(49,31,23)
#2B1B14
(43,27,20)
#251711
(37,23,17)
#1F130E
(31,19,14)
#190F0B
(25,15,11)
#130B08
(19,11,8)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #492F23

#492F23
(73,47,35)
#594137
(89,65,55)
#69534B
(105,83,75)
#79655F
(121,101,95)
#897773
(137,119,115)
#998987
(153,137,135)
#A99B9B
(169,155,155)
#B9ADAF
(185,173,175)
#C9BFC3
(201,191,195)
#D9D1D7
(217,209,215)
#E9E3EB
(233,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #492F23 color. Also use rgb(73,47,35) instead hex code.

Text Font Color

.myTextColor { color: #492F23; }

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

This text font color is #492F23.


Background Color

.myBgColor { background-color: #492F23; }

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

This div background color is #492F23.


Border color

.myBorderColor { border: 1px solid #492F23; }

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

This div border color is #492F23.


Opacity

.myOpacity80 { color: #492F23; opacity: 0.8; }

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

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

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

This text has shadow with #492F23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #492F23 on black background.


Color preview on white background

This text has color #492F23 on white background.



Black color preview on #492F23 background

This text has black color on #492F23 background.


White color preview on #492F23 background

This text has white color on #492F23 background.