COLOR #474226

HEX: #474226
RGB: (71,66,38)

Renk bilgisi

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

RGB renk modeli

#474226 color RGB value is (71,66,38).

  • kırmız ton 71;
  • yeşil ton 66;
  • mavi ton 38.
RGB:
(71,66,38)
(28%,26%,15%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 66 of 255 = 26%
B 38 of 255 = 15%

71
66
38

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 66 + 38 = 175 (100%)
R 71 of 175 ~ 40.57%
G 66 of 175 ~ 37.71%
B 38 of 175 ~ 21.71%

%40.57
%37.71
%21.71

CMYK RENK MODELİ

#474226 rengi CMYK tonu (0,7,46,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.04%
  • sarı tonu 46.48%
  • ana renk tonu 72.16%
CMYK:
(0,7,46,72)
C0M7Y46K72 
(0%,7%,46%,72%)
(0.00/0.07/0.46/0.72)	

CMYK yüzdeleri

%0
%7.04
%46.48
%72.16

Codes

Color #474226 in popluar color models

474226
RGB716638
HSL51°30.28%21.37%
HSB/HSV51°46.48%27.84%
CMYK0.00%7.04%46.48%
72.16%

Color #474226 in popluar number systems.

HEX474226
Decimal716638
Binary10001111000010100110
Octal10710246

Shades and tints

Shades of #474226

#474226
(71,66,38)
#413C23
(65,60,35)
#3B3620
(59,54,32)
#35301D
(53,48,29)
#2F2A1A
(47,42,26)
#292417
(41,36,23)
#231E14
(35,30,20)
#1D1811
(29,24,17)
#17120E
(23,18,14)
#110C0B
(17,12,11)
#0B0608
(11,6,8)
#000000
(0,0,0)

Tints of #474226

#474226
(71,66,38)
#575339
(87,83,57)
#67644C
(103,100,76)
#77755F
(119,117,95)
#878672
(135,134,114)
#979785
(151,151,133)
#A7A898
(167,168,152)
#B7B9AB
(183,185,171)
#C7CABE
(199,202,190)
#D7DBD1
(215,219,209)
#E7ECE4
(231,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474226 color. Also use rgb(71,66,38) instead hex code.

Text Font Color

.myTextColor { color: #474226; }

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

This text font color is #474226.


Background Color

.myBgColor { background-color: #474226; }

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

This div background color is #474226.


Border color

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

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

This div border color is #474226.


Opacity

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

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

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

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

This text has shadow with #474226 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474226 on black background.


Color preview on white background

This text has color #474226 on white background.



Black color preview on #474226 background

This text has black color on #474226 background.


White color preview on #474226 background

This text has white color on #474226 background.