COLOR #474631

HEX: #474631
RGB: (71,70,49)

Renk bilgisi

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

RGB renk modeli

#474631 color RGB value is (71,70,49).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 70 of 255 = 27%
B 49 of 255 = 19%

71
70
49

R + G + B ~ 25%. #474631 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 70 + 49 = 190 (100%)
R 71 of 190 ~ 37.37%
G 70 of 190 ~ 36.84%
B 49 of 190 ~ 25.79%

%37.37
%36.84
%25.79

CMYK RENK MODELİ

#474631 rengi CMYK tonu (0,1,31,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.41%
  • sarı tonu 30.99%
  • ana renk tonu 72.16%
CMYK:
(0,1,31,72)
C0M1Y31K72 
(0%,1%,31%,72%)
(0.00/0.01/0.31/0.72)	

CMYK yüzdeleri

%0
%1.41
%30.99
%72.16

Codes

Color #474631 in popluar color models

474631
RGB717049
HSL57°18.33%23.53%
HSB/HSV57°30.99%27.84%
CMYK0.00%1.41%30.99%
72.16%

Color #474631 in popluar number systems.

HEX474631
Decimal717049
Binary10001111000110110001
Octal10710661

Shades and tints

Shades of #474631

#474631
(71,70,49)
#41402D
(65,64,45)
#3B3A29
(59,58,41)
#353425
(53,52,37)
#2F2E21
(47,46,33)
#29281D
(41,40,29)
#232219
(35,34,25)
#1D1C15
(29,28,21)
#171611
(23,22,17)
#11100D
(17,16,13)
#0B0A09
(11,10,9)
#000000
(0,0,0)

Tints of #474631

#474631
(71,70,49)
#575643
(87,86,67)
#676655
(103,102,85)
#777667
(119,118,103)
#878679
(135,134,121)
#97968B
(151,150,139)
#A7A69D
(167,166,157)
#B7B6AF
(183,182,175)
#C7C6C1
(199,198,193)
#D7D6D3
(215,214,211)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474631; }

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

This text font color is #474631.


Background Color

.myBgColor { background-color: #474631; }

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

This div background color is #474631.


Border color

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

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

This div border color is #474631.


Opacity

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

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

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

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

This text has shadow with #474631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474631 on black background.


Color preview on white background

This text has color #474631 on white background.



Black color preview on #474631 background

This text has black color on #474631 background.


White color preview on #474631 background

This text has white color on #474631 background.