COLOR #474E1A

HEX: #474E1A
RGB: (71,78,26)

Renk bilgisi

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

RGB renk modeli

#474E1A color RGB value is (71,78,26).

  • kırmız ton 71;
  • yeşil ton 78;
  • mavi ton 26.
RGB:
(71,78,26)
(28%,31%,10%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 78 of 255 = 31%
B 26 of 255 = 10%

71
78
26

R + G + B ~ 23%. #474E1A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 78 + 26 = 175 (100%)
R 71 of 175 ~ 40.57%
G 78 of 175 ~ 44.57%
B 26 of 175 ~ 14.86%

%40.57
%44.57
%14.86

CMYK RENK MODELİ

#474E1A rengi CMYK tonu (9,0,67,69).

  • camgöbeği tonu 8.97%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 69.41%
CMYK:
(9,0,67,69)
C9M0Y67K69 
(9%,0%,67%,69%)
(0.09/0.00/0.67/0.69)	

CMYK yüzdeleri

%8.97
%0
%66.67
%69.41

Codes

Color #474E1A in popluar color models

474E1A
RGB717826
HSL68°50.00%20.39%
HSB/HSV68°66.67%30.59%
CMYK8.97%0.00%66.67%
69.41%

Color #474E1A in popluar number systems.

HEX474E1A
Decimal717826
Binary1000111100111011010
Octal10711632

Shades and tints

Shades of #474E1A

#474E1A
(71,78,26)
#414718
(65,71,24)
#3B4016
(59,64,22)
#353914
(53,57,20)
#2F3212
(47,50,18)
#292B10
(41,43,16)
#23240E
(35,36,14)
#1D1D0C
(29,29,12)
#17160A
(23,22,10)
#110F08
(17,15,8)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #474E1A

#474E1A
(71,78,26)
#575E2E
(87,94,46)
#676E42
(103,110,66)
#777E56
(119,126,86)
#878E6A
(135,142,106)
#979E7E
(151,158,126)
#A7AE92
(167,174,146)
#B7BEA6
(183,190,166)
#C7CEBA
(199,206,186)
#D7DECE
(215,222,206)
#E7EEE2
(231,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474E1A color. Also use rgb(71,78,26) instead hex code.

Text Font Color

.myTextColor { color: #474E1A; }

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

This text font color is #474E1A.


Background Color

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

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

This div background color is #474E1A.


Border color

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

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

This div border color is #474E1A.


Opacity

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

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

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

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

This text has shadow with #474E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E1A on black background.


Color preview on white background

This text has color #474E1A on white background.



Black color preview on #474E1A background

This text has black color on #474E1A background.


White color preview on #474E1A background

This text has white color on #474E1A background.