COLOR #472707

HEX: #472707
RGB: (71,39,7)

Renk bilgisi

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

RGB renk modeli

#472707 color RGB value is (71,39,7).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 39 of 255 = 15%
B 7 of 255 = 3%

71
39
7

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 39 + 7 = 117 (100%)
R 71 of 117 ~ 60.68%
G 39 of 117 ~ 33.33%
B 7 of 117 ~ 5.98%

%60.68
%33.33

CMYK RENK MODELİ

#472707 rengi CMYK tonu (0,45,90,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 45.07%
  • sarı tonu 90.14%
  • ana renk tonu 72.16%
CMYK:
(0,45,90,72)
C0M45Y90K72 
(0%,45%,90%,72%)
(0.00/0.45/0.90/0.72)	

CMYK yüzdeleri

%0
%45.07
%90.14
%72.16

Codes

Color #472707 in popluar color models

472707
RGB71397
HSL30°82.05%15.29%
HSB/HSV30°90.14%27.84%
CMYK0.00%45.07%90.14%
72.16%

Color #472707 in popluar number systems.

HEX472707
Decimal71397
Binary1000111100111111
Octal107477

Shades and tints

Shades of #472707

#472707
(71,39,7)
#412407
(65,36,7)
#3B2107
(59,33,7)
#351E07
(53,30,7)
#2F1B07
(47,27,7)
#291807
(41,24,7)
#231507
(35,21,7)
#1D1207
(29,18,7)
#170F07
(23,15,7)
#110C07
(17,12,7)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #472707

#472707
(71,39,7)
#573A1D
(87,58,29)
#674D33
(103,77,51)
#776049
(119,96,73)
#87735F
(135,115,95)
#978675
(151,134,117)
#A7998B
(167,153,139)
#B7ACA1
(183,172,161)
#C7BFB7
(199,191,183)
#D7D2CD
(215,210,205)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472707; }

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

This text font color is #472707.


Background Color

.myBgColor { background-color: #472707; }

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

This div background color is #472707.


Border color

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

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

This div border color is #472707.


Opacity

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

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

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

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

This text has shadow with #472707 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472707 on black background.


Color preview on white background

This text has color #472707 on white background.



Black color preview on #472707 background

This text has black color on #472707 background.


White color preview on #472707 background

This text has white color on #472707 background.