COLOR #471834

HEX: #471834
RGB: (71,24,52)

Renk bilgisi

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

RGB renk modeli

#471834 color RGB value is (71,24,52).

  • kırmız ton 71;
  • yeşil ton 24;
  • mavi ton 52.
RGB:
(71,24,52)
(28%,9%,20%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 24 of 255 = 9%
B 52 of 255 = 20%

71
24
52

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

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 24 + 52 = 147 (100%)
R 71 of 147 ~ 48.3%
G 24 of 147 ~ 16.33%
B 52 of 147 ~ 35.37%

%48.3
%16.33
%35.37

CMYK RENK MODELİ

#471834 rengi CMYK tonu (0,66,27,72).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.20%
  • sarı tonu 26.76%
  • ana renk tonu 72.16%
CMYK:
(0,66,27,72)
C0M66Y27K72 
(0%,66%,27%,72%)
(0.00/0.66/0.27/0.72)	

CMYK yüzdeleri

%0
%66.2
%26.76
%72.16

Codes

Color #471834 in popluar color models

471834
RGB712452
HSL324°49.47%18.63%
HSB/HSV324°66.20%27.84%
CMYK0.00%66.20%26.76%
72.16%

Color #471834 in popluar number systems.

HEX471834
Decimal712452
Binary100011111000110100
Octal1073064

Shades and tints

Shades of #471834

#471834
(71,24,52)
#411630
(65,22,48)
#3B142C
(59,20,44)
#351228
(53,18,40)
#2F1024
(47,16,36)
#290E20
(41,14,32)
#230C1C
(35,12,28)
#1D0A18
(29,10,24)
#170814
(23,8,20)
#110610
(17,6,16)
#0B040C
(11,4,12)
#000000
(0,0,0)

Tints of #471834

#471834
(71,24,52)
#572D46
(87,45,70)
#674258
(103,66,88)
#77576A
(119,87,106)
#876C7C
(135,108,124)
#97818E
(151,129,142)
#A796A0
(167,150,160)
#B7ABB2
(183,171,178)
#C7C0C4
(199,192,196)
#D7D5D6
(215,213,214)
#E7EAE8
(231,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #471834 color. Also use rgb(71,24,52) instead hex code.

Text Font Color

.myTextColor { color: #471834; }

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

This text font color is #471834.


Background Color

.myBgColor { background-color: #471834; }

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

This div background color is #471834.


Border color

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

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

This div border color is #471834.


Opacity

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

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

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

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

This text has shadow with #471834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #471834 on black background.


Color preview on white background

This text has color #471834 on white background.



Black color preview on #471834 background

This text has black color on #471834 background.


White color preview on #471834 background

This text has white color on #471834 background.