COLOR #494427

HEX: #494427
RGB: (73,68,39)

Renk bilgisi

#494427 contains red, green and blue colors in about the same proportion. #494427 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#494427 color RGB value is (73,68,39).

  • kırmız ton 73;
  • yeşil ton 68;
  • mavi ton 39.
RGB:
(73,68,39)
(29%,27%,15%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 68 of 255 = 27%
B 39 of 255 = 15%

73
68
39

R + G + B ~ 24%. #494427 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 68 + 39 = 180 (100%)
R 73 of 180 ~ 40.56%
G 68 of 180 ~ 37.78%
B 39 of 180 ~ 21.67%

%40.56
%37.78
%21.67

CMYK RENK MODELİ

#494427 rengi CMYK tonu (0,7,47,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.85%
  • sarı tonu 46.58%
  • ana renk tonu 71.37%
CMYK:
(0,7,47,71)
C0M7Y47K71 
(0%,7%,47%,71%)
(0.00/0.07/0.47/0.71)	

CMYK yüzdeleri

%0
%6.85
%46.58
%71.37

Codes

Color #494427 in popluar color models

494427
RGB736839
HSL51°30.36%21.96%
HSB/HSV51°46.58%28.63%
CMYK0.00%6.85%46.58%
71.37%

Color #494427 in popluar number systems.

HEX494427
Decimal736839
Binary10010011000100100111
Octal11110447

Shades and tints

Shades of #494427

#494427
(73,68,39)
#433E24
(67,62,36)
#3D3821
(61,56,33)
#37321E
(55,50,30)
#312C1B
(49,44,27)
#2B2618
(43,38,24)
#252015
(37,32,21)
#1F1A12
(31,26,18)
#19140F
(25,20,15)
#130E0C
(19,14,12)
#0D0809
(13,8,9)
#000000
(0,0,0)

Tints of #494427

#494427
(73,68,39)
#59553A
(89,85,58)
#69664D
(105,102,77)
#797760
(121,119,96)
#898873
(137,136,115)
#999986
(153,153,134)
#A9AA99
(169,170,153)
#B9BBAC
(185,187,172)
#C9CCBF
(201,204,191)
#D9DDD2
(217,221,210)
#E9EEE5
(233,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494427 color. Also use rgb(73,68,39) instead hex code.

Text Font Color

.myTextColor { color: #494427; }

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

This text font color is #494427.


Background Color

.myBgColor { background-color: #494427; }

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

This div background color is #494427.


Border color

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

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

This div border color is #494427.


Opacity

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

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

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

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

This text has shadow with #494427 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494427 on black background.


Color preview on white background

This text has color #494427 on white background.



Black color preview on #494427 background

This text has black color on #494427 background.


White color preview on #494427 background

This text has white color on #494427 background.