COLOR #473C0D

HEX: #473C0D
RGB: (71,60,13)

Renk bilgisi

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

RGB renk modeli

#473C0D color RGB value is (71,60,13).

  • kırmız ton 71;
  • yeşil ton 60;
  • mavi ton 13.
RGB:
(71,60,13)
(28%,24%,5%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 60 of 255 = 24%
B 13 of 255 = 5%

71
60
13

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 60 + 13 = 144 (100%)
R 71 of 144 ~ 49.31%
G 60 of 144 ~ 41.67%
B 13 of 144 ~ 9.03%

%49.31
%41.67

CMYK RENK MODELİ

#473C0D rengi CMYK tonu (0,15,82,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 15.49%
  • sarı tonu 81.69%
  • ana renk tonu 72.16%
CMYK:
(0,15,82,72)
C0M15Y82K72 
(0%,15%,82%,72%)
(0.00/0.15/0.82/0.72)	

CMYK yüzdeleri

%0
%15.49
%81.69
%72.16

Codes

Color #473C0D in popluar color models

473C0D
RGB716013
HSL49°69.05%16.47%
HSB/HSV49°81.69%27.84%
CMYK0.00%15.49%81.69%
72.16%

Color #473C0D in popluar number systems.

HEX473C0D
Decimal716013
Binary10001111111001101
Octal1077415

Shades and tints

Shades of #473C0D

#473C0D
(71,60,13)
#41370C
(65,55,12)
#3B320B
(59,50,11)
#352D0A
(53,45,10)
#2F2809
(47,40,9)
#292308
(41,35,8)
#231E07
(35,30,7)
#1D1906
(29,25,6)
#171405
(23,20,5)
#110F04
(17,15,4)
#0B0A03
(11,10,3)
#000000
(0,0,0)

Tints of #473C0D

#473C0D
(71,60,13)
#574D23
(87,77,35)
#675E39
(103,94,57)
#776F4F
(119,111,79)
#878065
(135,128,101)
#97917B
(151,145,123)
#A7A291
(167,162,145)
#B7B3A7
(183,179,167)
#C7C4BD
(199,196,189)
#D7D5D3
(215,213,211)
#E7E6E9
(231,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473C0D color. Also use rgb(71,60,13) instead hex code.

Text Font Color

.myTextColor { color: #473C0D; }

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

This text font color is #473C0D.


Background Color

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

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

This div background color is #473C0D.


Border color

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

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

This div border color is #473C0D.


Opacity

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

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

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

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

This text has shadow with #473C0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473C0D on black background.


Color preview on white background

This text has color #473C0D on white background.



Black color preview on #473C0D background

This text has black color on #473C0D background.


White color preview on #473C0D background

This text has white color on #473C0D background.