COLOR #494230

HEX: #494230
RGB: (73,66,48)

Color info

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

RGB color model

#494230 color RGB value is (73,66,48).

  • red value is 73;
  • green value is 66;
  • blue value is 48.
RGB:
(73,66,48)
(29%,26%,19%)

RGB channels and saturation

R 73 of 255 = 29%
G 66 of 255 = 26%
B 48 of 255 = 19%

73
66
48

R + G + B ~ 25%. #494230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
73 + 66 + 48 = 187 (100%)
R 73 of 187 ~ 39.04%
G 66 of 187 ~ 35.29%
B 48 of 187 ~ 25.67%

%39.04
%35.29
%25.67

CMYK color model

#494230 color CMYK value is (0,10,34,71).

  • cyan value is 0.00%
  • magenta value is 9.59%
  • yellow value is 34.25%
  • key color value is 71.37%
CMYK:
(0,10,34,71)
C0M10Y34K71 
(0%,10%,34%,71%)
(0.00/0.10/0.34/0.71)	

CMYK percentages

%0
%9.59
%34.25
%71.37

Codes

Color #494230 in popluar color models

494230
RGB736648
HSL43°20.66%23.73%
HSB/HSV43°34.25%28.63%
CMYK0.00%9.59%34.25%
71.37%

Color #494230 in popluar number systems.

HEX494230
Decimal736648
Binary10010011000010110000
Octal11110260

Shades and tints

Shades of #494230

#494230
(73,66,48)
#433C2C
(67,60,44)
#3D3628
(61,54,40)
#373024
(55,48,36)
#312A20
(49,42,32)
#2B241C
(43,36,28)
#251E18
(37,30,24)
#1F1814
(31,24,20)
#191210
(25,18,16)
#130C0C
(19,12,12)
#0D0608
(13,6,8)
#000000
(0,0,0)

Tints of #494230

#494230
(73,66,48)
#595342
(89,83,66)
#696454
(105,100,84)
#797566
(121,117,102)
#898678
(137,134,120)
#99978A
(153,151,138)
#A9A89C
(169,168,156)
#B9B9AE
(185,185,174)
#C9CAC0
(201,202,192)
#D9DBD2
(217,219,210)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494230 color. Also use rgb(73,66,48) instead hex code.

Text Font Color

.myTextColor { color: #494230; }

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

This text font color is #494230.


Background Color

.myBgColor { background-color: #494230; }

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

This div background color is #494230.


Border color

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

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

This div border color is #494230.


Opacity

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

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

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

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

This text has shadow with #494230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494230 on black background.


Color preview on white background

This text has color #494230 on white background.



Black color preview on #494230 background

This text has black color on #494230 background.


White color preview on #494230 background

This text has white color on #494230 background.