COLOR #494323

HEX: #494323 RGB: (73,67,35)

Color info

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

RGB color model

#494323 color RGB value is (73,67,35).

RGB: (73,67,35) (29%, 26%, 14%)

RGB channels and saturation

R 73 of 255 = 29%
G 67 of 255 = 26%
B 35 of 255 = 14%

73
67
35

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

Portions of RGB colors in percentages

R + G + B = 73 + 67 + 35 = 175 (100%)
R 73 of 175 ~ 41.71%
G 67 of 175 ~ 38.29%
B 35 of 175 ~ 20'%

%41.71
%38.29
%20

CMYK color model

#494323 color CMYK value is (0,8,52,71).

  • cyan value is 0.00%
  • magenta value is 8.22%
  • yellow value is 52.05%
  • key color value is 71.37%

CMYK: (0,8,52,71)
C0M8Y52K71 (0%, 8%, 52%, 71%)
(0.00 / 0.08 / 0.52 / 0.71)

CMYK percentages

%0
%8.22
%52.05
%71.37

Codes

Color #494323 in popluar color models

49 43 23
RGB 73 67 35
HSL 51° 35.19% 21.18%
HSB/HSV 51° 52.05% 28.63%
CMYK 0.00% 8.22% 52.05%
71.37%

Color #494323 in popluar number systems.

HEX 49 43 23
Decimal 73 67 35
Binary 1001001 1000011 100011
Octal 111 103 43

Shades and tints

Shades of #494323

#494323
(73,67,35)
#433D20
(67,61,32)
#3D371D
(61,55,29)
#37311A
(55,49,26)
#312B17
(49,43,23)
#2B2514
(43,37,20)
#251F11
(37,31,17)
#1F190E
(31,25,14)
#19130B
(25,19,11)
#130D08
(19,13,8)
#0D0705
(13,7,5)
#000000
(0,0,0)

Tints of #494323

#494323
(73,67,35)
#595437
(89,84,55)
#69654B
(105,101,75)
#79765F
(121,118,95)
#898773
(137,135,115)
#999887
(153,152,135)
#A9A99B
(169,169,155)
#B9BAAF
(185,186,175)
#C9CBC3
(201,203,195)
#D9DCD7
(217,220,215)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494323; }

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

This text font color is #494323.

Background Color

.myBgColor { background-color: #494323; }

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

This div background color is #494323.

Border color

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

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

This div border color is #494323.

Opacity

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

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

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

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

This text has shadow with #494323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #494323.

Preview

Color preview on black background

This text has color #494323 on black background.


Color preview on white background

This text has color #494323 on white background.


Black color preview on #494323 background

This text has black color on #494323 background.


White color preview on #494323 background

This text has white color on #494323 background.


Related colors

Complementary color

Complementary color for #hex is #B6BCDC.


I love getcolorcode.com

Triadic colors

1 #234943 and #432349 with #494323 are triadic colors.

2 #234349 and #434923 with #494323 are triadic colors.