COLOR #47721B

HEX: #47721B
RGB: (71,114,27)

Renk bilgisi

#47721B contains mainly red and green colors. #47721B ‘ nin web güvenlik rengi #336633 (ya da #363) dir.

RGB renk modeli

#47721B color RGB value is (71,114,27).

  • kırmız ton 71;
  • yeşil ton 114;
  • mavi ton 27.
RGB:
(71,114,27)
(28%,45%,11%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 114 of 255 = 45%
B 27 of 255 = 11%

71
114
27

R + G + B ~ 28%. #47721B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 114 + 27 = 212 (100%)
R 71 of 212 ~ 33.49%
G 114 of 212 ~ 53.77%
B 27 of 212 ~ 12.74%

%33.49
%53.77
%12.74

CMYK RENK MODELİ

#47721B rengi CMYK tonu (38,0,76,55).

  • camgöbeği tonu 37.72%
  • eflatun tonu 0.00%
  • sarı tonu 76.32%
  • ana renk tonu 55.29%
CMYK:
(38,0,76,55)
C38M0Y76K55 
(38%,0%,76%,55%)
(0.38/0.00/0.76/0.55)	

CMYK yüzdeleri

%37.72
%0
%76.32
%55.29

Codes

Color #47721B in popluar color models

47721B
RGB7111427
HSL90°61.70%27.65%
HSB/HSV90°76.32%44.71%
CMYK37.72%0.00%76.32%
55.29%

Color #47721B in popluar number systems.

HEX47721B
Decimal7111427
Binary1000111111001011011
Octal10716233

Shades and tints

Shades of #47721B

#47721B
(71,114,27)
#416819
(65,104,25)
#3B5E17
(59,94,23)
#355415
(53,84,21)
#2F4A13
(47,74,19)
#294011
(41,64,17)
#23360F
(35,54,15)
#1D2C0D
(29,44,13)
#17220B
(23,34,11)
#111809
(17,24,9)
#0B0E07
(11,14,7)
#000000
(0,0,0)

Tints of #47721B

#47721B
(71,114,27)
#577E2F
(87,126,47)
#678A43
(103,138,67)
#779657
(119,150,87)
#87A26B
(135,162,107)
#97AE7F
(151,174,127)
#A7BA93
(167,186,147)
#B7C6A7
(183,198,167)
#C7D2BB
(199,210,187)
#D7DECF
(215,222,207)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47721B color. Also use rgb(71,114,27) instead hex code.

Text Font Color

.myTextColor { color: #47721B; }

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

This text font color is #47721B.


Background Color

.myBgColor { background-color: #47721B; }

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

This div background color is #47721B.


Border color

.myBorderColor { border: 1px solid #47721B; }

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

This div border color is #47721B.


Opacity

.myOpacity80 { color: #47721B; opacity: 0.8; }

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

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

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

This text has shadow with #47721B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47721B on black background.


Color preview on white background

This text has color #47721B on white background.



Black color preview on #47721B background

This text has black color on #47721B background.


White color preview on #47721B background

This text has white color on #47721B background.