COLOR #494715

HEX: #494715
RGB: (73,71,21)

Renk bilgisi

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

RGB renk modeli

#494715 color RGB value is (73,71,21).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 71 of 255 = 28%
B 21 of 255 = 8%

73
71
21

R + G + B ~ 22%. #494715 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 71 + 21 = 165 (100%)
R 73 of 165 ~ 44.24%
G 71 of 165 ~ 43.03%
B 21 of 165 ~ 12.73%

%44.24
%43.03
%12.73

CMYK RENK MODELİ

#494715 rengi CMYK tonu (0,3,71,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.74%
  • sarı tonu 71.23%
  • ana renk tonu 71.37%
CMYK:
(0,3,71,71)
C0M3Y71K71 
(0%,3%,71%,71%)
(0.00/0.03/0.71/0.71)	

CMYK yüzdeleri

%0
%2.74
%71.23
%71.37

Codes

Color #494715 in popluar color models

494715
RGB737121
HSL58°55.32%18.43%
HSB/HSV58°71.23%28.63%
CMYK0.00%2.74%71.23%
71.37%

Color #494715 in popluar number systems.

HEX494715
Decimal737121
Binary1001001100011110101
Octal11110725

Shades and tints

Shades of #494715

#494715
(73,71,21)
#434114
(67,65,20)
#3D3B13
(61,59,19)
#373512
(55,53,18)
#312F11
(49,47,17)
#2B2910
(43,41,16)
#25230F
(37,35,15)
#1F1D0E
(31,29,14)
#19170D
(25,23,13)
#13110C
(19,17,12)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #494715

#494715
(73,71,21)
#59572A
(89,87,42)
#69673F
(105,103,63)
#797754
(121,119,84)
#898769
(137,135,105)
#99977E
(153,151,126)
#A9A793
(169,167,147)
#B9B7A8
(185,183,168)
#C9C7BD
(201,199,189)
#D9D7D2
(217,215,210)
#E9E7E7
(233,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #494715; }

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

This text font color is #494715.


Background Color

.myBgColor { background-color: #494715; }

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

This div background color is #494715.


Border color

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

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

This div border color is #494715.


Opacity

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

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

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

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

This text has shadow with #494715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494715 on black background.


Color preview on white background

This text has color #494715 on white background.



Black color preview on #494715 background

This text has black color on #494715 background.


White color preview on #494715 background

This text has white color on #494715 background.