COLOR #471F0E

HEX: #471F0E
RGB: (71,31,14)

Renk bilgisi

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

RGB renk modeli

#471F0E color RGB value is (71,31,14).

  • kırmız ton 71;
  • yeşil ton 31;
  • mavi ton 14.
RGB:
(71,31,14)
(28%,12%,5%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 31 of 255 = 12%
B 14 of 255 = 5%

71
31
14

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 31 + 14 = 116 (100%)
R 71 of 116 ~ 61.21%
G 31 of 116 ~ 26.72%
B 14 of 116 ~ 12.07%

%61.21
%26.72
%12.07

CMYK RENK MODELİ

#471F0E rengi CMYK tonu (0,56,80,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.34%
  • sarı tonu 80.28%
  • ana renk tonu 72.16%
CMYK:
(0,56,80,72)
C0M56Y80K72 
(0%,56%,80%,72%)
(0.00/0.56/0.80/0.72)	

CMYK yüzdeleri

%0
%56.34
%80.28
%72.16

Codes

Color #471F0E in popluar color models

471F0E
RGB713114
HSL18°67.06%16.67%
HSB/HSV18°80.28%27.84%
CMYK0.00%56.34%80.28%
72.16%

Color #471F0E in popluar number systems.

HEX471F0E
Decimal713114
Binary1000111111111110
Octal1073716

Shades and tints

Shades of #471F0E

#471F0E
(71,31,14)
#411D0D
(65,29,13)
#3B1B0C
(59,27,12)
#35190B
(53,25,11)
#2F170A
(47,23,10)
#291509
(41,21,9)
#231308
(35,19,8)
#1D1107
(29,17,7)
#170F06
(23,15,6)
#110D05
(17,13,5)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #471F0E

#471F0E
(71,31,14)
#573323
(87,51,35)
#674738
(103,71,56)
#775B4D
(119,91,77)
#876F62
(135,111,98)
#978377
(151,131,119)
#A7978C
(167,151,140)
#B7ABA1
(183,171,161)
#C7BFB6
(199,191,182)
#D7D3CB
(215,211,203)
#E7E7E0
(231,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471F0E color. Also use rgb(71,31,14) instead hex code.

Text Font Color

.myTextColor { color: #471F0E; }

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

This text font color is #471F0E.


Background Color

.myBgColor { background-color: #471F0E; }

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

This div background color is #471F0E.


Border color

.myBorderColor { border: 1px solid #471F0E; }

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

This div border color is #471F0E.


Opacity

.myOpacity80 { color: #471F0E; opacity: 0.8; }

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

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

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

This text has shadow with #471F0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F0E on black background.


Color preview on white background

This text has color #471F0E on white background.



Black color preview on #471F0E background

This text has black color on #471F0E background.


White color preview on #471F0E background

This text has white color on #471F0E background.