COLOR #474B28

HEX: #474B28
RGB: (71,75,40)

Renk bilgisi

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

RGB renk modeli

#474B28 color RGB value is (71,75,40).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 75 of 255 = 29%
B 40 of 255 = 16%

71
75
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 75 + 40 = 186 (100%)
R 71 of 186 ~ 38.17%
G 75 of 186 ~ 40.32%
B 40 of 186 ~ 21.51%

%38.17
%40.32
%21.51

CMYK RENK MODELİ

#474B28 rengi CMYK tonu (5,0,47,71).

  • camgöbeği tonu 5.33%
  • eflatun tonu 0.00%
  • sarı tonu 46.67%
  • ana renk tonu 70.59%
CMYK:
(5,0,47,71)
C5M0Y47K71 
(5%,0%,47%,71%)
(0.05/0.00/0.47/0.71)	

CMYK yüzdeleri

%5.33
%0
%46.67
%70.59

Codes

Color #474B28 in popluar color models

474B28
RGB717540
HSL67°30.43%22.55%
HSB/HSV67°46.67%29.41%
CMYK5.33%0.00%46.67%
70.59%

Color #474B28 in popluar number systems.

HEX474B28
Decimal717540
Binary10001111001011101000
Octal10711350

Shades and tints

Shades of #474B28

#474B28
(71,75,40)
#414525
(65,69,37)
#3B3F22
(59,63,34)
#35391F
(53,57,31)
#2F331C
(47,51,28)
#292D19
(41,45,25)
#232716
(35,39,22)
#1D2113
(29,33,19)
#171B10
(23,27,16)
#11150D
(17,21,13)
#0B0F0A
(11,15,10)
#000000
(0,0,0)

Tints of #474B28

#474B28
(71,75,40)
#575B3B
(87,91,59)
#676B4E
(103,107,78)
#777B61
(119,123,97)
#878B74
(135,139,116)
#979B87
(151,155,135)
#A7AB9A
(167,171,154)
#B7BBAD
(183,187,173)
#C7CBC0
(199,203,192)
#D7DBD3
(215,219,211)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474B28; }

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

This text font color is #474B28.


Background Color

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

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

This div background color is #474B28.


Border color

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

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

This div border color is #474B28.


Opacity

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

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

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

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

This text has shadow with #474B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474B28 on black background.


Color preview on white background

This text has color #474B28 on white background.



Black color preview on #474B28 background

This text has black color on #474B28 background.


White color preview on #474B28 background

This text has white color on #474B28 background.