COLOR #470D1B

HEX: #470D1B
RGB: (71,13,27)

Renk bilgisi

#470D1B contains red, green and blue colors in about the same proportion. #470D1B ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#470D1B color RGB value is (71,13,27).

  • kırmız ton 71;
  • yeşil ton 13;
  • mavi ton 27.
RGB:
(71,13,27)
(28%,5%,11%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 13 of 255 = 5%
B 27 of 255 = 11%

71
13
27

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 13 + 27 = 111 (100%)
R 71 of 111 ~ 63.96%
G 13 of 111 ~ 11.71%
B 27 of 111 ~ 24.32%

%63.96
%11.71
%24.32

CMYK RENK MODELİ

#470D1B rengi CMYK tonu (0,82,62,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 81.69%
  • sarı tonu 61.97%
  • ana renk tonu 72.16%
CMYK:
(0,82,62,72)
C0M82Y62K72 
(0%,82%,62%,72%)
(0.00/0.82/0.62/0.72)	

CMYK yüzdeleri

%0
%81.69
%61.97
%72.16

Codes

Color #470D1B in popluar color models

470D1B
RGB711327
HSL346°69.05%16.47%
HSB/HSV346°81.69%27.84%
CMYK0.00%81.69%61.97%
72.16%

Color #470D1B in popluar number systems.

HEX470D1B
Decimal711327
Binary1000111110111011
Octal1071533

Shades and tints

Shades of #470D1B

#470D1B
(71,13,27)
#410C19
(65,12,25)
#3B0B17
(59,11,23)
#350A15
(53,10,21)
#2F0913
(47,9,19)
#290811
(41,8,17)
#23070F
(35,7,15)
#1D060D
(29,6,13)
#17050B
(23,5,11)
#110409
(17,4,9)
#0B0307
(11,3,7)
#000000
(0,0,0)

Tints of #470D1B

#470D1B
(71,13,27)
#57232F
(87,35,47)
#673943
(103,57,67)
#774F57
(119,79,87)
#87656B
(135,101,107)
#977B7F
(151,123,127)
#A79193
(167,145,147)
#B7A7A7
(183,167,167)
#C7BDBB
(199,189,187)
#D7D3CF
(215,211,207)
#E7E9E3
(231,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470D1B color. Also use rgb(71,13,27) instead hex code.

Text Font Color

.myTextColor { color: #470D1B; }

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

This text font color is #470D1B.


Background Color

.myBgColor { background-color: #470D1B; }

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

This div background color is #470D1B.


Border color

.myBorderColor { border: 1px solid #470D1B; }

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

This div border color is #470D1B.


Opacity

.myOpacity80 { color: #470D1B; opacity: 0.8; }

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

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

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

This text has shadow with #470D1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470D1B on black background.


Color preview on white background

This text has color #470D1B on white background.



Black color preview on #470D1B background

This text has black color on #470D1B background.


White color preview on #470D1B background

This text has white color on #470D1B background.