COLOR #471736

HEX: #471736
RGB: (71,23,54)

Renk bilgisi

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

RGB renk modeli

#471736 color RGB value is (71,23,54).

  • kırmız ton 71;
  • yeşil ton 23;
  • mavi ton 54.
RGB:
(71,23,54)
(28%,9%,21%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 23 of 255 = 9%
B 54 of 255 = 21%

71
23
54

R + G + B ~ 19%. #471736 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 23 + 54 = 148 (100%)
R 71 of 148 ~ 47.97%
G 23 of 148 ~ 15.54%
B 54 of 148 ~ 36.49%

%47.97
%15.54
%36.49

CMYK RENK MODELİ

#471736 rengi CMYK tonu (0,68,24,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 67.61%
  • sarı tonu 23.94%
  • ana renk tonu 72.16%
CMYK:
(0,68,24,72)
C0M68Y24K72 
(0%,68%,24%,72%)
(0.00/0.68/0.24/0.72)	

CMYK yüzdeleri

%0
%67.61
%23.94
%72.16

Codes

Color #471736 in popluar color models

471736
RGB712354
HSL321°51.06%18.43%
HSB/HSV321°67.61%27.84%
CMYK0.00%67.61%23.94%
72.16%

Color #471736 in popluar number systems.

HEX471736
Decimal712354
Binary100011110111110110
Octal1072766

Shades and tints

Shades of #471736

#471736
(71,23,54)
#411532
(65,21,50)
#3B132E
(59,19,46)
#35112A
(53,17,42)
#2F0F26
(47,15,38)
#290D22
(41,13,34)
#230B1E
(35,11,30)
#1D091A
(29,9,26)
#170716
(23,7,22)
#110512
(17,5,18)
#0B030E
(11,3,14)
#000000
(0,0,0)

Tints of #471736

#471736
(71,23,54)
#572C48
(87,44,72)
#67415A
(103,65,90)
#77566C
(119,86,108)
#876B7E
(135,107,126)
#978090
(151,128,144)
#A795A2
(167,149,162)
#B7AAB4
(183,170,180)
#C7BFC6
(199,191,198)
#D7D4D8
(215,212,216)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471736 color. Also use rgb(71,23,54) instead hex code.

Text Font Color

.myTextColor { color: #471736; }

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

This text font color is #471736.


Background Color

.myBgColor { background-color: #471736; }

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

This div background color is #471736.


Border color

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

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

This div border color is #471736.


Opacity

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

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

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

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

This text has shadow with #471736 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471736 on black background.


Color preview on white background

This text has color #471736 on white background.



Black color preview on #471736 background

This text has black color on #471736 background.


White color preview on #471736 background

This text has white color on #471736 background.