COLOR #471414

HEX: #471414
RGB: (71,20,20)

Renk bilgisi

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

RGB renk modeli

#471414 color RGB value is (71,20,20).

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

RGB bağlantıları ve doygunluk

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

71
20
20

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 20 + 20 = 111 (100%)
R 71 of 111 ~ 63.96%
G 20 of 111 ~ 18.02%
B 20 of 111 ~ 18.02%

%63.96
%18.02
%18.02

CMYK RENK MODELİ

#471414 rengi CMYK tonu (0,72,72,72).

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

CMYK yüzdeleri

%0
%71.83
%71.83
%72.16

Codes

Color #471414 in popluar color models

471414
RGB712020
HSL56.04%17.84%
HSB/HSV71.83%27.84%
CMYK0.00%71.83%71.83%
72.16%

Color #471414 in popluar number systems.

HEX471414
Decimal712020
Binary10001111010010100
Octal1072424

Shades and tints

Shades of #471414

#471414
(71,20,20)
#411313
(65,19,19)
#3B1212
(59,18,18)
#351111
(53,17,17)
#2F1010
(47,16,16)
#290F0F
(41,15,15)
#230E0E
(35,14,14)
#1D0D0D
(29,13,13)
#170C0C
(23,12,12)
#110B0B
(17,11,11)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #471414

#471414
(71,20,20)
#572929
(87,41,41)
#673E3E
(103,62,62)
#775353
(119,83,83)
#876868
(135,104,104)
#977D7D
(151,125,125)
#A79292
(167,146,146)
#B7A7A7
(183,167,167)
#C7BCBC
(199,188,188)
#D7D1D1
(215,209,209)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471414; }

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

This text font color is #471414.


Background Color

.myBgColor { background-color: #471414; }

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

This div background color is #471414.


Border color

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

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

This div border color is #471414.


Opacity

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

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

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

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

This text has shadow with #471414 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471414 on black background.


Color preview on white background

This text has color #471414 on white background.



Black color preview on #471414 background

This text has black color on #471414 background.


White color preview on #471414 background

This text has white color on #471414 background.