COLOR #474024

HEX: #474024
RGB: (71,64,36)

Renk bilgisi

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

RGB renk modeli

#474024 color RGB value is (71,64,36).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 64 of 255 = 25%
B 36 of 255 = 14%

71
64
36

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 64 + 36 = 171 (100%)
R 71 of 171 ~ 41.52%
G 64 of 171 ~ 37.43%
B 36 of 171 ~ 21.05%

%41.52
%37.43
%21.05

CMYK RENK MODELİ

#474024 rengi CMYK tonu (0,10,49,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.86%
  • sarı tonu 49.30%
  • ana renk tonu 72.16%
CMYK:
(0,10,49,72)
C0M10Y49K72 
(0%,10%,49%,72%)
(0.00/0.10/0.49/0.72)	

CMYK yüzdeleri

%0
%9.86
%49.3
%72.16

Codes

Color #474024 in popluar color models

474024
RGB716436
HSL48°32.71%20.98%
HSB/HSV48°49.30%27.84%
CMYK0.00%9.86%49.30%
72.16%

Color #474024 in popluar number systems.

HEX474024
Decimal716436
Binary10001111000000100100
Octal10710044

Shades and tints

Shades of #474024

#474024
(71,64,36)
#413B21
(65,59,33)
#3B361E
(59,54,30)
#35311B
(53,49,27)
#2F2C18
(47,44,24)
#292715
(41,39,21)
#232212
(35,34,18)
#1D1D0F
(29,29,15)
#17180C
(23,24,12)
#111309
(17,19,9)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #474024

#474024
(71,64,36)
#575137
(87,81,55)
#67624A
(103,98,74)
#77735D
(119,115,93)
#878470
(135,132,112)
#979583
(151,149,131)
#A7A696
(167,166,150)
#B7B7A9
(183,183,169)
#C7C8BC
(199,200,188)
#D7D9CF
(215,217,207)
#E7EAE2
(231,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474024; }

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

This text font color is #474024.


Background Color

.myBgColor { background-color: #474024; }

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

This div background color is #474024.


Border color

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

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

This div border color is #474024.


Opacity

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

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

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

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

This text has shadow with #474024 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474024 on black background.


Color preview on white background

This text has color #474024 on white background.



Black color preview on #474024 background

This text has black color on #474024 background.


White color preview on #474024 background

This text has white color on #474024 background.