COLOR #71738C

HEX: #71738C
RGB: (113,115,140)

Color info

#71738C contains red, green and blue colors in about the same proportion. Web safe color of #71738C is #666699 (or #669).

RGB color model

#71738C color RGB value is (113,115,140).

  • red value is 113;
  • green value is 115;
  • blue value is 140.
RGB:
(113,115,140)
(44%,45%,55%)

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 140 of 255 = 55%

113
115
140

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

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 140 = 368 (100%)
R 113 of 368 ~ 30.71%
G 115 of 368 ~ 31.25%
B 140 of 368 ~ 38.04%

%30.71
%31.25
%38.04

CMYK color model

#71738C color CMYK value is (19,18,0,45).

  • cyan value is 19.29%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(19,18,0,45)
C19M18Y0K45 
(19%,18%,0%,45%)
(0.19/0.18/0.00/0.45)	

CMYK percentages

%19.29
%17.86
%0
%45.1

Codes

Color #71738C in popluar color models

71738C
RGB113115140
HSL236°10.67%49.61%
HSB/HSV236°19.29%54.90%
CMYK19.29%17.86%0.00%
45.10%

Color #71738C in popluar number systems.

HEX71738C
Decimal113115140
Binary1110001111001110001100
Octal161163214

Shades and tints

Shades of #71738C

#71738C
(113,115,140)
#676980
(103,105,128)
#5D5F74
(93,95,116)
#535568
(83,85,104)
#494B5C
(73,75,92)
#3F4150
(63,65,80)
#353744
(53,55,68)
#2B2D38
(43,45,56)
#21232C
(33,35,44)
#171920
(23,25,32)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #71738C

#71738C
(113,115,140)
#7D7F96
(125,127,150)
#898BA0
(137,139,160)
#9597AA
(149,151,170)
#A1A3B4
(161,163,180)
#ADAFBE
(173,175,190)
#B9BBC8
(185,187,200)
#C5C7D2
(197,199,210)
#D1D3DC
(209,211,220)
#DDDFE6
(221,223,230)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71738C; }

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

This text font color is #71738C.


Background Color

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

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

This div background color is #71738C.


Border color

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

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

This div border color is #71738C.


Opacity

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

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

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

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

This text has shadow with #71738C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71738C on black background.


Color preview on white background

This text has color #71738C on white background.



Black color preview on #71738C background

This text has black color on #71738C background.


White color preview on #71738C background

This text has white color on #71738C background.