COLOR #494130

HEX: #494130
RGB: (73,65,48)

Renk bilgisi

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

RGB renk modeli

#494130 color RGB value is (73,65,48).

  • kırmız ton 73;
  • yeşil ton 65;
  • mavi ton 48.
RGB:
(73,65,48)
(29%,25%,19%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 65 of 255 = 25%
B 48 of 255 = 19%

73
65
48

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 65 + 48 = 186 (100%)
R 73 of 186 ~ 39.25%
G 65 of 186 ~ 34.95%
B 48 of 186 ~ 25.81%

%39.25
%34.95
%25.81

CMYK RENK MODELİ

#494130 rengi CMYK tonu (0,11,34,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.96%
  • sarı tonu 34.25%
  • ana renk tonu 71.37%
CMYK:
(0,11,34,71)
C0M11Y34K71 
(0%,11%,34%,71%)
(0.00/0.11/0.34/0.71)	

CMYK yüzdeleri

%0
%10.96
%34.25
%71.37

Codes

Color #494130 in popluar color models

494130
RGB736548
HSL41°20.66%23.73%
HSB/HSV41°34.25%28.63%
CMYK0.00%10.96%34.25%
71.37%

Color #494130 in popluar number systems.

HEX494130
Decimal736548
Binary10010011000001110000
Octal11110160

Shades and tints

Shades of #494130

#494130
(73,65,48)
#433C2C
(67,60,44)
#3D3728
(61,55,40)
#373224
(55,50,36)
#312D20
(49,45,32)
#2B281C
(43,40,28)
#252318
(37,35,24)
#1F1E14
(31,30,20)
#191910
(25,25,16)
#13140C
(19,20,12)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #494130

#494130
(73,65,48)
#595242
(89,82,66)
#696354
(105,99,84)
#797466
(121,116,102)
#898578
(137,133,120)
#99968A
(153,150,138)
#A9A79C
(169,167,156)
#B9B8AE
(185,184,174)
#C9C9C0
(201,201,192)
#D9DAD2
(217,218,210)
#E9EBE4
(233,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494130; }

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

This text font color is #494130.


Background Color

.myBgColor { background-color: #494130; }

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

This div background color is #494130.


Border color

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

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

This div border color is #494130.


Opacity

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

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

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

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

This text has shadow with #494130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494130 on black background.


Color preview on white background

This text has color #494130 on white background.



Black color preview on #494130 background

This text has black color on #494130 background.


White color preview on #494130 background

This text has white color on #494130 background.