COLOR #472B15

HEX: #472B15
RGB: (71,43,21)

Renk bilgisi

#472B15 contains red, green and blue colors in about the same proportion. #472B15 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#472B15 color RGB value is (71,43,21).

  • kırmız ton 71;
  • yeşil ton 43;
  • mavi ton 21.
RGB:
(71,43,21)
(28%,17%,8%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 43 of 255 = 17%
B 21 of 255 = 8%

71
43
21

R + G + B ~ 18%. #472B15 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 43 + 21 = 135 (100%)
R 71 of 135 ~ 52.59%
G 43 of 135 ~ 31.85%
B 21 of 135 ~ 15.56%

%52.59
%31.85
%15.56

CMYK RENK MODELİ

#472B15 rengi CMYK tonu (0,39,70,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.44%
  • sarı tonu 70.42%
  • ana renk tonu 72.16%
CMYK:
(0,39,70,72)
C0M39Y70K72 
(0%,39%,70%,72%)
(0.00/0.39/0.70/0.72)	

CMYK yüzdeleri

%0
%39.44
%70.42
%72.16

Codes

Color #472B15 in popluar color models

472B15
RGB714321
HSL26°54.35%18.04%
HSB/HSV26°70.42%27.84%
CMYK0.00%39.44%70.42%
72.16%

Color #472B15 in popluar number systems.

HEX472B15
Decimal714321
Binary100011110101110101
Octal1075325

Shades and tints

Shades of #472B15

#472B15
(71,43,21)
#412814
(65,40,20)
#3B2513
(59,37,19)
#352212
(53,34,18)
#2F1F11
(47,31,17)
#291C10
(41,28,16)
#23190F
(35,25,15)
#1D160E
(29,22,14)
#17130D
(23,19,13)
#11100C
(17,16,12)
#0B0D0B
(11,13,11)
#000000
(0,0,0)

Tints of #472B15

#472B15
(71,43,21)
#573E2A
(87,62,42)
#67513F
(103,81,63)
#776454
(119,100,84)
#877769
(135,119,105)
#978A7E
(151,138,126)
#A79D93
(167,157,147)
#B7B0A8
(183,176,168)
#C7C3BD
(199,195,189)
#D7D6D2
(215,214,210)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472B15 color. Also use rgb(71,43,21) instead hex code.

Text Font Color

.myTextColor { color: #472B15; }

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

This text font color is #472B15.


Background Color

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

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

This div background color is #472B15.


Border color

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

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

This div border color is #472B15.


Opacity

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

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

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

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

This text has shadow with #472B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472B15 on black background.


Color preview on white background

This text has color #472B15 on white background.



Black color preview on #472B15 background

This text has black color on #472B15 background.


White color preview on #472B15 background

This text has white color on #472B15 background.