COLOR #493F10

HEX: #493F10
RGB: (73,63,16)

Renk bilgisi

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

RGB renk modeli

#493F10 color RGB value is (73,63,16).

  • kırmız ton 73;
  • yeşil ton 63;
  • mavi ton 16.
RGB:
(73,63,16)
(29%,25%,6%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 63 of 255 = 25%
B 16 of 255 = 6%

73
63
16

R + G + B ~ 20%. #493F10 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 63 + 16 = 152 (100%)
R 73 of 152 ~ 48.03%
G 63 of 152 ~ 41.45%
B 16 of 152 ~ 10.53%

%48.03
%41.45
%10.53

CMYK RENK MODELİ

#493F10 rengi CMYK tonu (0,14,78,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.70%
  • sarı tonu 78.08%
  • ana renk tonu 71.37%
CMYK:
(0,14,78,71)
C0M14Y78K71 
(0%,14%,78%,71%)
(0.00/0.14/0.78/0.71)	

CMYK yüzdeleri

%0
%13.7
%78.08
%71.37

Codes

Color #493F10 in popluar color models

493F10
RGB736316
HSL49°64.04%17.45%
HSB/HSV49°78.08%28.63%
CMYK0.00%13.70%78.08%
71.37%

Color #493F10 in popluar number systems.

HEX493F10
Decimal736316
Binary100100111111110000
Octal1117720

Shades and tints

Shades of #493F10

#493F10
(73,63,16)
#433A0F
(67,58,15)
#3D350E
(61,53,14)
#37300D
(55,48,13)
#312B0C
(49,43,12)
#2B260B
(43,38,11)
#25210A
(37,33,10)
#1F1C09
(31,28,9)
#191708
(25,23,8)
#131207
(19,18,7)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #493F10

#493F10
(73,63,16)
#595025
(89,80,37)
#69613A
(105,97,58)
#79724F
(121,114,79)
#898364
(137,131,100)
#999479
(153,148,121)
#A9A58E
(169,165,142)
#B9B6A3
(185,182,163)
#C9C7B8
(201,199,184)
#D9D8CD
(217,216,205)
#E9E9E2
(233,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #493F10 color. Also use rgb(73,63,16) instead hex code.

Text Font Color

.myTextColor { color: #493F10; }

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

This text font color is #493F10.


Background Color

.myBgColor { background-color: #493F10; }

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

This div background color is #493F10.


Border color

.myBorderColor { border: 1px solid #493F10; }

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

This div border color is #493F10.


Opacity

.myOpacity80 { color: #493F10; opacity: 0.8; }

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

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

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

This text has shadow with #493F10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #493F10 on black background.


Color preview on white background

This text has color #493F10 on white background.



Black color preview on #493F10 background

This text has black color on #493F10 background.


White color preview on #493F10 background

This text has white color on #493F10 background.