COLOR #470D33

HEX: #470D33
RGB: (71,13,51)

Renk bilgisi

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

RGB renk modeli

#470D33 color RGB value is (71,13,51).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 13 of 255 = 5%
B 51 of 255 = 20%

71
13
51

R + G + B ~ 18%. #470D33 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 13 + 51 = 135 (100%)
R 71 of 135 ~ 52.59%
G 13 of 135 ~ 9.63%
B 51 of 135 ~ 37.78%

%52.59
%9.63
%37.78

CMYK RENK MODELİ

#470D33 rengi CMYK tonu (0,82,28,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 81.69%
  • sarı tonu 28.17%
  • ana renk tonu 72.16%
CMYK:
(0,82,28,72)
C0M82Y28K72 
(0%,82%,28%,72%)
(0.00/0.82/0.28/0.72)	

CMYK yüzdeleri

%0
%81.69
%28.17
%72.16

Codes

Color #470D33 in popluar color models

470D33
RGB711351
HSL321°69.05%16.47%
HSB/HSV321°81.69%27.84%
CMYK0.00%81.69%28.17%
72.16%

Color #470D33 in popluar number systems.

HEX470D33
Decimal711351
Binary10001111101110011
Octal1071563

Shades and tints

Shades of #470D33

#470D33
(71,13,51)
#410C2F
(65,12,47)
#3B0B2B
(59,11,43)
#350A27
(53,10,39)
#2F0923
(47,9,35)
#29081F
(41,8,31)
#23071B
(35,7,27)
#1D0617
(29,6,23)
#170513
(23,5,19)
#11040F
(17,4,15)
#0B030B
(11,3,11)
#000000
(0,0,0)

Tints of #470D33

#470D33
(71,13,51)
#572345
(87,35,69)
#673957
(103,57,87)
#774F69
(119,79,105)
#87657B
(135,101,123)
#977B8D
(151,123,141)
#A7919F
(167,145,159)
#B7A7B1
(183,167,177)
#C7BDC3
(199,189,195)
#D7D3D5
(215,211,213)
#E7E9E7
(231,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #470D33 color. Also use rgb(71,13,51) instead hex code.

Text Font Color

.myTextColor { color: #470D33; }

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

This text font color is #470D33.


Background Color

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

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

This div background color is #470D33.


Border color

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

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

This div border color is #470D33.


Opacity

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

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

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

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

This text has shadow with #470D33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #470D33 on black background.


Color preview on white background

This text has color #470D33 on white background.



Black color preview on #470D33 background

This text has black color on #470D33 background.


White color preview on #470D33 background

This text has white color on #470D33 background.