COLOR #472C3F

HEX: #472C3F
RGB: (71,44,63)

Renk bilgisi

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

RGB renk modeli

#472C3F color RGB value is (71,44,63).

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

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 44 of 255 = 17%
B 63 of 255 = 25%

71
44
63

R + G + B ~ 23%. #472C3F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 44 + 63 = 178 (100%)
R 71 of 178 ~ 39.89%
G 44 of 178 ~ 24.72%
B 63 of 178 ~ 35.39%

%39.89
%24.72
%35.39

CMYK RENK MODELİ

#472C3F rengi CMYK tonu (0,38,11,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.03%
  • sarı tonu 11.27%
  • ana renk tonu 72.16%
CMYK:
(0,38,11,72)
C0M38Y11K72 
(0%,38%,11%,72%)
(0.00/0.38/0.11/0.72)	

CMYK yüzdeleri

%0
%38.03
%11.27
%72.16

Codes

Color #472C3F in popluar color models

472C3F
RGB714463
HSL318°23.48%22.55%
HSB/HSV318°38.03%27.84%
CMYK0.00%38.03%11.27%
72.16%

Color #472C3F in popluar number systems.

HEX472C3F
Decimal714463
Binary1000111101100111111
Octal1075477

Shades and tints

Shades of #472C3F

#472C3F
(71,44,63)
#41283A
(65,40,58)
#3B2435
(59,36,53)
#352030
(53,32,48)
#2F1C2B
(47,28,43)
#291826
(41,24,38)
#231421
(35,20,33)
#1D101C
(29,16,28)
#170C17
(23,12,23)
#110812
(17,8,18)
#0B040D
(11,4,13)
#000000
(0,0,0)

Tints of #472C3F

#472C3F
(71,44,63)
#573F50
(87,63,80)
#675261
(103,82,97)
#776572
(119,101,114)
#877883
(135,120,131)
#978B94
(151,139,148)
#A79EA5
(167,158,165)
#B7B1B6
(183,177,182)
#C7C4C7
(199,196,199)
#D7D7D8
(215,215,216)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #472C3F; }

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

This text font color is #472C3F.


Background Color

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

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

This div background color is #472C3F.


Border color

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

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

This div border color is #472C3F.


Opacity

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

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

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

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

This text has shadow with #472C3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472C3F on black background.


Color preview on white background

This text has color #472C3F on white background.



Black color preview on #472C3F background

This text has black color on #472C3F background.


White color preview on #472C3F background

This text has white color on #472C3F background.