COLOR #471514

HEX: #471514
RGB: (71,21,20)

Renk bilgisi

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

RGB renk modeli

#471514 color RGB value is (71,21,20).

  • kırmız ton 71;
  • yeşil ton 21;
  • mavi ton 20.
RGB:
(71,21,20)
(28%,8%,8%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 21 of 255 = 8%
B 20 of 255 = 8%

71
21
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 21 + 20 = 112 (100%)
R 71 of 112 ~ 63.39%
G 21 of 112 ~ 18.75%
B 20 of 112 ~ 17.86%

%63.39
%18.75
%17.86

CMYK RENK MODELİ

#471514 rengi CMYK tonu (0,70,72,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.42%
  • sarı tonu 71.83%
  • ana renk tonu 72.16%
CMYK:
(0,70,72,72)
C0M70Y72K72 
(0%,70%,72%,72%)
(0.00/0.70/0.72/0.72)	

CMYK yüzdeleri

%0
%70.42
%71.83
%72.16

Codes

Color #471514 in popluar color models

471514
RGB712120
HSL56.04%17.84%
HSB/HSV71.83%27.84%
CMYK0.00%70.42%71.83%
72.16%

Color #471514 in popluar number systems.

HEX471514
Decimal712120
Binary10001111010110100
Octal1072524

Shades and tints

Shades of #471514

#471514
(71,21,20)
#411413
(65,20,19)
#3B1312
(59,19,18)
#351211
(53,18,17)
#2F1110
(47,17,16)
#29100F
(41,16,15)
#230F0E
(35,15,14)
#1D0E0D
(29,14,13)
#170D0C
(23,13,12)
#110C0B
(17,12,11)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #471514

#471514
(71,21,20)
#572A29
(87,42,41)
#673F3E
(103,63,62)
#775453
(119,84,83)
#876968
(135,105,104)
#977E7D
(151,126,125)
#A79392
(167,147,146)
#B7A8A7
(183,168,167)
#C7BDBC
(199,189,188)
#D7D2D1
(215,210,209)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471514 color. Also use rgb(71,21,20) instead hex code.

Text Font Color

.myTextColor { color: #471514; }

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

This text font color is #471514.


Background Color

.myBgColor { background-color: #471514; }

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

This div background color is #471514.


Border color

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

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

This div border color is #471514.


Opacity

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

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

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

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

This text has shadow with #471514 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471514 on black background.


Color preview on white background

This text has color #471514 on white background.



Black color preview on #471514 background

This text has black color on #471514 background.


White color preview on #471514 background

This text has white color on #471514 background.