COLOR #711D48

HEX: #711D48
RGB: (113,29,72)

Renk bilgisi

#711D48 contains mainly red and blue colors. #711D48 ‘ nin web güvenlik rengi #663333 (ya da #633) dir.

RGB renk modeli

#711D48 color RGB value is (113,29,72).

  • kırmız ton 113;
  • yeşil ton 29;
  • mavi ton 72.
RGB:
(113,29,72)
(44%,11%,28%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 29 of 255 = 11%
B 72 of 255 = 28%

113
29
72

R + G + B ~ 28%. #711D48 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 29 + 72 = 214 (100%)
R 113 of 214 ~ 52.8%
G 29 of 214 ~ 13.55%
B 72 of 214 ~ 33.64%

%52.8
%13.55
%33.64

CMYK RENK MODELİ

#711D48 rengi CMYK tonu (0,74,36,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 74.34%
  • sarı tonu 36.28%
  • ana renk tonu 55.69%
CMYK:
(0,74,36,56)
C0M74Y36K56 
(0%,74%,36%,56%)
(0.00/0.74/0.36/0.56)	

CMYK yüzdeleri

%0
%74.34
%36.28
%55.69

Codes

Color #711D48 in popluar color models

711D48
RGB1132972
HSL329°59.15%27.84%
HSB/HSV329°74.34%44.31%
CMYK0.00%74.34%36.28%
55.69%

Color #711D48 in popluar number systems.

HEX711D48
Decimal1132972
Binary1110001111011001000
Octal16135110

Shades and tints

Shades of #711D48

#711D48
(113,29,72)
#671B42
(103,27,66)
#5D193C
(93,25,60)
#531736
(83,23,54)
#491530
(73,21,48)
#3F132A
(63,19,42)
#351124
(53,17,36)
#2B0F1E
(43,15,30)
#210D18
(33,13,24)
#170B12
(23,11,18)
#0D090C
(13,9,12)
#000000
(0,0,0)

Tints of #711D48

#711D48
(113,29,72)
#7D3158
(125,49,88)
#894568
(137,69,104)
#955978
(149,89,120)
#A16D88
(161,109,136)
#AD8198
(173,129,152)
#B995A8
(185,149,168)
#C5A9B8
(197,169,184)
#D1BDC8
(209,189,200)
#DDD1D8
(221,209,216)
#E9E5E8
(233,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711D48 color. Also use rgb(113,29,72) instead hex code.

Text Font Color

.myTextColor { color: #711D48; }

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

This text font color is #711D48.


Background Color

.myBgColor { background-color: #711D48; }

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

This div background color is #711D48.


Border color

.myBorderColor { border: 1px solid #711D48; }

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

This div border color is #711D48.


Opacity

.myOpacity80 { color: #711D48; opacity: 0.8; }

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

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

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

This text has shadow with #711D48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711D48 on black background.


Color preview on white background

This text has color #711D48 on white background.



Black color preview on #711D48 background

This text has black color on #711D48 background.


White color preview on #711D48 background

This text has white color on #711D48 background.