COLOR #474704

HEX: #474704
RGB: (71,71,4)

Renk bilgisi

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

RGB renk modeli

#474704 color RGB value is (71,71,4).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 71 of 255 = 28%
B 4 of 255 = 2%

71
71
4

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 71 + 4 = 146 (100%)
R 71 of 146 ~ 48.63%
G 71 of 146 ~ 48.63%
B 4 of 146 ~ 2.74%

%48.63
%48.63

CMYK RENK MODELİ

#474704 rengi CMYK tonu (0,0,94,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 94.37%
  • ana renk tonu 72.16%
CMYK:
(0,0,94,72)
C0M0Y94K72 
(0%,0%,94%,72%)
(0.00/0.00/0.94/0.72)	

CMYK yüzdeleri

%0
%0
%94.37
%72.16

Codes

Color #474704 in popluar color models

474704
RGB71714
HSL60°89.33%14.71%
HSB/HSV60°94.37%27.84%
CMYK0.00%0.00%94.37%
72.16%

Color #474704 in popluar number systems.

HEX474704
Decimal71714
Binary10001111000111100
Octal1071074

Shades and tints

Shades of #474704

#474704
(71,71,4)
#414104
(65,65,4)
#3B3B04
(59,59,4)
#353504
(53,53,4)
#2F2F04
(47,47,4)
#292904
(41,41,4)
#232304
(35,35,4)
#1D1D04
(29,29,4)
#171704
(23,23,4)
#111104
(17,17,4)
#0B0B04
(11,11,4)
#000000
(0,0,0)

Tints of #474704

#474704
(71,71,4)
#57571A
(87,87,26)
#676730
(103,103,48)
#777746
(119,119,70)
#87875C
(135,135,92)
#979772
(151,151,114)
#A7A788
(167,167,136)
#B7B79E
(183,183,158)
#C7C7B4
(199,199,180)
#D7D7CA
(215,215,202)
#E7E7E0
(231,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474704; }

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

This text font color is #474704.


Background Color

.myBgColor { background-color: #474704; }

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

This div background color is #474704.


Border color

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

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

This div border color is #474704.


Opacity

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

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

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

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

This text has shadow with #474704 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474704 on black background.


Color preview on white background

This text has color #474704 on white background.



Black color preview on #474704 background

This text has black color on #474704 background.


White color preview on #474704 background

This text has white color on #474704 background.