COLOR #474613

HEX: #474613
RGB: (71,70,19)

Renk bilgisi

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

RGB renk modeli

#474613 color RGB value is (71,70,19).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 70 of 255 = 27%
B 19 of 255 = 7%

71
70
19

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 19 = 160 (100%)
R 71 of 160 ~ 44.38%
G 70 of 160 ~ 43.75%
B 19 of 160 ~ 11.88%

%44.38
%43.75
%11.88

CMYK RENK MODELİ

#474613 rengi CMYK tonu (0,1,73,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.41%
  • sarı tonu 73.24%
  • ana renk tonu 72.16%
CMYK:
(0,1,73,72)
C0M1Y73K72 
(0%,1%,73%,72%)
(0.00/0.01/0.73/0.72)	

CMYK yüzdeleri

%0
%1.41
%73.24
%72.16

Codes

Color #474613 in popluar color models

474613
RGB717019
HSL59°57.78%17.65%
HSB/HSV59°73.24%27.84%
CMYK0.00%1.41%73.24%
72.16%

Color #474613 in popluar number systems.

HEX474613
Decimal717019
Binary1000111100011010011
Octal10710623

Shades and tints

Shades of #474613

#474613
(71,70,19)
#414012
(65,64,18)
#3B3A11
(59,58,17)
#353410
(53,52,16)
#2F2E0F
(47,46,15)
#29280E
(41,40,14)
#23220D
(35,34,13)
#1D1C0C
(29,28,12)
#17160B
(23,22,11)
#11100A
(17,16,10)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #474613

#474613
(71,70,19)
#575628
(87,86,40)
#67663D
(103,102,61)
#777652
(119,118,82)
#878667
(135,134,103)
#97967C
(151,150,124)
#A7A691
(167,166,145)
#B7B6A6
(183,182,166)
#C7C6BB
(199,198,187)
#D7D6D0
(215,214,208)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474613; }

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

This text font color is #474613.


Background Color

.myBgColor { background-color: #474613; }

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

This div background color is #474613.


Border color

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

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

This div border color is #474613.


Opacity

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

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

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

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

This text has shadow with #474613 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474613 on black background.


Color preview on white background

This text has color #474613 on white background.



Black color preview on #474613 background

This text has black color on #474613 background.


White color preview on #474613 background

This text has white color on #474613 background.