COLOR #473113

HEX: #473113
RGB: (71,49,19)

Renk bilgisi

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

RGB renk modeli

#473113 color RGB value is (71,49,19).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 49 of 255 = 19%
B 19 of 255 = 7%

71
49
19

R + G + B ~ 18%. #473113 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 49 + 19 = 139 (100%)
R 71 of 139 ~ 51.08%
G 49 of 139 ~ 35.25%
B 19 of 139 ~ 13.67%

%51.08
%35.25
%13.67

CMYK RENK MODELİ

#473113 rengi CMYK tonu (0,31,73,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.99%
  • sarı tonu 73.24%
  • ana renk tonu 72.16%
CMYK:
(0,31,73,72)
C0M31Y73K72 
(0%,31%,73%,72%)
(0.00/0.31/0.73/0.72)	

CMYK yüzdeleri

%0
%30.99
%73.24
%72.16

Codes

Color #473113 in popluar color models

473113
RGB714919
HSL35°57.78%17.65%
HSB/HSV35°73.24%27.84%
CMYK0.00%30.99%73.24%
72.16%

Color #473113 in popluar number systems.

HEX473113
Decimal714919
Binary100011111000110011
Octal1076123

Shades and tints

Shades of #473113

#473113
(71,49,19)
#412D12
(65,45,18)
#3B2911
(59,41,17)
#352510
(53,37,16)
#2F210F
(47,33,15)
#291D0E
(41,29,14)
#23190D
(35,25,13)
#1D150C
(29,21,12)
#17110B
(23,17,11)
#110D0A
(17,13,10)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #473113

#473113
(71,49,19)
#574328
(87,67,40)
#67553D
(103,85,61)
#776752
(119,103,82)
#877967
(135,121,103)
#978B7C
(151,139,124)
#A79D91
(167,157,145)
#B7AFA6
(183,175,166)
#C7C1BB
(199,193,187)
#D7D3D0
(215,211,208)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #473113; }

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

This text font color is #473113.


Background Color

.myBgColor { background-color: #473113; }

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

This div background color is #473113.


Border color

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

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

This div border color is #473113.


Opacity

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

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

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

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

This text has shadow with #473113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473113 on black background.


Color preview on white background

This text has color #473113 on white background.



Black color preview on #473113 background

This text has black color on #473113 background.


White color preview on #473113 background

This text has white color on #473113 background.