COLOR #473B10

HEX: #473B10
RGB: (71,59,16)

Renk bilgisi

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

RGB renk modeli

#473B10 color RGB value is (71,59,16).

  • kırmız ton 71;
  • yeşil ton 59;
  • mavi ton 16.
RGB:
(71,59,16)
(28%,23%,6%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 59 of 255 = 23%
B 16 of 255 = 6%

71
59
16

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 59 + 16 = 146 (100%)
R 71 of 146 ~ 48.63%
G 59 of 146 ~ 40.41%
B 16 of 146 ~ 10.96%

%48.63
%40.41
%10.96

CMYK RENK MODELİ

#473B10 rengi CMYK tonu (0,17,77,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.90%
  • sarı tonu 77.46%
  • ana renk tonu 72.16%
CMYK:
(0,17,77,72)
C0M17Y77K72 
(0%,17%,77%,72%)
(0.00/0.17/0.77/0.72)	

CMYK yüzdeleri

%0
%16.9
%77.46
%72.16

Codes

Color #473B10 in popluar color models

473B10
RGB715916
HSL47°63.22%17.06%
HSB/HSV47°77.46%27.84%
CMYK0.00%16.90%77.46%
72.16%

Color #473B10 in popluar number systems.

HEX473B10
Decimal715916
Binary100011111101110000
Octal1077320

Shades and tints

Shades of #473B10

#473B10
(71,59,16)
#41360F
(65,54,15)
#3B310E
(59,49,14)
#352C0D
(53,44,13)
#2F270C
(47,39,12)
#29220B
(41,34,11)
#231D0A
(35,29,10)
#1D1809
(29,24,9)
#171308
(23,19,8)
#110E07
(17,14,7)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #473B10

#473B10
(71,59,16)
#574C25
(87,76,37)
#675D3A
(103,93,58)
#776E4F
(119,110,79)
#877F64
(135,127,100)
#979079
(151,144,121)
#A7A18E
(167,161,142)
#B7B2A3
(183,178,163)
#C7C3B8
(199,195,184)
#D7D4CD
(215,212,205)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473B10 color. Also use rgb(71,59,16) instead hex code.

Text Font Color

.myTextColor { color: #473B10; }

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

This text font color is #473B10.


Background Color

.myBgColor { background-color: #473B10; }

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

This div background color is #473B10.


Border color

.myBorderColor { border: 1px solid #473B10; }

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

This div border color is #473B10.


Opacity

.myOpacity80 { color: #473B10; opacity: 0.8; }

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

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

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

This text has shadow with #473B10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473B10 on black background.


Color preview on white background

This text has color #473B10 on white background.



Black color preview on #473B10 background

This text has black color on #473B10 background.


White color preview on #473B10 background

This text has white color on #473B10 background.