COLOR #494015

HEX: #494015
RGB: (73,64,21)

Renk bilgisi

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

RGB renk modeli

#494015 color RGB value is (73,64,21).

  • kırmız ton 73;
  • yeşil ton 64;
  • mavi ton 21.
RGB:
(73,64,21)
(29%,25%,8%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 64 of 255 = 25%
B 21 of 255 = 8%

73
64
21

R + G + B ~ 21%. #494015 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 64 + 21 = 158 (100%)
R 73 of 158 ~ 46.2%
G 64 of 158 ~ 40.51%
B 21 of 158 ~ 13.29%

%46.2
%40.51
%13.29

CMYK RENK MODELİ

#494015 rengi CMYK tonu (0,12,71,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.33%
  • sarı tonu 71.23%
  • ana renk tonu 71.37%
CMYK:
(0,12,71,71)
C0M12Y71K71 
(0%,12%,71%,71%)
(0.00/0.12/0.71/0.71)	

CMYK yüzdeleri

%0
%12.33
%71.23
%71.37

Codes

Color #494015 in popluar color models

494015
RGB736421
HSL50°55.32%18.43%
HSB/HSV50°71.23%28.63%
CMYK0.00%12.33%71.23%
71.37%

Color #494015 in popluar number systems.

HEX494015
Decimal736421
Binary1001001100000010101
Octal11110025

Shades and tints

Shades of #494015

#494015
(73,64,21)
#433B14
(67,59,20)
#3D3613
(61,54,19)
#373112
(55,49,18)
#312C11
(49,44,17)
#2B2710
(43,39,16)
#25220F
(37,34,15)
#1F1D0E
(31,29,14)
#19180D
(25,24,13)
#13130C
(19,19,12)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #494015

#494015
(73,64,21)
#59512A
(89,81,42)
#69623F
(105,98,63)
#797354
(121,115,84)
#898469
(137,132,105)
#99957E
(153,149,126)
#A9A693
(169,166,147)
#B9B7A8
(185,183,168)
#C9C8BD
(201,200,189)
#D9D9D2
(217,217,210)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494015 color. Also use rgb(73,64,21) instead hex code.

Text Font Color

.myTextColor { color: #494015; }

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

This text font color is #494015.


Background Color

.myBgColor { background-color: #494015; }

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

This div background color is #494015.


Border color

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

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

This div border color is #494015.


Opacity

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

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

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

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

This text has shadow with #494015 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494015 on black background.


Color preview on white background

This text has color #494015 on white background.



Black color preview on #494015 background

This text has black color on #494015 background.


White color preview on #494015 background

This text has white color on #494015 background.