COLOR #472502

HEX: #472502
RGB: (71,37,2)

Renk bilgisi

#472502 contains mainly red and green colors. #472502 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#472502 color RGB value is (71,37,2).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 37 of 255 = 15%
B 2 of 255 = 1%

71
37
2

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 37 + 2 = 110 (100%)
R 71 of 110 ~ 64.55%
G 37 of 110 ~ 33.64%
B 2 of 110 ~ 1.82%

%64.55
%33.64

CMYK RENK MODELİ

#472502 rengi CMYK tonu (0,48,97,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.89%
  • sarı tonu 97.18%
  • ana renk tonu 72.16%
CMYK:
(0,48,97,72)
C0M48Y97K72 
(0%,48%,97%,72%)
(0.00/0.48/0.97/0.72)	

CMYK yüzdeleri

%0
%47.89
%97.18
%72.16

Codes

Color #472502 in popluar color models

472502
RGB71372
HSL30°94.52%14.31%
HSB/HSV30°97.18%27.84%
CMYK0.00%47.89%97.18%
72.16%

Color #472502 in popluar number systems.

HEX472502
Decimal71372
Binary100011110010110
Octal107452

Shades and tints

Shades of #472502

#472502
(71,37,2)
#412202
(65,34,2)
#3B1F02
(59,31,2)
#351C02
(53,28,2)
#2F1902
(47,25,2)
#291602
(41,22,2)
#231302
(35,19,2)
#1D1002
(29,16,2)
#170D02
(23,13,2)
#110A02
(17,10,2)
#0B0702
(11,7,2)
#000000
(0,0,0)

Tints of #472502

#472502
(71,37,2)
#573819
(87,56,25)
#674B30
(103,75,48)
#775E47
(119,94,71)
#87715E
(135,113,94)
#978475
(151,132,117)
#A7978C
(167,151,140)
#B7AAA3
(183,170,163)
#C7BDBA
(199,189,186)
#D7D0D1
(215,208,209)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472502; }

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

This text font color is #472502.


Background Color

.myBgColor { background-color: #472502; }

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

This div background color is #472502.


Border color

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

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

This div border color is #472502.


Opacity

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

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

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

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

This text has shadow with #472502 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472502 on black background.


Color preview on white background

This text has color #472502 on white background.



Black color preview on #472502 background

This text has black color on #472502 background.


White color preview on #472502 background

This text has white color on #472502 background.