COLOR #71739C

HEX: #71739C
RGB: (113,115,156)

Renk bilgisi

#71739C contains red, green and blue colors in about the same proportion. #71739C ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#71739C color RGB value is (113,115,156).

  • kırmız ton 113;
  • yeşil ton 115;
  • mavi ton 156.
RGB:
(113,115,156)
(44%,45%,61%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 115 of 255 = 45%
B 156 of 255 = 61%

113
115
156

R + G + B ~ 50%. #71739C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 115 + 156 = 384 (100%)
R 113 of 384 ~ 29.43%
G 115 of 384 ~ 29.95%
B 156 of 384 ~ 40.63%

%29.43
%29.95
%40.63

CMYK RENK MODELİ

#71739C rengi CMYK tonu (28,26,0,39).

  • camgöbeği tonu 27.56%
  • eflatun tonu 26.28%
  • sarı tonu 0.00%
  • ana renk tonu 38.82%
CMYK:
(28,26,0,39)
C28M26Y0K39 
(28%,26%,0%,39%)
(0.28/0.26/0.00/0.39)	

CMYK yüzdeleri

%27.56
%26.28
%0
%38.82

Codes

Color #71739C in popluar color models

71739C
RGB113115156
HSL237°17.84%52.75%
HSB/HSV237°27.56%61.18%
CMYK27.56%26.28%0.00%
38.82%

Color #71739C in popluar number systems.

HEX71739C
Decimal113115156
Binary1110001111001110011100
Octal161163234

Shades and tints

Shades of #71739C

#71739C
(113,115,156)
#67698E
(103,105,142)
#5D5F80
(93,95,128)
#535572
(83,85,114)
#494B64
(73,75,100)
#3F4156
(63,65,86)
#353748
(53,55,72)
#2B2D3A
(43,45,58)
#21232C
(33,35,44)
#17191E
(23,25,30)
#0D0F10
(13,15,16)
#000000
(0,0,0)

Tints of #71739C

#71739C
(113,115,156)
#7D7FA5
(125,127,165)
#898BAE
(137,139,174)
#9597B7
(149,151,183)
#A1A3C0
(161,163,192)
#ADAFC9
(173,175,201)
#B9BBD2
(185,187,210)
#C5C7DB
(197,199,219)
#D1D3E4
(209,211,228)
#DDDFED
(221,223,237)
#E9EBF6
(233,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71739C color. Also use rgb(113,115,156) instead hex code.

Text Font Color

.myTextColor { color: #71739C; }

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

This text font color is #71739C.


Background Color

.myBgColor { background-color: #71739C; }

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

This div background color is #71739C.


Border color

.myBorderColor { border: 1px solid #71739C; }

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

This div border color is #71739C.


Opacity

.myOpacity80 { color: #71739C; opacity: 0.8; }

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

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

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

This text has shadow with #71739C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71739C on black background.


Color preview on white background

This text has color #71739C on white background.



Black color preview on #71739C background

This text has black color on #71739C background.


White color preview on #71739C background

This text has white color on #71739C background.