COLOR #474424

HEX: #474424
RGB: (71,68,36)

Renk bilgisi

#474424 contains red, green and blue colors in about the same proportion. #474424 ‘ nin web güvenlik rengi #333333 (ya da #333) dir.

RGB renk modeli

#474424 color RGB value is (71,68,36).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 68 of 255 = 27%
B 36 of 255 = 14%

71
68
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 68 + 36 = 175 (100%)
R 71 of 175 ~ 40.57%
G 68 of 175 ~ 38.86%
B 36 of 175 ~ 20.57%

%40.57
%38.86
%20.57

CMYK RENK MODELİ

#474424 rengi CMYK tonu (0,4,49,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.23%
  • sarı tonu 49.30%
  • ana renk tonu 72.16%
CMYK:
(0,4,49,72)
C0M4Y49K72 
(0%,4%,49%,72%)
(0.00/0.04/0.49/0.72)	

CMYK yüzdeleri

%0
%4.23
%49.3
%72.16

Codes

Color #474424 in popluar color models

474424
RGB716836
HSL55°32.71%20.98%
HSB/HSV55°49.30%27.84%
CMYK0.00%4.23%49.30%
72.16%

Color #474424 in popluar number systems.

HEX474424
Decimal716836
Binary10001111000100100100
Octal10710444

Shades and tints

Shades of #474424

#474424
(71,68,36)
#413E21
(65,62,33)
#3B381E
(59,56,30)
#35321B
(53,50,27)
#2F2C18
(47,44,24)
#292615
(41,38,21)
#232012
(35,32,18)
#1D1A0F
(29,26,15)
#17140C
(23,20,12)
#110E09
(17,14,9)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #474424

#474424
(71,68,36)
#575537
(87,85,55)
#67664A
(103,102,74)
#77775D
(119,119,93)
#878870
(135,136,112)
#979983
(151,153,131)
#A7AA96
(167,170,150)
#B7BBA9
(183,187,169)
#C7CCBC
(199,204,188)
#D7DDCF
(215,221,207)
#E7EEE2
(231,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474424; }

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

This text font color is #474424.


Background Color

.myBgColor { background-color: #474424; }

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

This div background color is #474424.


Border color

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

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

This div border color is #474424.


Opacity

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

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

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

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

This text has shadow with #474424 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474424 on black background.


Color preview on white background

This text has color #474424 on white background.



Black color preview on #474424 background

This text has black color on #474424 background.


White color preview on #474424 background

This text has white color on #474424 background.