COLOR #474316

HEX: #474316
RGB: (71,67,22)

Renk bilgisi

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

RGB renk modeli

#474316 color RGB value is (71,67,22).

  • kırmız ton 71;
  • yeşil ton 67;
  • mavi ton 22.
RGB:
(71,67,22)
(28%,26%,9%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 67 of 255 = 26%
B 22 of 255 = 9%

71
67
22

R + G + B ~ 21%. #474316 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 67 + 22 = 160 (100%)
R 71 of 160 ~ 44.38%
G 67 of 160 ~ 41.88%
B 22 of 160 ~ 13.75%

%44.38
%41.88
%13.75

CMYK RENK MODELİ

#474316 rengi CMYK tonu (0,6,69,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.63%
  • sarı tonu 69.01%
  • ana renk tonu 72.16%
CMYK:
(0,6,69,72)
C0M6Y69K72 
(0%,6%,69%,72%)
(0.00/0.06/0.69/0.72)	

CMYK yüzdeleri

%0
%5.63
%69.01
%72.16

Codes

Color #474316 in popluar color models

474316
RGB716722
HSL55°52.69%18.24%
HSB/HSV55°69.01%27.84%
CMYK0.00%5.63%69.01%
72.16%

Color #474316 in popluar number systems.

HEX474316
Decimal716722
Binary1000111100001110110
Octal10710326

Shades and tints

Shades of #474316

#474316
(71,67,22)
#413D14
(65,61,20)
#3B3712
(59,55,18)
#353110
(53,49,16)
#2F2B0E
(47,43,14)
#29250C
(41,37,12)
#231F0A
(35,31,10)
#1D1908
(29,25,8)
#171306
(23,19,6)
#110D04
(17,13,4)
#0B0702
(11,7,2)
#000000
(0,0,0)

Tints of #474316

#474316
(71,67,22)
#57542B
(87,84,43)
#676540
(103,101,64)
#777655
(119,118,85)
#87876A
(135,135,106)
#97987F
(151,152,127)
#A7A994
(167,169,148)
#B7BAA9
(183,186,169)
#C7CBBE
(199,203,190)
#D7DCD3
(215,220,211)
#E7EDE8
(231,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474316 color. Also use rgb(71,67,22) instead hex code.

Text Font Color

.myTextColor { color: #474316; }

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

This text font color is #474316.


Background Color

.myBgColor { background-color: #474316; }

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

This div background color is #474316.


Border color

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

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

This div border color is #474316.


Opacity

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

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

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

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

This text has shadow with #474316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474316 on black background.


Color preview on white background

This text has color #474316 on white background.



Black color preview on #474316 background

This text has black color on #474316 background.


White color preview on #474316 background

This text has white color on #474316 background.