COLOR #472010

HEX: #472010
RGB: (71,32,16)

Renk bilgisi

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

RGB renk modeli

#472010 color RGB value is (71,32,16).

  • kırmız ton 71;
  • yeşil ton 32;
  • mavi ton 16.
RGB:
(71,32,16)
(28%,13%,6%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 32 of 255 = 13%
B 16 of 255 = 6%

71
32
16

R + G + B ~ 16%. #472010 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 32 + 16 = 119 (100%)
R 71 of 119 ~ 59.66%
G 32 of 119 ~ 26.89%
B 16 of 119 ~ 13.45%

%59.66
%26.89
%13.45

CMYK RENK MODELİ

#472010 rengi CMYK tonu (0,55,77,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.93%
  • sarı tonu 77.46%
  • ana renk tonu 72.16%
CMYK:
(0,55,77,72)
C0M55Y77K72 
(0%,55%,77%,72%)
(0.00/0.55/0.77/0.72)	

CMYK yüzdeleri

%0
%54.93
%77.46
%72.16

Codes

Color #472010 in popluar color models

472010
RGB713216
HSL17°63.22%17.06%
HSB/HSV17°77.46%27.84%
CMYK0.00%54.93%77.46%
72.16%

Color #472010 in popluar number systems.

HEX472010
Decimal713216
Binary100011110000010000
Octal1074020

Shades and tints

Shades of #472010

#472010
(71,32,16)
#411E0F
(65,30,15)
#3B1C0E
(59,28,14)
#351A0D
(53,26,13)
#2F180C
(47,24,12)
#29160B
(41,22,11)
#23140A
(35,20,10)
#1D1209
(29,18,9)
#171008
(23,16,8)
#110E07
(17,14,7)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #472010

#472010
(71,32,16)
#573425
(87,52,37)
#67483A
(103,72,58)
#775C4F
(119,92,79)
#877064
(135,112,100)
#978479
(151,132,121)
#A7988E
(167,152,142)
#B7ACA3
(183,172,163)
#C7C0B8
(199,192,184)
#D7D4CD
(215,212,205)
#E7E8E2
(231,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472010 color. Also use rgb(71,32,16) instead hex code.

Text Font Color

.myTextColor { color: #472010; }

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

This text font color is #472010.


Background Color

.myBgColor { background-color: #472010; }

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

This div background color is #472010.


Border color

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

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

This div border color is #472010.


Opacity

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

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

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

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

This text has shadow with #472010 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472010 on black background.


Color preview on white background

This text has color #472010 on white background.



Black color preview on #472010 background

This text has black color on #472010 background.


White color preview on #472010 background

This text has white color on #472010 background.