COLOR #494317

HEX: #494317
RGB: (73,67,23)

Renk bilgisi

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

RGB renk modeli

#494317 color RGB value is (73,67,23).

  • kırmız ton 73;
  • yeşil ton 67;
  • mavi ton 23.
RGB:
(73,67,23)
(29%,26%,9%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 67 of 255 = 26%
B 23 of 255 = 9%

73
67
23

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

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 67 + 23 = 163 (100%)
R 73 of 163 ~ 44.79%
G 67 of 163 ~ 41.1%
B 23 of 163 ~ 14.11%

%44.79
%41.1
%14.11

CMYK RENK MODELİ

#494317 rengi CMYK tonu (0,8,68,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.22%
  • sarı tonu 68.49%
  • ana renk tonu 71.37%
CMYK:
(0,8,68,71)
C0M8Y68K71 
(0%,8%,68%,71%)
(0.00/0.08/0.68/0.71)	

CMYK yüzdeleri

%0
%8.22
%68.49
%71.37

Codes

Color #494317 in popluar color models

494317
RGB736723
HSL53°52.08%18.82%
HSB/HSV53°68.49%28.63%
CMYK0.00%8.22%68.49%
71.37%

Color #494317 in popluar number systems.

HEX494317
Decimal736723
Binary1001001100001110111
Octal11110327

Shades and tints

Shades of #494317

#494317
(73,67,23)
#433D15
(67,61,21)
#3D3713
(61,55,19)
#373111
(55,49,17)
#312B0F
(49,43,15)
#2B250D
(43,37,13)
#251F0B
(37,31,11)
#1F1909
(31,25,9)
#191307
(25,19,7)
#130D05
(19,13,5)
#0D0703
(13,7,3)
#000000
(0,0,0)

Tints of #494317

#494317
(73,67,23)
#59542C
(89,84,44)
#696541
(105,101,65)
#797656
(121,118,86)
#89876B
(137,135,107)
#999880
(153,152,128)
#A9A995
(169,169,149)
#B9BAAA
(185,186,170)
#C9CBBF
(201,203,191)
#D9DCD4
(217,220,212)
#E9EDE9
(233,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #494317 color. Also use rgb(73,67,23) instead hex code.

Text Font Color

.myTextColor { color: #494317; }

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

This text font color is #494317.


Background Color

.myBgColor { background-color: #494317; }

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

This div background color is #494317.


Border color

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

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

This div border color is #494317.


Opacity

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

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

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

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

This text has shadow with #494317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #494317 on black background.


Color preview on white background

This text has color #494317 on white background.



Black color preview on #494317 background

This text has black color on #494317 background.


White color preview on #494317 background

This text has white color on #494317 background.