COLOR #711341

HEX: #711341
RGB: (113,19,65)

Renk bilgisi

#711341 contains mainly red and blue colors. #711341 ‘ nin web güvenlik rengi #660033 (ya da #603) dir.

RGB renk modeli

#711341 color RGB value is (113,19,65).

  • kırmız ton 113;
  • yeşil ton 19;
  • mavi ton 65.
RGB:
(113,19,65)
(44%,7%,25%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 19 of 255 = 7%
B 65 of 255 = 25%

113
19
65

R + G + B ~ 25%. #711341 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 19 + 65 = 197 (100%)
R 113 of 197 ~ 57.36%
G 19 of 197 ~ 9.64%
B 65 of 197 ~ 32.99%

%57.36
%9.64
%32.99

CMYK RENK MODELİ

#711341 rengi CMYK tonu (0,83,42,56).

  • camgöbeği tonu 0.00%
  • eflatun tonu 83.19%
  • sarı tonu 42.48%
  • ana renk tonu 55.69%
CMYK:
(0,83,42,56)
C0M83Y42K56 
(0%,83%,42%,56%)
(0.00/0.83/0.42/0.56)	

CMYK yüzdeleri

%0
%83.19
%42.48
%55.69

Codes

Color #711341 in popluar color models

711341
RGB1131965
HSL331°71.21%25.88%
HSB/HSV331°83.19%44.31%
CMYK0.00%83.19%42.48%
55.69%

Color #711341 in popluar number systems.

HEX711341
Decimal1131965
Binary1110001100111000001
Octal16123101

Shades and tints

Shades of #711341

#711341
(113,19,65)
#67123C
(103,18,60)
#5D1137
(93,17,55)
#531032
(83,16,50)
#490F2D
(73,15,45)
#3F0E28
(63,14,40)
#350D23
(53,13,35)
#2B0C1E
(43,12,30)
#210B19
(33,11,25)
#170A14
(23,10,20)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #711341

#711341
(113,19,65)
#7D2852
(125,40,82)
#893D63
(137,61,99)
#955274
(149,82,116)
#A16785
(161,103,133)
#AD7C96
(173,124,150)
#B991A7
(185,145,167)
#C5A6B8
(197,166,184)
#D1BBC9
(209,187,201)
#DDD0DA
(221,208,218)
#E9E5EB
(233,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #711341 color. Also use rgb(113,19,65) instead hex code.

Text Font Color

.myTextColor { color: #711341; }

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

This text font color is #711341.


Background Color

.myBgColor { background-color: #711341; }

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

This div background color is #711341.


Border color

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

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

This div border color is #711341.


Opacity

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

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

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

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

This text has shadow with #711341 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #711341 on black background.


Color preview on white background

This text has color #711341 on white background.



Black color preview on #711341 background

This text has black color on #711341 background.


White color preview on #711341 background

This text has white color on #711341 background.