COLOR #71365E

HEX: #71365E
RGB: (113,54,94)

Renk bilgisi

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

RGB renk modeli

#71365E color RGB value is (113,54,94).

  • kırmız ton 113;
  • yeşil ton 54;
  • mavi ton 94.
RGB:
(113,54,94)
(44%,21%,37%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 54 of 255 = 21%
B 94 of 255 = 37%

113
54
94

R + G + B ~ 34%. #71365E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 54 + 94 = 261 (100%)
R 113 of 261 ~ 43.3%
G 54 of 261 ~ 20.69%
B 94 of 261 ~ 36.02%

%43.3
%20.69
%36.02

CMYK RENK MODELİ

#71365E rengi CMYK tonu (0,52,17,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.21%
  • sarı tonu 16.81%
  • ana renk tonu 55.69%
CMYK:
(0,52,17,56)
C0M52Y17K56 
(0%,52%,17%,56%)
(0.00/0.52/0.17/0.56)	

CMYK yüzdeleri

%0
%52.21
%16.81
%55.69

Codes

Color #71365E in popluar color models

71365E
RGB1135494
HSL319°35.33%32.75%
HSB/HSV319°52.21%44.31%
CMYK0.00%52.21%16.81%
55.69%

Color #71365E in popluar number systems.

HEX71365E
Decimal1135494
Binary11100011101101011110
Octal16166136

Shades and tints

Shades of #71365E

#71365E
(113,54,94)
#673256
(103,50,86)
#5D2E4E
(93,46,78)
#532A46
(83,42,70)
#49263E
(73,38,62)
#3F2236
(63,34,54)
#351E2E
(53,30,46)
#2B1A26
(43,26,38)
#21161E
(33,22,30)
#171216
(23,18,22)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #71365E

#71365E
(113,54,94)
#7D486C
(125,72,108)
#895A7A
(137,90,122)
#956C88
(149,108,136)
#A17E96
(161,126,150)
#AD90A4
(173,144,164)
#B9A2B2
(185,162,178)
#C5B4C0
(197,180,192)
#D1C6CE
(209,198,206)
#DDD8DC
(221,216,220)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71365E color. Also use rgb(113,54,94) instead hex code.

Text Font Color

.myTextColor { color: #71365E; }

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

This text font color is #71365E.


Background Color

.myBgColor { background-color: #71365E; }

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

This div background color is #71365E.


Border color

.myBorderColor { border: 1px solid #71365E; }

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

This div border color is #71365E.


Opacity

.myOpacity80 { color: #71365E; opacity: 0.8; }

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

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

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

This text has shadow with #71365E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71365E on black background.


Color preview on white background

This text has color #71365E on white background.



Black color preview on #71365E background

This text has black color on #71365E background.


White color preview on #71365E background

This text has white color on #71365E background.