COLOR #474D31

HEX: #474D31
RGB: (71,77,49)

Renk bilgisi

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

RGB renk modeli

#474D31 color RGB value is (71,77,49).

  • kırmız ton 71;
  • yeşil ton 77;
  • mavi ton 49.
RGB:
(71,77,49)
(28%,30%,19%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 77 of 255 = 30%
B 49 of 255 = 19%

71
77
49

R + G + B ~ 26%. #474D31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 77 + 49 = 197 (100%)
R 71 of 197 ~ 36.04%
G 77 of 197 ~ 39.09%
B 49 of 197 ~ 24.87%

%36.04
%39.09
%24.87

CMYK RENK MODELİ

#474D31 rengi CMYK tonu (8,0,36,70).

  • camgöbeği tonu 7.79%
  • eflatun tonu 0.00%
  • sarı tonu 36.36%
  • ana renk tonu 69.80%
CMYK:
(8,0,36,70)
C8M0Y36K70 
(8%,0%,36%,70%)
(0.08/0.00/0.36/0.70)	

CMYK yüzdeleri

%7.79
%0
%36.36
%69.8

Codes

Color #474D31 in popluar color models

474D31
RGB717749
HSL73°22.22%24.71%
HSB/HSV73°36.36%30.20%
CMYK7.79%0.00%36.36%
69.80%

Color #474D31 in popluar number systems.

HEX474D31
Decimal717749
Binary10001111001101110001
Octal10711561

Shades and tints

Shades of #474D31

#474D31
(71,77,49)
#41462D
(65,70,45)
#3B3F29
(59,63,41)
#353825
(53,56,37)
#2F3121
(47,49,33)
#292A1D
(41,42,29)
#232319
(35,35,25)
#1D1C15
(29,28,21)
#171511
(23,21,17)
#110E0D
(17,14,13)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #474D31

#474D31
(71,77,49)
#575D43
(87,93,67)
#676D55
(103,109,85)
#777D67
(119,125,103)
#878D79
(135,141,121)
#979D8B
(151,157,139)
#A7AD9D
(167,173,157)
#B7BDAF
(183,189,175)
#C7CDC1
(199,205,193)
#D7DDD3
(215,221,211)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474D31 color. Also use rgb(71,77,49) instead hex code.

Text Font Color

.myTextColor { color: #474D31; }

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

This text font color is #474D31.


Background Color

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

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

This div background color is #474D31.


Border color

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

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

This div border color is #474D31.


Opacity

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

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

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

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

This text has shadow with #474D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474D31 on black background.


Color preview on white background

This text has color #474D31 on white background.



Black color preview on #474D31 background

This text has black color on #474D31 background.


White color preview on #474D31 background

This text has white color on #474D31 background.