COLOR #472C07

HEX: #472C07
RGB: (71,44,7)

Renk bilgisi

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

RGB renk modeli

#472C07 color RGB value is (71,44,7).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 44 of 255 = 17%
B 7 of 255 = 3%

71
44
7

R + G + B ~ 16%. #472C07 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 44 + 7 = 122 (100%)
R 71 of 122 ~ 58.2%
G 44 of 122 ~ 36.07%
B 7 of 122 ~ 5.74%

%58.2
%36.07

CMYK RENK MODELİ

#472C07 rengi CMYK tonu (0,38,90,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.03%
  • sarı tonu 90.14%
  • ana renk tonu 72.16%
CMYK:
(0,38,90,72)
C0M38Y90K72 
(0%,38%,90%,72%)
(0.00/0.38/0.90/0.72)	

CMYK yüzdeleri

%0
%38.03
%90.14
%72.16

Codes

Color #472C07 in popluar color models

472C07
RGB71447
HSL35°82.05%15.29%
HSB/HSV35°90.14%27.84%
CMYK0.00%38.03%90.14%
72.16%

Color #472C07 in popluar number systems.

HEX472C07
Decimal71447
Binary1000111101100111
Octal107547

Shades and tints

Shades of #472C07

#472C07
(71,44,7)
#412807
(65,40,7)
#3B2407
(59,36,7)
#352007
(53,32,7)
#2F1C07
(47,28,7)
#291807
(41,24,7)
#231407
(35,20,7)
#1D1007
(29,16,7)
#170C07
(23,12,7)
#110807
(17,8,7)
#0B0407
(11,4,7)
#000000
(0,0,0)

Tints of #472C07

#472C07
(71,44,7)
#573F1D
(87,63,29)
#675233
(103,82,51)
#776549
(119,101,73)
#87785F
(135,120,95)
#978B75
(151,139,117)
#A79E8B
(167,158,139)
#B7B1A1
(183,177,161)
#C7C4B7
(199,196,183)
#D7D7CD
(215,215,205)
#E7EAE3
(231,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C07; }

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

This text font color is #472C07.


Background Color

.myBgColor { background-color: #472C07; }

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

This div background color is #472C07.


Border color

.myBorderColor { border: 1px solid #472C07; }

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

This div border color is #472C07.


Opacity

.myOpacity80 { color: #472C07; opacity: 0.8; }

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

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

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

This text has shadow with #472C07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C07 on black background.


Color preview on white background

This text has color #472C07 on white background.



Black color preview on #472C07 background

This text has black color on #472C07 background.


White color preview on #472C07 background

This text has white color on #472C07 background.