COLOR #474813

HEX: #474813
RGB: (71,72,19)

Renk bilgisi

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

RGB renk modeli

#474813 color RGB value is (71,72,19).

  • kırmız ton 71;
  • yeşil ton 72;
  • mavi ton 19.
RGB:
(71,72,19)
(28%,28%,7%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 72 of 255 = 28%
B 19 of 255 = 7%

71
72
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 72 + 19 = 162 (100%)
R 71 of 162 ~ 43.83%
G 72 of 162 ~ 44.44%
B 19 of 162 ~ 11.73%

%43.83
%44.44
%11.73

CMYK RENK MODELİ

#474813 rengi CMYK tonu (1,0,74,72).

  • camgöbeği tonu 1.39%
  • eflatun tonu 0.00%
  • sarı tonu 73.61%
  • ana renk tonu 71.76%
CMYK:
(1,0,74,72)
C1M0Y74K72 
(1%,0%,74%,72%)
(0.01/0.00/0.74/0.72)	

CMYK yüzdeleri

%1.39
%0
%73.61
%71.76

Codes

Color #474813 in popluar color models

474813
RGB717219
HSL61°58.24%17.84%
HSB/HSV61°73.61%28.24%
CMYK1.39%0.00%73.61%
71.76%

Color #474813 in popluar number systems.

HEX474813
Decimal717219
Binary1000111100100010011
Octal10711023

Shades and tints

Shades of #474813

#474813
(71,72,19)
#414212
(65,66,18)
#3B3C11
(59,60,17)
#353610
(53,54,16)
#2F300F
(47,48,15)
#292A0E
(41,42,14)
#23240D
(35,36,13)
#1D1E0C
(29,30,12)
#17180B
(23,24,11)
#11120A
(17,18,10)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #474813

#474813
(71,72,19)
#575828
(87,88,40)
#67683D
(103,104,61)
#777852
(119,120,82)
#878867
(135,136,103)
#97987C
(151,152,124)
#A7A891
(167,168,145)
#B7B8A6
(183,184,166)
#C7C8BB
(199,200,187)
#D7D8D0
(215,216,208)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474813 color. Also use rgb(71,72,19) instead hex code.

Text Font Color

.myTextColor { color: #474813; }

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

This text font color is #474813.


Background Color

.myBgColor { background-color: #474813; }

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

This div background color is #474813.


Border color

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

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

This div border color is #474813.


Opacity

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

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

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

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

This text has shadow with #474813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474813 on black background.


Color preview on white background

This text has color #474813 on white background.



Black color preview on #474813 background

This text has black color on #474813 background.


White color preview on #474813 background

This text has white color on #474813 background.