COLOR #474619

HEX: #474619
RGB: (71,70,25)

Renk bilgisi

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

RGB renk modeli

#474619 color RGB value is (71,70,25).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 70 of 255 = 27%
B 25 of 255 = 10%

71
70
25

R + G + B ~ 22%. #474619 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 25 = 166 (100%)
R 71 of 166 ~ 42.77%
G 70 of 166 ~ 42.17%
B 25 of 166 ~ 15.06%

%42.77
%42.17
%15.06

CMYK RENK MODELİ

#474619 rengi CMYK tonu (0,1,65,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.41%
  • sarı tonu 64.79%
  • ana renk tonu 72.16%
CMYK:
(0,1,65,72)
C0M1Y65K72 
(0%,1%,65%,72%)
(0.00/0.01/0.65/0.72)	

CMYK yüzdeleri

%0
%1.41
%64.79
%72.16

Codes

Color #474619 in popluar color models

474619
RGB717025
HSL59°47.92%18.82%
HSB/HSV59°64.79%27.84%
CMYK0.00%1.41%64.79%
72.16%

Color #474619 in popluar number systems.

HEX474619
Decimal717025
Binary1000111100011011001
Octal10710631

Shades and tints

Shades of #474619

#474619
(71,70,25)
#414017
(65,64,23)
#3B3A15
(59,58,21)
#353413
(53,52,19)
#2F2E11
(47,46,17)
#29280F
(41,40,15)
#23220D
(35,34,13)
#1D1C0B
(29,28,11)
#171609
(23,22,9)
#111007
(17,16,7)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #474619

#474619
(71,70,25)
#57562D
(87,86,45)
#676641
(103,102,65)
#777655
(119,118,85)
#878669
(135,134,105)
#97967D
(151,150,125)
#A7A691
(167,166,145)
#B7B6A5
(183,182,165)
#C7C6B9
(199,198,185)
#D7D6CD
(215,214,205)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474619; }

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

This text font color is #474619.


Background Color

.myBgColor { background-color: #474619; }

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

This div background color is #474619.


Border color

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

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

This div border color is #474619.


Opacity

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

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

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

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

This text has shadow with #474619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474619 on black background.


Color preview on white background

This text has color #474619 on white background.



Black color preview on #474619 background

This text has black color on #474619 background.


White color preview on #474619 background

This text has white color on #474619 background.