COLOR #474800

HEX: #474800
RGB: (71,72,0)

Renk bilgisi

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

RGB renk modeli

#474800 color RGB value is (71,72,0).

  • kırmız ton 71;
  • yeşil ton 72;
  • mavi ton 0.
RGB:
(71,72,0)
(28%,28%,0%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 72 of 255 = 28%
B 0 of 255 = 0%

71
72
0

R + G + B ~ 19%. #474800 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 72 + 0 = 143 (100%)
R 71 of 143 ~ 49.65%
G 72 of 143 ~ 50.35%
B 0 of 143 ~ 0%

%49.65
%50.35

CMYK RENK MODELİ

#474800 rengi CMYK tonu (1,0,100,72).

  • camgöbeği tonu 1.39%
  • eflatun tonu 0.00%
  • sarı tonu 100.00%
  • ana renk tonu 71.76%
CMYK:
(1,0,100,72)
C1M0Y100K72 
(1%,0%,100%,72%)
(0.01/0.00/1.00/0.72)	

CMYK yüzdeleri

%1.39
%0
%100
%71.76

Codes

Color #474800 in popluar color models

474800
RGB71720
HSL61°100.00%14.12%
HSB/HSV61°100.00%28.24%
CMYK1.39%0.00%100.00%
71.76%

Color #474800 in popluar number systems.

HEX474800
Decimal71720
Binary100011110010000
Octal1071100

Shades and tints

Shades of #474800

#474800
(71,72,0)
#414200
(65,66,0)
#3B3C00
(59,60,0)
#353600
(53,54,0)
#2F3000
(47,48,0)
#292A00
(41,42,0)
#232400
(35,36,0)
#1D1E00
(29,30,0)
#171800
(23,24,0)
#111200
(17,18,0)
#0B0C00
(11,12,0)
#000000
(0,0,0)

Tints of #474800

#474800
(71,72,0)
#575817
(87,88,23)
#67682E
(103,104,46)
#777845
(119,120,69)
#87885C
(135,136,92)
#979873
(151,152,115)
#A7A88A
(167,168,138)
#B7B8A1
(183,184,161)
#C7C8B8
(199,200,184)
#D7D8CF
(215,216,207)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474800 color. Also use rgb(71,72,0) instead hex code.

Text Font Color

.myTextColor { color: #474800; }

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

This text font color is #474800.


Background Color

.myBgColor { background-color: #474800; }

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

This div background color is #474800.


Border color

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

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

This div border color is #474800.


Opacity

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

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

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

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

This text has shadow with #474800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474800 on black background.


Color preview on white background

This text has color #474800 on white background.



Black color preview on #474800 background

This text has black color on #474800 background.


White color preview on #474800 background

This text has white color on #474800 background.