COLOR #47751D

HEX: #47751D
RGB: (71,117,29)

Renk bilgisi

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

RGB renk modeli

#47751D color RGB value is (71,117,29).

  • kırmız ton 71;
  • yeşil ton 117;
  • mavi ton 29.
RGB:
(71,117,29)
(28%,46%,11%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 117 of 255 = 46%
B 29 of 255 = 11%

71
117
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 117 + 29 = 217 (100%)
R 71 of 217 ~ 32.72%
G 117 of 217 ~ 53.92%
B 29 of 217 ~ 13.36%

%32.72
%53.92
%13.36

CMYK RENK MODELİ

#47751D rengi CMYK tonu (39,0,75,54).

  • camgöbeği tonu 39.32%
  • eflatun tonu 0.00%
  • sarı tonu 75.21%
  • ana renk tonu 54.12%
CMYK:
(39,0,75,54)
C39M0Y75K54 
(39%,0%,75%,54%)
(0.39/0.00/0.75/0.54)	

CMYK yüzdeleri

%39.32
%0
%75.21
%54.12

Codes

Color #47751D in popluar color models

47751D
RGB7111729
HSL91°60.27%28.63%
HSB/HSV91°75.21%45.88%
CMYK39.32%0.00%75.21%
54.12%

Color #47751D in popluar number systems.

HEX47751D
Decimal7111729
Binary1000111111010111101
Octal10716535

Shades and tints

Shades of #47751D

#47751D
(71,117,29)
#416B1B
(65,107,27)
#3B6119
(59,97,25)
#355717
(53,87,23)
#2F4D15
(47,77,21)
#294313
(41,67,19)
#233911
(35,57,17)
#1D2F0F
(29,47,15)
#17250D
(23,37,13)
#111B0B
(17,27,11)
#0B1109
(11,17,9)
#000000
(0,0,0)

Tints of #47751D

#47751D
(71,117,29)
#578131
(87,129,49)
#678D45
(103,141,69)
#779959
(119,153,89)
#87A56D
(135,165,109)
#97B181
(151,177,129)
#A7BD95
(167,189,149)
#B7C9A9
(183,201,169)
#C7D5BD
(199,213,189)
#D7E1D1
(215,225,209)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47751D color. Also use rgb(71,117,29) instead hex code.

Text Font Color

.myTextColor { color: #47751D; }

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

This text font color is #47751D.


Background Color

.myBgColor { background-color: #47751D; }

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

This div background color is #47751D.


Border color

.myBorderColor { border: 1px solid #47751D; }

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

This div border color is #47751D.


Opacity

.myOpacity80 { color: #47751D; opacity: 0.8; }

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

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

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

This text has shadow with #47751D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47751D on black background.


Color preview on white background

This text has color #47751D on white background.



Black color preview on #47751D background

This text has black color on #47751D background.


White color preview on #47751D background

This text has white color on #47751D background.