COLOR #47500C

HEX: #47500C
RGB: (71,80,12)

Renk bilgisi

#47500C contains mainly red and green colors. #47500C ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#47500C color RGB value is (71,80,12).

  • kırmız ton 71;
  • yeşil ton 80;
  • mavi ton 12.
RGB:
(71,80,12)
(28%,31%,5%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 80 of 255 = 31%
B 12 of 255 = 5%

71
80
12

R + G + B ~ 21%. #47500C is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 80 + 12 = 163 (100%)
R 71 of 163 ~ 43.56%
G 80 of 163 ~ 49.08%
B 12 of 163 ~ 7.36%

%43.56
%49.08

CMYK RENK MODELİ

#47500C rengi CMYK tonu (11,0,85,69).

  • camgöbeği tonu 11.25%
  • eflatun tonu 0.00%
  • sarı tonu 85.00%
  • ana renk tonu 68.63%
CMYK:
(11,0,85,69)
C11M0Y85K69 
(11%,0%,85%,69%)
(0.11/0.00/0.85/0.69)	

CMYK yüzdeleri

%11.25
%0
%85
%68.63

Codes

Color #47500C in popluar color models

47500C
RGB718012
HSL68°73.91%18.04%
HSB/HSV68°85.00%31.37%
CMYK11.25%0.00%85.00%
68.63%

Color #47500C in popluar number systems.

HEX47500C
Decimal718012
Binary100011110100001100
Octal10712014

Shades and tints

Shades of #47500C

#47500C
(71,80,12)
#41490B
(65,73,11)
#3B420A
(59,66,10)
#353B09
(53,59,9)
#2F3408
(47,52,8)
#292D07
(41,45,7)
#232606
(35,38,6)
#1D1F05
(29,31,5)
#171804
(23,24,4)
#111103
(17,17,3)
#0B0A02
(11,10,2)
#000000
(0,0,0)

Tints of #47500C

#47500C
(71,80,12)
#575F22
(87,95,34)
#676E38
(103,110,56)
#777D4E
(119,125,78)
#878C64
(135,140,100)
#979B7A
(151,155,122)
#A7AA90
(167,170,144)
#B7B9A6
(183,185,166)
#C7C8BC
(199,200,188)
#D7D7D2
(215,215,210)
#E7E6E8
(231,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47500C color. Also use rgb(71,80,12) instead hex code.

Text Font Color

.myTextColor { color: #47500C; }

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

This text font color is #47500C.


Background Color

.myBgColor { background-color: #47500C; }

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

This div background color is #47500C.


Border color

.myBorderColor { border: 1px solid #47500C; }

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

This div border color is #47500C.


Opacity

.myOpacity80 { color: #47500C; opacity: 0.8; }

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

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

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

This text has shadow with #47500C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47500C on black background.


Color preview on white background

This text has color #47500C on white background.



Black color preview on #47500C background

This text has black color on #47500C background.


White color preview on #47500C background

This text has white color on #47500C background.