COLOR #472816

HEX: #472816
RGB: (71,40,22)

Renk bilgisi

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

RGB renk modeli

#472816 color RGB value is (71,40,22).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 40 of 255 = 16%
B 22 of 255 = 9%

71
40
22

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 40 + 22 = 133 (100%)
R 71 of 133 ~ 53.38%
G 40 of 133 ~ 30.08%
B 22 of 133 ~ 16.54%

%53.38
%30.08
%16.54

CMYK RENK MODELİ

#472816 rengi CMYK tonu (0,44,69,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 43.66%
  • sarı tonu 69.01%
  • ana renk tonu 72.16%
CMYK:
(0,44,69,72)
C0M44Y69K72 
(0%,44%,69%,72%)
(0.00/0.44/0.69/0.72)	

CMYK yüzdeleri

%0
%43.66
%69.01
%72.16

Codes

Color #472816 in popluar color models

472816
RGB714022
HSL22°52.69%18.24%
HSB/HSV22°69.01%27.84%
CMYK0.00%43.66%69.01%
72.16%

Color #472816 in popluar number systems.

HEX472816
Decimal714022
Binary100011110100010110
Octal1075026

Shades and tints

Shades of #472816

#472816
(71,40,22)
#412514
(65,37,20)
#3B2212
(59,34,18)
#351F10
(53,31,16)
#2F1C0E
(47,28,14)
#29190C
(41,25,12)
#23160A
(35,22,10)
#1D1308
(29,19,8)
#171006
(23,16,6)
#110D04
(17,13,4)
#0B0A02
(11,10,2)
#000000
(0,0,0)

Tints of #472816

#472816
(71,40,22)
#573B2B
(87,59,43)
#674E40
(103,78,64)
#776155
(119,97,85)
#87746A
(135,116,106)
#97877F
(151,135,127)
#A79A94
(167,154,148)
#B7ADA9
(183,173,169)
#C7C0BE
(199,192,190)
#D7D3D3
(215,211,211)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472816; }

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

This text font color is #472816.


Background Color

.myBgColor { background-color: #472816; }

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

This div background color is #472816.


Border color

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

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

This div border color is #472816.


Opacity

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

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

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

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

This text has shadow with #472816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472816 on black background.


Color preview on white background

This text has color #472816 on white background.



Black color preview on #472816 background

This text has black color on #472816 background.


White color preview on #472816 background

This text has white color on #472816 background.