COLOR #474600

HEX: #474600
RGB: (71,70,0)

Renk bilgisi

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

RGB renk modeli

#474600 color RGB value is (71,70,0).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 70 of 255 = 27%
B 0 of 255 = 0%

71
70
0

R + G + B ~ 18%. #474600 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 0 = 141 (100%)
R 71 of 141 ~ 50.35%
G 70 of 141 ~ 49.65%
B 0 of 141 ~ 0%

%50.35
%49.65

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%1.41
%100
%72.16

Codes

Color #474600 in popluar color models

474600
RGB71700
HSL59°100.00%13.92%
HSB/HSV59°100.00%27.84%
CMYK0.00%1.41%100.00%
72.16%

Color #474600 in popluar number systems.

HEX474600
Decimal71700
Binary100011110001100
Octal1071060

Shades and tints

Shades of #474600

#474600
(71,70,0)
#414000
(65,64,0)
#3B3A00
(59,58,0)
#353400
(53,52,0)
#2F2E00
(47,46,0)
#292800
(41,40,0)
#232200
(35,34,0)
#1D1C00
(29,28,0)
#171600
(23,22,0)
#111000
(17,16,0)
#0B0A00
(11,10,0)
#000000
(0,0,0)

Tints of #474600

#474600
(71,70,0)
#575617
(87,86,23)
#67662E
(103,102,46)
#777645
(119,118,69)
#87865C
(135,134,92)
#979673
(151,150,115)
#A7A68A
(167,166,138)
#B7B6A1
(183,182,161)
#C7C6B8
(199,198,184)
#D7D6CF
(215,214,207)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474600; }

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

This text font color is #474600.


Background Color

.myBgColor { background-color: #474600; }

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

This div background color is #474600.


Border color

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

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

This div border color is #474600.


Opacity

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

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

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

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

This text has shadow with #474600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474600 on black background.


Color preview on white background

This text has color #474600 on white background.



Black color preview on #474600 background

This text has black color on #474600 background.


White color preview on #474600 background

This text has white color on #474600 background.