COLOR #474128

HEX: #474128
RGB: (71,65,40)

Renk bilgisi

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

RGB renk modeli

#474128 color RGB value is (71,65,40).

  • kırmız ton 71;
  • yeşil ton 65;
  • mavi ton 40.
RGB:
(71,65,40)
(28%,25%,16%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 65 of 255 = 25%
B 40 of 255 = 16%

71
65
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 65 + 40 = 176 (100%)
R 71 of 176 ~ 40.34%
G 65 of 176 ~ 36.93%
B 40 of 176 ~ 22.73%

%40.34
%36.93
%22.73

CMYK RENK MODELİ

#474128 rengi CMYK tonu (0,8,44,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.45%
  • sarı tonu 43.66%
  • ana renk tonu 72.16%
CMYK:
(0,8,44,72)
C0M8Y44K72 
(0%,8%,44%,72%)
(0.00/0.08/0.44/0.72)	

CMYK yüzdeleri

%0
%8.45
%43.66
%72.16

Codes

Color #474128 in popluar color models

474128
RGB716540
HSL48°27.93%21.76%
HSB/HSV48°43.66%27.84%
CMYK0.00%8.45%43.66%
72.16%

Color #474128 in popluar number systems.

HEX474128
Decimal716540
Binary10001111000001101000
Octal10710150

Shades and tints

Shades of #474128

#474128
(71,65,40)
#413C25
(65,60,37)
#3B3722
(59,55,34)
#35321F
(53,50,31)
#2F2D1C
(47,45,28)
#292819
(41,40,25)
#232316
(35,35,22)
#1D1E13
(29,30,19)
#171910
(23,25,16)
#11140D
(17,20,13)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #474128

#474128
(71,65,40)
#57523B
(87,82,59)
#67634E
(103,99,78)
#777461
(119,116,97)
#878574
(135,133,116)
#979687
(151,150,135)
#A7A79A
(167,167,154)
#B7B8AD
(183,184,173)
#C7C9C0
(199,201,192)
#D7DAD3
(215,218,211)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474128 color. Also use rgb(71,65,40) instead hex code.

Text Font Color

.myTextColor { color: #474128; }

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

This text font color is #474128.


Background Color

.myBgColor { background-color: #474128; }

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

This div background color is #474128.


Border color

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

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

This div border color is #474128.


Opacity

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

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

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

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

This text has shadow with #474128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474128 on black background.


Color preview on white background

This text has color #474128 on white background.



Black color preview on #474128 background

This text has black color on #474128 background.


White color preview on #474128 background

This text has white color on #474128 background.