COLOR #474F14

HEX: #474F14
RGB: (71,79,20)

Renk bilgisi

#474F14 contains red, green and blue colors in about the same proportion. #474F14 ‘ nin web güvenlik rengi #336600 (ya da #360) dir.

RGB renk modeli

#474F14 color RGB value is (71,79,20).

  • kırmız ton 71;
  • yeşil ton 79;
  • mavi ton 20.
RGB:
(71,79,20)
(28%,31%,8%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 79 of 255 = 31%
B 20 of 255 = 8%

71
79
20

R + G + B ~ 22%. #474F14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 79 + 20 = 170 (100%)
R 71 of 170 ~ 41.76%
G 79 of 170 ~ 46.47%
B 20 of 170 ~ 11.76%

%41.76
%46.47
%11.76

CMYK RENK MODELİ

#474F14 rengi CMYK tonu (10,0,75,69).

  • camgöbeği tonu 10.13%
  • eflatun tonu 0.00%
  • sarı tonu 74.68%
  • ana renk tonu 69.02%
CMYK:
(10,0,75,69)
C10M0Y75K69 
(10%,0%,75%,69%)
(0.10/0.00/0.75/0.69)	

CMYK yüzdeleri

%10.13
%0
%74.68
%69.02

Codes

Color #474F14 in popluar color models

474F14
RGB717920
HSL68°59.60%19.41%
HSB/HSV68°74.68%30.98%
CMYK10.13%0.00%74.68%
69.02%

Color #474F14 in popluar number systems.

HEX474F14
Decimal717920
Binary1000111100111110100
Octal10711724

Shades and tints

Shades of #474F14

#474F14
(71,79,20)
#414813
(65,72,19)
#3B4112
(59,65,18)
#353A11
(53,58,17)
#2F3310
(47,51,16)
#292C0F
(41,44,15)
#23250E
(35,37,14)
#1D1E0D
(29,30,13)
#17170C
(23,23,12)
#11100B
(17,16,11)
#0B090A
(11,9,10)
#000000
(0,0,0)

Tints of #474F14

#474F14
(71,79,20)
#575F29
(87,95,41)
#676F3E
(103,111,62)
#777F53
(119,127,83)
#878F68
(135,143,104)
#979F7D
(151,159,125)
#A7AF92
(167,175,146)
#B7BFA7
(183,191,167)
#C7CFBC
(199,207,188)
#D7DFD1
(215,223,209)
#E7EFE6
(231,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474F14 color. Also use rgb(71,79,20) instead hex code.

Text Font Color

.myTextColor { color: #474F14; }

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

This text font color is #474F14.


Background Color

.myBgColor { background-color: #474F14; }

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

This div background color is #474F14.


Border color

.myBorderColor { border: 1px solid #474F14; }

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

This div border color is #474F14.


Opacity

.myOpacity80 { color: #474F14; opacity: 0.8; }

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

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

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

This text has shadow with #474F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474F14 on black background.


Color preview on white background

This text has color #474F14 on white background.



Black color preview on #474F14 background

This text has black color on #474F14 background.


White color preview on #474F14 background

This text has white color on #474F14 background.