COLOR #472341

HEX: #472341
RGB: (71,35,65)

Renk bilgisi

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

RGB renk modeli

#472341 color RGB value is (71,35,65).

  • kırmız ton 71;
  • yeşil ton 35;
  • mavi ton 65.
RGB:
(71,35,65)
(28%,14%,25%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 35 of 255 = 14%
B 65 of 255 = 25%

71
35
65

R + G + B ~ 22%. #472341 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 35 + 65 = 171 (100%)
R 71 of 171 ~ 41.52%
G 35 of 171 ~ 20.47%
B 65 of 171 ~ 38.01%

%41.52
%20.47
%38.01

CMYK RENK MODELİ

#472341 rengi CMYK tonu (0,51,8,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.70%
  • sarı tonu 8.45%
  • ana renk tonu 72.16%
CMYK:
(0,51,8,72)
C0M51Y8K72 
(0%,51%,8%,72%)
(0.00/0.51/0.08/0.72)	

CMYK yüzdeleri

%0
%50.7
%8.45
%72.16

Codes

Color #472341 in popluar color models

472341
RGB713565
HSL310°33.96%20.78%
HSB/HSV310°50.70%27.84%
CMYK0.00%50.70%8.45%
72.16%

Color #472341 in popluar number systems.

HEX472341
Decimal713565
Binary10001111000111000001
Octal10743101

Shades and tints

Shades of #472341

#472341
(71,35,65)
#41203C
(65,32,60)
#3B1D37
(59,29,55)
#351A32
(53,26,50)
#2F172D
(47,23,45)
#291428
(41,20,40)
#231123
(35,17,35)
#1D0E1E
(29,14,30)
#170B19
(23,11,25)
#110814
(17,8,20)
#0B050F
(11,5,15)
#000000
(0,0,0)

Tints of #472341

#472341
(71,35,65)
#573752
(87,55,82)
#674B63
(103,75,99)
#775F74
(119,95,116)
#877385
(135,115,133)
#978796
(151,135,150)
#A79BA7
(167,155,167)
#B7AFB8
(183,175,184)
#C7C3C9
(199,195,201)
#D7D7DA
(215,215,218)
#E7EBEB
(231,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472341 color. Also use rgb(71,35,65) instead hex code.

Text Font Color

.myTextColor { color: #472341; }

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

This text font color is #472341.


Background Color

.myBgColor { background-color: #472341; }

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

This div background color is #472341.


Border color

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

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

This div border color is #472341.


Opacity

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

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

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

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

This text has shadow with #472341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #472341 on black background.


Color preview on white background

This text has color #472341 on white background.



Black color preview on #472341 background

This text has black color on #472341 background.


White color preview on #472341 background

This text has white color on #472341 background.