COLOR #472C01

HEX: #472C01
RGB: (71,44,1)

Renk bilgisi

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

RGB renk modeli

#472C01 color RGB value is (71,44,1).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 44 of 255 = 17%
B 1 of 255 = 0%

71
44
1

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 44 + 1 = 116 (100%)
R 71 of 116 ~ 61.21%
G 44 of 116 ~ 37.93%
B 1 of 116 ~ 0.86%

%61.21
%37.93

CMYK RENK MODELİ

#472C01 rengi CMYK tonu (0,38,99,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.03%
  • sarı tonu 98.59%
  • ana renk tonu 72.16%
CMYK:
(0,38,99,72)
C0M38Y99K72 
(0%,38%,99%,72%)
(0.00/0.38/0.99/0.72)	

CMYK yüzdeleri

%0
%38.03
%98.59
%72.16

Codes

Color #472C01 in popluar color models

472C01
RGB71441
HSL37°97.22%14.12%
HSB/HSV37°98.59%27.84%
CMYK0.00%38.03%98.59%
72.16%

Color #472C01 in popluar number systems.

HEX472C01
Decimal71441
Binary10001111011001
Octal107541

Shades and tints

Shades of #472C01

#472C01
(71,44,1)
#412801
(65,40,1)
#3B2401
(59,36,1)
#352001
(53,32,1)
#2F1C01
(47,28,1)
#291801
(41,24,1)
#231401
(35,20,1)
#1D1001
(29,16,1)
#170C01
(23,12,1)
#110801
(17,8,1)
#0B0401
(11,4,1)
#000000
(0,0,0)

Tints of #472C01

#472C01
(71,44,1)
#573F18
(87,63,24)
#67522F
(103,82,47)
#776546
(119,101,70)
#87785D
(135,120,93)
#978B74
(151,139,116)
#A79E8B
(167,158,139)
#B7B1A2
(183,177,162)
#C7C4B9
(199,196,185)
#D7D7D0
(215,215,208)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C01; }

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

This text font color is #472C01.


Background Color

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

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

This div background color is #472C01.


Border color

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

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

This div border color is #472C01.


Opacity

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

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

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

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

This text has shadow with #472C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C01 on black background.


Color preview on white background

This text has color #472C01 on white background.



Black color preview on #472C01 background

This text has black color on #472C01 background.


White color preview on #472C01 background

This text has white color on #472C01 background.