COLOR #474E24

HEX: #474E24
RGB: (71,78,36)

Renk bilgisi

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

RGB renk modeli

#474E24 color RGB value is (71,78,36).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 78 of 255 = 31%
B 36 of 255 = 14%

71
78
36

R + G + B ~ 24%. #474E24 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 78 + 36 = 185 (100%)
R 71 of 185 ~ 38.38%
G 78 of 185 ~ 42.16%
B 36 of 185 ~ 19.46%

%38.38
%42.16
%19.46

CMYK RENK MODELİ

#474E24 rengi CMYK tonu (9,0,54,69).

  • camgöbeği tonu 8.97%
  • eflatun tonu 0.00%
  • sarı tonu 53.85%
  • ana renk tonu 69.41%
CMYK:
(9,0,54,69)
C9M0Y54K69 
(9%,0%,54%,69%)
(0.09/0.00/0.54/0.69)	

CMYK yüzdeleri

%8.97
%0
%53.85
%69.41

Codes

Color #474E24 in popluar color models

474E24
RGB717836
HSL70°36.84%22.35%
HSB/HSV70°53.85%30.59%
CMYK8.97%0.00%53.85%
69.41%

Color #474E24 in popluar number systems.

HEX474E24
Decimal717836
Binary10001111001110100100
Octal10711644

Shades and tints

Shades of #474E24

#474E24
(71,78,36)
#414721
(65,71,33)
#3B401E
(59,64,30)
#35391B
(53,57,27)
#2F3218
(47,50,24)
#292B15
(41,43,21)
#232412
(35,36,18)
#1D1D0F
(29,29,15)
#17160C
(23,22,12)
#110F09
(17,15,9)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #474E24

#474E24
(71,78,36)
#575E37
(87,94,55)
#676E4A
(103,110,74)
#777E5D
(119,126,93)
#878E70
(135,142,112)
#979E83
(151,158,131)
#A7AE96
(167,174,150)
#B7BEA9
(183,190,169)
#C7CEBC
(199,206,188)
#D7DECF
(215,222,207)
#E7EEE2
(231,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474E24; }

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

This text font color is #474E24.


Background Color

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

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

This div background color is #474E24.


Border color

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

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

This div border color is #474E24.


Opacity

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

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

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

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

This text has shadow with #474E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474E24 on black background.


Color preview on white background

This text has color #474E24 on white background.



Black color preview on #474E24 background

This text has black color on #474E24 background.


White color preview on #474E24 background

This text has white color on #474E24 background.