COLOR #472819

HEX: #472819
RGB: (71,40,25)

Renk bilgisi

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

RGB renk modeli

#472819 color RGB value is (71,40,25).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 40 of 255 = 16%
B 25 of 255 = 10%

71
40
25

R + G + B ~ 18%. #472819 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 40 + 25 = 136 (100%)
R 71 of 136 ~ 52.21%
G 40 of 136 ~ 29.41%
B 25 of 136 ~ 18.38%

%52.21
%29.41
%18.38

CMYK RENK MODELİ

#472819 rengi CMYK tonu (0,44,65,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.66%
  • sarı tonu 64.79%
  • ana renk tonu 72.16%
CMYK:
(0,44,65,72)
C0M44Y65K72 
(0%,44%,65%,72%)
(0.00/0.44/0.65/0.72)	

CMYK yüzdeleri

%0
%43.66
%64.79
%72.16

Codes

Color #472819 in popluar color models

472819
RGB714025
HSL20°47.92%18.82%
HSB/HSV20°64.79%27.84%
CMYK0.00%43.66%64.79%
72.16%

Color #472819 in popluar number systems.

HEX472819
Decimal714025
Binary100011110100011001
Octal1075031

Shades and tints

Shades of #472819

#472819
(71,40,25)
#412517
(65,37,23)
#3B2215
(59,34,21)
#351F13
(53,31,19)
#2F1C11
(47,28,17)
#29190F
(41,25,15)
#23160D
(35,22,13)
#1D130B
(29,19,11)
#171009
(23,16,9)
#110D07
(17,13,7)
#0B0A05
(11,10,5)
#000000
(0,0,0)

Tints of #472819

#472819
(71,40,25)
#573B2D
(87,59,45)
#674E41
(103,78,65)
#776155
(119,97,85)
#877469
(135,116,105)
#97877D
(151,135,125)
#A79A91
(167,154,145)
#B7ADA5
(183,173,165)
#C7C0B9
(199,192,185)
#D7D3CD
(215,211,205)
#E7E6E1
(231,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472819; }

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

This text font color is #472819.


Background Color

.myBgColor { background-color: #472819; }

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

This div background color is #472819.


Border color

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

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

This div border color is #472819.


Opacity

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

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

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

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

This text has shadow with #472819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472819 on black background.


Color preview on white background

This text has color #472819 on white background.



Black color preview on #472819 background

This text has black color on #472819 background.


White color preview on #472819 background

This text has white color on #472819 background.