COLOR #490710

HEX: #490710
RGB: (73,7,16)

Renk bilgisi

#490710 contains mainly red and blue colors. #490710 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#490710 color RGB value is (73,7,16).

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

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 7 of 255 = 3%
B 16 of 255 = 6%

73
7
16

R + G + B ~ 13%. #490710 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 7 + 16 = 96 (100%)
R 73 of 96 ~ 76.04%
G 7 of 96 ~ 7.29%
B 16 of 96 ~ 16.67%

%76.04
%16.67

CMYK RENK MODELİ

#490710 rengi CMYK tonu (0,90,78,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 90.41%
  • sarı tonu 78.08%
  • ana renk tonu 71.37%
CMYK:
(0,90,78,71)
C0M90Y78K71 
(0%,90%,78%,71%)
(0.00/0.90/0.78/0.71)	

CMYK yüzdeleri

%0
%90.41
%78.08
%71.37

Codes

Color #490710 in popluar color models

490710
RGB73716
HSL352°82.50%15.69%
HSB/HSV352°90.41%28.63%
CMYK0.00%90.41%78.08%
71.37%

Color #490710 in popluar number systems.

HEX490710
Decimal73716
Binary100100111110000
Octal111720

Shades and tints

Shades of #490710

#490710
(73,7,16)
#43070F
(67,7,15)
#3D070E
(61,7,14)
#37070D
(55,7,13)
#31070C
(49,7,12)
#2B070B
(43,7,11)
#25070A
(37,7,10)
#1F0709
(31,7,9)
#190708
(25,7,8)
#130707
(19,7,7)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #490710

#490710
(73,7,16)
#591D25
(89,29,37)
#69333A
(105,51,58)
#79494F
(121,73,79)
#895F64
(137,95,100)
#997579
(153,117,121)
#A98B8E
(169,139,142)
#B9A1A3
(185,161,163)
#C9B7B8
(201,183,184)
#D9CDCD
(217,205,205)
#E9E3E2
(233,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #490710; }

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

This text font color is #490710.


Background Color

.myBgColor { background-color: #490710; }

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

This div background color is #490710.


Border color

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

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

This div border color is #490710.


Opacity

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

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

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

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

This text has shadow with #490710 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #490710 on black background.


Color preview on white background

This text has color #490710 on white background.



Black color preview on #490710 background

This text has black color on #490710 background.


White color preview on #490710 background

This text has white color on #490710 background.