COLOR #71396A

HEX: #71396A
RGB: (113,57,106)

Renk bilgisi

#71396A contains red, green and blue colors in about the same proportion. #71396A ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#71396A color RGB value is (113,57,106).

  • kırmız ton 113;
  • yeşil ton 57;
  • mavi ton 106.
RGB:
(113,57,106)
(44%,22%,42%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 57 of 255 = 22%
B 106 of 255 = 42%

113
57
106

R + G + B ~ 36%. #71396A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 57 + 106 = 276 (100%)
R 113 of 276 ~ 40.94%
G 57 of 276 ~ 20.65%
B 106 of 276 ~ 38.41%

%40.94
%20.65
%38.41

CMYK RENK MODELİ

#71396A rengi CMYK tonu (0,50,6,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 49.56%
  • sarı tonu 6.19%
  • ana renk tonu 55.69%
CMYK:
(0,50,6,56)
C0M50Y6K56 
(0%,50%,6%,56%)
(0.00/0.50/0.06/0.56)	

CMYK yüzdeleri

%0
%49.56
%6.19
%55.69

Codes

Color #71396A in popluar color models

71396A
RGB11357106
HSL308°32.94%33.33%
HSB/HSV308°49.56%44.31%
CMYK0.00%49.56%6.19%
55.69%

Color #71396A in popluar number systems.

HEX71396A
Decimal11357106
Binary11100011110011101010
Octal16171152

Shades and tints

Shades of #71396A

#71396A
(113,57,106)
#673461
(103,52,97)
#5D2F58
(93,47,88)
#532A4F
(83,42,79)
#492546
(73,37,70)
#3F203D
(63,32,61)
#351B34
(53,27,52)
#2B162B
(43,22,43)
#211122
(33,17,34)
#170C19
(23,12,25)
#0D0710
(13,7,16)
#000000
(0,0,0)

Tints of #71396A

#71396A
(113,57,106)
#7D4B77
(125,75,119)
#895D84
(137,93,132)
#956F91
(149,111,145)
#A1819E
(161,129,158)
#AD93AB
(173,147,171)
#B9A5B8
(185,165,184)
#C5B7C5
(197,183,197)
#D1C9D2
(209,201,210)
#DDDBDF
(221,219,223)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71396A color. Also use rgb(113,57,106) instead hex code.

Text Font Color

.myTextColor { color: #71396A; }

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

This text font color is #71396A.


Background Color

.myBgColor { background-color: #71396A; }

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

This div background color is #71396A.


Border color

.myBorderColor { border: 1px solid #71396A; }

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

This div border color is #71396A.


Opacity

.myOpacity80 { color: #71396A; opacity: 0.8; }

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

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

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

This text has shadow with #71396A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71396A on black background.


Color preview on white background

This text has color #71396A on white background.



Black color preview on #71396A background

This text has black color on #71396A background.


White color preview on #71396A background

This text has white color on #71396A background.