COLOR #473307

HEX: #473307
RGB: (71,51,7)

Renk bilgisi

#473307 contains mainly red and green colors. #473307 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#473307 color RGB value is (71,51,7).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 51 of 255 = 20%
B 7 of 255 = 3%

71
51
7

R + G + B ~ 17%. #473307 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 51 + 7 = 129 (100%)
R 71 of 129 ~ 55.04%
G 51 of 129 ~ 39.53%
B 7 of 129 ~ 5.43%

%55.04
%39.53

CMYK RENK MODELİ

#473307 rengi CMYK tonu (0,28,90,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.17%
  • sarı tonu 90.14%
  • ana renk tonu 72.16%
CMYK:
(0,28,90,72)
C0M28Y90K72 
(0%,28%,90%,72%)
(0.00/0.28/0.90/0.72)	

CMYK yüzdeleri

%0
%28.17
%90.14
%72.16

Codes

Color #473307 in popluar color models

473307
RGB71517
HSL41°82.05%15.29%
HSB/HSV41°90.14%27.84%
CMYK0.00%28.17%90.14%
72.16%

Color #473307 in popluar number systems.

HEX473307
Decimal71517
Binary1000111110011111
Octal107637

Shades and tints

Shades of #473307

#473307
(71,51,7)
#412F07
(65,47,7)
#3B2B07
(59,43,7)
#352707
(53,39,7)
#2F2307
(47,35,7)
#291F07
(41,31,7)
#231B07
(35,27,7)
#1D1707
(29,23,7)
#171307
(23,19,7)
#110F07
(17,15,7)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #473307

#473307
(71,51,7)
#57451D
(87,69,29)
#675733
(103,87,51)
#776949
(119,105,73)
#877B5F
(135,123,95)
#978D75
(151,141,117)
#A79F8B
(167,159,139)
#B7B1A1
(183,177,161)
#C7C3B7
(199,195,183)
#D7D5CD
(215,213,205)
#E7E7E3
(231,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473307 color. Also use rgb(71,51,7) instead hex code.

Text Font Color

.myTextColor { color: #473307; }

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

This text font color is #473307.


Background Color

.myBgColor { background-color: #473307; }

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

This div background color is #473307.


Border color

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

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

This div border color is #473307.


Opacity

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

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

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

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

This text has shadow with #473307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473307 on black background.


Color preview on white background

This text has color #473307 on white background.



Black color preview on #473307 background

This text has black color on #473307 background.


White color preview on #473307 background

This text has white color on #473307 background.