COLOR #473712

HEX: #473712
RGB: (71,55,18)

Renk bilgisi

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

RGB renk modeli

#473712 color RGB value is (71,55,18).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 55 of 255 = 22%
B 18 of 255 = 7%

71
55
18

R + G + B ~ 19%. #473712 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 55 + 18 = 144 (100%)
R 71 of 144 ~ 49.31%
G 55 of 144 ~ 38.19%
B 18 of 144 ~ 12.5%

%49.31
%38.19
%12.5

CMYK RENK MODELİ

#473712 rengi CMYK tonu (0,23,75,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.54%
  • sarı tonu 74.65%
  • ana renk tonu 72.16%
CMYK:
(0,23,75,72)
C0M23Y75K72 
(0%,23%,75%,72%)
(0.00/0.23/0.75/0.72)	

CMYK yüzdeleri

%0
%22.54
%74.65
%72.16

Codes

Color #473712 in popluar color models

473712
RGB715518
HSL42°59.55%17.45%
HSB/HSV42°74.65%27.84%
CMYK0.00%22.54%74.65%
72.16%

Color #473712 in popluar number systems.

HEX473712
Decimal715518
Binary100011111011110010
Octal1076722

Shades and tints

Shades of #473712

#473712
(71,55,18)
#413211
(65,50,17)
#3B2D10
(59,45,16)
#35280F
(53,40,15)
#2F230E
(47,35,14)
#291E0D
(41,30,13)
#23190C
(35,25,12)
#1D140B
(29,20,11)
#170F0A
(23,15,10)
#110A09
(17,10,9)
#0B0508
(11,5,8)
#000000
(0,0,0)

Tints of #473712

#473712
(71,55,18)
#574927
(87,73,39)
#675B3C
(103,91,60)
#776D51
(119,109,81)
#877F66
(135,127,102)
#97917B
(151,145,123)
#A7A390
(167,163,144)
#B7B5A5
(183,181,165)
#C7C7BA
(199,199,186)
#D7D9CF
(215,217,207)
#E7EBE4
(231,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473712 color. Also use rgb(71,55,18) instead hex code.

Text Font Color

.myTextColor { color: #473712; }

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

This text font color is #473712.


Background Color

.myBgColor { background-color: #473712; }

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

This div background color is #473712.


Border color

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

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

This div border color is #473712.


Opacity

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

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

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

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

This text has shadow with #473712 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473712 on black background.


Color preview on white background

This text has color #473712 on white background.



Black color preview on #473712 background

This text has black color on #473712 background.


White color preview on #473712 background

This text has white color on #473712 background.