COLOR #71375E

HEX: #71375E
RGB: (113,55,94)

Renk bilgisi

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

RGB renk modeli

#71375E color RGB value is (113,55,94).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 55 of 255 = 22%
B 94 of 255 = 37%

113
55
94

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 55 + 94 = 262 (100%)
R 113 of 262 ~ 43.13%
G 55 of 262 ~ 20.99%
B 94 of 262 ~ 35.88%

%43.13
%20.99
%35.88

CMYK RENK MODELİ

#71375E rengi CMYK tonu (0,51,17,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.33%
  • sarı tonu 16.81%
  • ana renk tonu 55.69%
CMYK:
(0,51,17,56)
C0M51Y17K56 
(0%,51%,17%,56%)
(0.00/0.51/0.17/0.56)	

CMYK yüzdeleri

%0
%51.33
%16.81
%55.69

Codes

Color #71375E in popluar color models

71375E
RGB1135594
HSL320°34.52%32.94%
HSB/HSV320°51.33%44.31%
CMYK0.00%51.33%16.81%
55.69%

Color #71375E in popluar number systems.

HEX71375E
Decimal1135594
Binary11100011101111011110
Octal16167136

Shades and tints

Shades of #71375E

#71375E
(113,55,94)
#673256
(103,50,86)
#5D2D4E
(93,45,78)
#532846
(83,40,70)
#49233E
(73,35,62)
#3F1E36
(63,30,54)
#35192E
(53,25,46)
#2B1426
(43,20,38)
#210F1E
(33,15,30)
#170A16
(23,10,22)
#0D050E
(13,5,14)
#000000
(0,0,0)

Tints of #71375E

#71375E
(113,55,94)
#7D496C
(125,73,108)
#895B7A
(137,91,122)
#956D88
(149,109,136)
#A17F96
(161,127,150)
#AD91A4
(173,145,164)
#B9A3B2
(185,163,178)
#C5B5C0
(197,181,192)
#D1C7CE
(209,199,206)
#DDD9DC
(221,217,220)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71375E; }

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

This text font color is #71375E.


Background Color

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

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

This div background color is #71375E.


Border color

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

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

This div border color is #71375E.


Opacity

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

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

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

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

This text has shadow with #71375E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71375E on black background.


Color preview on white background

This text has color #71375E on white background.



Black color preview on #71375E background

This text has black color on #71375E background.


White color preview on #71375E background

This text has white color on #71375E background.