COLOR #471F0D

HEX: #471F0D
RGB: (71,31,13)

Renk bilgisi

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

RGB renk modeli

#471F0D color RGB value is (71,31,13).

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

RGB bağlantıları ve doygunluk

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

71
31
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 31 + 13 = 115 (100%)
R 71 of 115 ~ 61.74%
G 31 of 115 ~ 26.96%
B 13 of 115 ~ 11.3%

%61.74
%26.96
%11.3

CMYK RENK MODELİ

#471F0D rengi CMYK tonu (0,56,82,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 56.34%
  • sarı tonu 81.69%
  • ana renk tonu 72.16%
CMYK:
(0,56,82,72)
C0M56Y82K72 
(0%,56%,82%,72%)
(0.00/0.56/0.82/0.72)	

CMYK yüzdeleri

%0
%56.34
%81.69
%72.16

Codes

Color #471F0D in popluar color models

471F0D
RGB713113
HSL19°69.05%16.47%
HSB/HSV19°81.69%27.84%
CMYK0.00%56.34%81.69%
72.16%

Color #471F0D in popluar number systems.

HEX471F0D
Decimal713113
Binary1000111111111101
Octal1073715

Shades and tints

Shades of #471F0D

#471F0D
(71,31,13)
#411D0C
(65,29,12)
#3B1B0B
(59,27,11)
#35190A
(53,25,10)
#2F1709
(47,23,9)
#291508
(41,21,8)
#231307
(35,19,7)
#1D1106
(29,17,6)
#170F05
(23,15,5)
#110D04
(17,13,4)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #471F0D

#471F0D
(71,31,13)
#573323
(87,51,35)
#674739
(103,71,57)
#775B4F
(119,91,79)
#876F65
(135,111,101)
#97837B
(151,131,123)
#A79791
(167,151,145)
#B7ABA7
(183,171,167)
#C7BFBD
(199,191,189)
#D7D3D3
(215,211,211)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471F0D; }

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

This text font color is #471F0D.


Background Color

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

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

This div background color is #471F0D.


Border color

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

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

This div border color is #471F0D.


Opacity

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

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

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

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

This text has shadow with #471F0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471F0D on black background.


Color preview on white background

This text has color #471F0D on white background.



Black color preview on #471F0D background

This text has black color on #471F0D background.


White color preview on #471F0D background

This text has white color on #471F0D background.