COLOR #471502

HEX: #471502
RGB: (71,21,2)

Renk bilgisi

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

RGB renk modeli

#471502 color RGB value is (71,21,2).

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

RGB bağlantıları ve doygunluk

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

71
21
2

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 21 + 2 = 94 (100%)
R 71 of 94 ~ 75.53%
G 21 of 94 ~ 22.34%
B 2 of 94 ~ 2.13%

%75.53
%22.34

CMYK RENK MODELİ

#471502 rengi CMYK tonu (0,70,97,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 70.42%
  • sarı tonu 97.18%
  • ana renk tonu 72.16%
CMYK:
(0,70,97,72)
C0M70Y97K72 
(0%,70%,97%,72%)
(0.00/0.70/0.97/0.72)	

CMYK yüzdeleri

%0
%70.42
%97.18
%72.16

Codes

Color #471502 in popluar color models

471502
RGB71212
HSL17°94.52%14.31%
HSB/HSV17°97.18%27.84%
CMYK0.00%70.42%97.18%
72.16%

Color #471502 in popluar number systems.

HEX471502
Decimal71212
Binary10001111010110
Octal107252

Shades and tints

Shades of #471502

#471502
(71,21,2)
#411402
(65,20,2)
#3B1302
(59,19,2)
#351202
(53,18,2)
#2F1102
(47,17,2)
#291002
(41,16,2)
#230F02
(35,15,2)
#1D0E02
(29,14,2)
#170D02
(23,13,2)
#110C02
(17,12,2)
#0B0B02
(11,11,2)
#000000
(0,0,0)

Tints of #471502

#471502
(71,21,2)
#572A19
(87,42,25)
#673F30
(103,63,48)
#775447
(119,84,71)
#87695E
(135,105,94)
#977E75
(151,126,117)
#A7938C
(167,147,140)
#B7A8A3
(183,168,163)
#C7BDBA
(199,189,186)
#D7D2D1
(215,210,209)
#E7E7E8
(231,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #471502; }

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

This text font color is #471502.


Background Color

.myBgColor { background-color: #471502; }

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

This div background color is #471502.


Border color

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

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

This div border color is #471502.


Opacity

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

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

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

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

This text has shadow with #471502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471502 on black background.


Color preview on white background

This text has color #471502 on white background.



Black color preview on #471502 background

This text has black color on #471502 background.


White color preview on #471502 background

This text has white color on #471502 background.