COLOR #471003

HEX: #471003
RGB: (71,16,3)

Renk bilgisi

#471003 contains mainly red and green colors. #471003 ‘ nin web güvenlik rengi #330000 (ya da #300) dir.

RGB renk modeli

#471003 color RGB value is (71,16,3).

  • kırmız ton 71;
  • yeşil ton 16;
  • mavi ton 3.
RGB:
(71,16,3)
(28%,6%,1%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 16 of 255 = 6%
B 3 of 255 = 1%

71
16
3

R + G + B ~ 12%. #471003 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 16 + 3 = 90 (100%)
R 71 of 90 ~ 78.89%
G 16 of 90 ~ 17.78%
B 3 of 90 ~ 3.33%

%78.89
%17.78

CMYK RENK MODELİ

#471003 rengi CMYK tonu (0,77,96,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 77.46%
  • sarı tonu 95.77%
  • ana renk tonu 72.16%
CMYK:
(0,77,96,72)
C0M77Y96K72 
(0%,77%,96%,72%)
(0.00/0.77/0.96/0.72)	

CMYK yüzdeleri

%0
%77.46
%95.77
%72.16

Codes

Color #471003 in popluar color models

471003
RGB71163
HSL11°91.89%14.51%
HSB/HSV11°95.77%27.84%
CMYK0.00%77.46%95.77%
72.16%

Color #471003 in popluar number systems.

HEX471003
Decimal71163
Binary10001111000011
Octal107203

Shades and tints

Shades of #471003

#471003
(71,16,3)
#410F03
(65,15,3)
#3B0E03
(59,14,3)
#350D03
(53,13,3)
#2F0C03
(47,12,3)
#290B03
(41,11,3)
#230A03
(35,10,3)
#1D0903
(29,9,3)
#170803
(23,8,3)
#110703
(17,7,3)
#0B0603
(11,6,3)
#000000
(0,0,0)

Tints of #471003

#471003
(71,16,3)
#572519
(87,37,25)
#673A2F
(103,58,47)
#774F45
(119,79,69)
#87645B
(135,100,91)
#977971
(151,121,113)
#A78E87
(167,142,135)
#B7A39D
(183,163,157)
#C7B8B3
(199,184,179)
#D7CDC9
(215,205,201)
#E7E2DF
(231,226,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471003; }

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

This text font color is #471003.


Background Color

.myBgColor { background-color: #471003; }

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

This div background color is #471003.


Border color

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

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

This div border color is #471003.


Opacity

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

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

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

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

This text has shadow with #471003 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471003 on black background.


Color preview on white background

This text has color #471003 on white background.



Black color preview on #471003 background

This text has black color on #471003 background.


White color preview on #471003 background

This text has white color on #471003 background.