COLOR #472307

HEX: #472307
RGB: (71,35,7)

Renk bilgisi

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

RGB renk modeli

#472307 color RGB value is (71,35,7).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 35 of 255 = 14%
B 7 of 255 = 3%

71
35
7

R + G + B ~ 15%. #472307 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 35 + 7 = 113 (100%)
R 71 of 113 ~ 62.83%
G 35 of 113 ~ 30.97%
B 7 of 113 ~ 6.19%

%62.83
%30.97

CMYK RENK MODELİ

#472307 rengi CMYK tonu (0,51,90,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.70%
  • sarı tonu 90.14%
  • ana renk tonu 72.16%
CMYK:
(0,51,90,72)
C0M51Y90K72 
(0%,51%,90%,72%)
(0.00/0.51/0.90/0.72)	

CMYK yüzdeleri

%0
%50.7
%90.14
%72.16

Codes

Color #472307 in popluar color models

472307
RGB71357
HSL26°82.05%15.29%
HSB/HSV26°90.14%27.84%
CMYK0.00%50.70%90.14%
72.16%

Color #472307 in popluar number systems.

HEX472307
Decimal71357
Binary1000111100011111
Octal107437

Shades and tints

Shades of #472307

#472307
(71,35,7)
#412007
(65,32,7)
#3B1D07
(59,29,7)
#351A07
(53,26,7)
#2F1707
(47,23,7)
#291407
(41,20,7)
#231107
(35,17,7)
#1D0E07
(29,14,7)
#170B07
(23,11,7)
#110807
(17,8,7)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #472307

#472307
(71,35,7)
#57371D
(87,55,29)
#674B33
(103,75,51)
#775F49
(119,95,73)
#87735F
(135,115,95)
#978775
(151,135,117)
#A79B8B
(167,155,139)
#B7AFA1
(183,175,161)
#C7C3B7
(199,195,183)
#D7D7CD
(215,215,205)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472307; }

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

This text font color is #472307.


Background Color

.myBgColor { background-color: #472307; }

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

This div background color is #472307.


Border color

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

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

This div border color is #472307.


Opacity

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

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

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

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

This text has shadow with #472307 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472307 on black background.


Color preview on white background

This text has color #472307 on white background.



Black color preview on #472307 background

This text has black color on #472307 background.


White color preview on #472307 background

This text has white color on #472307 background.