COLOR #471503

HEX: #471503
RGB: (71,21,3)

Renk bilgisi

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

RGB renk modeli

#471503 color RGB value is (71,21,3).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 21 of 255 = 8%
B 3 of 255 = 1%

71
21
3

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 21 + 3 = 95 (100%)
R 71 of 95 ~ 74.74%
G 21 of 95 ~ 22.11%
B 3 of 95 ~ 3.16%

%74.74
%22.11

CMYK RENK MODELİ

#471503 rengi CMYK tonu (0,70,96,72).

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

CMYK yüzdeleri

%0
%70.42
%95.77
%72.16

Codes

Color #471503 in popluar color models

471503
RGB71213
HSL16°91.89%14.51%
HSB/HSV16°95.77%27.84%
CMYK0.00%70.42%95.77%
72.16%

Color #471503 in popluar number systems.

HEX471503
Decimal71213
Binary10001111010111
Octal107253

Shades and tints

Shades of #471503

#471503
(71,21,3)
#411403
(65,20,3)
#3B1303
(59,19,3)
#351203
(53,18,3)
#2F1103
(47,17,3)
#291003
(41,16,3)
#230F03
(35,15,3)
#1D0E03
(29,14,3)
#170D03
(23,13,3)
#110C03
(17,12,3)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #471503

#471503
(71,21,3)
#572A19
(87,42,25)
#673F2F
(103,63,47)
#775445
(119,84,69)
#87695B
(135,105,91)
#977E71
(151,126,113)
#A79387
(167,147,135)
#B7A89D
(183,168,157)
#C7BDB3
(199,189,179)
#D7D2C9
(215,210,201)
#E7E7DF
(231,231,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471503; }

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

This text font color is #471503.


Background Color

.myBgColor { background-color: #471503; }

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

This div background color is #471503.


Border color

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

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

This div border color is #471503.


Opacity

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

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

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

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

This text has shadow with #471503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471503 on black background.


Color preview on white background

This text has color #471503 on white background.



Black color preview on #471503 background

This text has black color on #471503 background.


White color preview on #471503 background

This text has white color on #471503 background.