COLOR #470C21

HEX: #470C21
RGB: (71,12,33)

Renk bilgisi

#470C21 contains red, green and blue colors in about the same proportion. #470C21 ‘ nin web güvenlik rengi #330033 (ya da #303) dir.

RGB renk modeli

#470C21 color RGB value is (71,12,33).

  • kırmız ton 71;
  • yeşil ton 12;
  • mavi ton 33.
RGB:
(71,12,33)
(28%,5%,13%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 12 of 255 = 5%
B 33 of 255 = 13%

71
12
33

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 12 + 33 = 116 (100%)
R 71 of 116 ~ 61.21%
G 12 of 116 ~ 10.34%
B 33 of 116 ~ 28.45%

%61.21
%10.34
%28.45

CMYK RENK MODELİ

#470C21 rengi CMYK tonu (0,83,54,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 83.10%
  • sarı tonu 53.52%
  • ana renk tonu 72.16%
CMYK:
(0,83,54,72)
C0M83Y54K72 
(0%,83%,54%,72%)
(0.00/0.83/0.54/0.72)	

CMYK yüzdeleri

%0
%83.1
%53.52
%72.16

Codes

Color #470C21 in popluar color models

470C21
RGB711233
HSL339°71.08%16.27%
HSB/HSV339°83.10%27.84%
CMYK0.00%83.10%53.52%
72.16%

Color #470C21 in popluar number systems.

HEX470C21
Decimal711233
Binary10001111100100001
Octal1071441

Shades and tints

Shades of #470C21

#470C21
(71,12,33)
#410B1E
(65,11,30)
#3B0A1B
(59,10,27)
#350918
(53,9,24)
#2F0815
(47,8,21)
#290712
(41,7,18)
#23060F
(35,6,15)
#1D050C
(29,5,12)
#170409
(23,4,9)
#110306
(17,3,6)
#0B0203
(11,2,3)
#000000
(0,0,0)

Tints of #470C21

#470C21
(71,12,33)
#572235
(87,34,53)
#673849
(103,56,73)
#774E5D
(119,78,93)
#876471
(135,100,113)
#977A85
(151,122,133)
#A79099
(167,144,153)
#B7A6AD
(183,166,173)
#C7BCC1
(199,188,193)
#D7D2D5
(215,210,213)
#E7E8E9
(231,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470C21 color. Also use rgb(71,12,33) instead hex code.

Text Font Color

.myTextColor { color: #470C21; }

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

This text font color is #470C21.


Background Color

.myBgColor { background-color: #470C21; }

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

This div background color is #470C21.


Border color

.myBorderColor { border: 1px solid #470C21; }

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

This div border color is #470C21.


Opacity

.myOpacity80 { color: #470C21; opacity: 0.8; }

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

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

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

This text has shadow with #470C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470C21 on black background.


Color preview on white background

This text has color #470C21 on white background.



Black color preview on #470C21 background

This text has black color on #470C21 background.


White color preview on #470C21 background

This text has white color on #470C21 background.