COLOR #472409

HEX: #472409
RGB: (71,36,9)

Renk bilgisi

#472409 contains mainly red and green colors. #472409 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#472409 color RGB value is (71,36,9).

  • kırmız ton 71;
  • yeşil ton 36;
  • mavi ton 9.
RGB:
(71,36,9)
(28%,14%,4%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 36 of 255 = 14%
B 9 of 255 = 4%

71
36
9

R + G + B ~ 15%. #472409 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 36 + 9 = 116 (100%)
R 71 of 116 ~ 61.21%
G 36 of 116 ~ 31.03%
B 9 of 116 ~ 7.76%

%61.21
%31.03

CMYK RENK MODELİ

#472409 rengi CMYK tonu (0,49,87,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.30%
  • sarı tonu 87.32%
  • ana renk tonu 72.16%
CMYK:
(0,49,87,72)
C0M49Y87K72 
(0%,49%,87%,72%)
(0.00/0.49/0.87/0.72)	

CMYK yüzdeleri

%0
%49.3
%87.32
%72.16

Codes

Color #472409 in popluar color models

472409
RGB71369
HSL26°77.50%15.69%
HSB/HSV26°87.32%27.84%
CMYK0.00%49.30%87.32%
72.16%

Color #472409 in popluar number systems.

HEX472409
Decimal71369
Binary10001111001001001
Octal1074411

Shades and tints

Shades of #472409

#472409
(71,36,9)
#412109
(65,33,9)
#3B1E09
(59,30,9)
#351B09
(53,27,9)
#2F1809
(47,24,9)
#291509
(41,21,9)
#231209
(35,18,9)
#1D0F09
(29,15,9)
#170C09
(23,12,9)
#110909
(17,9,9)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #472409

#472409
(71,36,9)
#57371F
(87,55,31)
#674A35
(103,74,53)
#775D4B
(119,93,75)
#877061
(135,112,97)
#978377
(151,131,119)
#A7968D
(167,150,141)
#B7A9A3
(183,169,163)
#C7BCB9
(199,188,185)
#D7CFCF
(215,207,207)
#E7E2E5
(231,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472409 color. Also use rgb(71,36,9) instead hex code.

Text Font Color

.myTextColor { color: #472409; }

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

This text font color is #472409.


Background Color

.myBgColor { background-color: #472409; }

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

This div background color is #472409.


Border color

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

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

This div border color is #472409.


Opacity

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

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

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

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

This text has shadow with #472409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472409 on black background.


Color preview on white background

This text has color #472409 on white background.



Black color preview on #472409 background

This text has black color on #472409 background.


White color preview on #472409 background

This text has white color on #472409 background.