COLOR #472601

HEX: #472601
RGB: (71,38,1)

Renk bilgisi

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

RGB renk modeli

#472601 color RGB value is (71,38,1).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 38 of 255 = 15%
B 1 of 255 = 0%

71
38
1

R + G + B ~ 14%. #472601 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 38 + 1 = 110 (100%)
R 71 of 110 ~ 64.55%
G 38 of 110 ~ 34.55%
B 1 of 110 ~ 0.91%

%64.55
%34.55

CMYK RENK MODELİ

#472601 rengi CMYK tonu (0,46,99,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.48%
  • sarı tonu 98.59%
  • ana renk tonu 72.16%
CMYK:
(0,46,99,72)
C0M46Y99K72 
(0%,46%,99%,72%)
(0.00/0.46/0.99/0.72)	

CMYK yüzdeleri

%0
%46.48
%98.59
%72.16

Codes

Color #472601 in popluar color models

472601
RGB71381
HSL32°97.22%14.12%
HSB/HSV32°98.59%27.84%
CMYK0.00%46.48%98.59%
72.16%

Color #472601 in popluar number systems.

HEX472601
Decimal71381
Binary10001111001101
Octal107461

Shades and tints

Shades of #472601

#472601
(71,38,1)
#412301
(65,35,1)
#3B2001
(59,32,1)
#351D01
(53,29,1)
#2F1A01
(47,26,1)
#291701
(41,23,1)
#231401
(35,20,1)
#1D1101
(29,17,1)
#170E01
(23,14,1)
#110B01
(17,11,1)
#0B0801
(11,8,1)
#000000
(0,0,0)

Tints of #472601

#472601
(71,38,1)
#573918
(87,57,24)
#674C2F
(103,76,47)
#775F46
(119,95,70)
#87725D
(135,114,93)
#978574
(151,133,116)
#A7988B
(167,152,139)
#B7ABA2
(183,171,162)
#C7BEB9
(199,190,185)
#D7D1D0
(215,209,208)
#E7E4E7
(231,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472601; }

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

This text font color is #472601.


Background Color

.myBgColor { background-color: #472601; }

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

This div background color is #472601.


Border color

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

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

This div border color is #472601.


Opacity

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

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

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

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

This text has shadow with #472601 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472601 on black background.


Color preview on white background

This text has color #472601 on white background.



Black color preview on #472601 background

This text has black color on #472601 background.


White color preview on #472601 background

This text has white color on #472601 background.