COLOR #71736E

HEX: #71736E
RGB: (113,115,110)

Color info

#71736E contains red, green and blue colors in about the same proportion. Web safe color of #71736E is #666666 (or #666).

RGB color model

#71736E color RGB value is (113,115,110).

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

RGB channels and saturation

R 113 of 255 = 44%
G 115 of 255 = 45%
B 110 of 255 = 43%

113
115
110

R + G + B ~ 44%. #71736E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 115 + 110 = 338 (100%)
R 113 of 338 ~ 33.43%
G 115 of 338 ~ 34.02%
B 110 of 338 ~ 32.54%

%33.43
%34.02
%32.54

CMYK color model

#71736E color CMYK value is (2,0,4,55).

  • cyan value is 1.74%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(2,0,4,55)
C2M0Y4K55 
(2%,0%,4%,55%)
(0.02/0.00/0.04/0.55)	

CMYK percentages

%1.74
%0
%4.35
%54.9

Codes

Color #71736E in popluar color models

71736E
RGB113115110
HSL84°2.22%44.12%
HSB/HSV84°4.35%45.10%
CMYK1.74%0.00%4.35%
54.90%

Color #71736E in popluar number systems.

HEX71736E
Decimal113115110
Binary111000111100111101110
Octal161163156

Shades and tints

Shades of #71736E

#71736E
(113,115,110)
#676964
(103,105,100)
#5D5F5A
(93,95,90)
#535550
(83,85,80)
#494B46
(73,75,70)
#3F413C
(63,65,60)
#353732
(53,55,50)
#2B2D28
(43,45,40)
#21231E
(33,35,30)
#171914
(23,25,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #71736E

#71736E
(113,115,110)
#7D7F7B
(125,127,123)
#898B88
(137,139,136)
#959795
(149,151,149)
#A1A3A2
(161,163,162)
#ADAFAF
(173,175,175)
#B9BBBC
(185,187,188)
#C5C7C9
(197,199,201)
#D1D3D6
(209,211,214)
#DDDFE3
(221,223,227)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71736E color. Also use rgb(113,115,110) instead hex code.

Text Font Color

.myTextColor { color: #71736E; }

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

This text font color is #71736E.


Background Color

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

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

This div background color is #71736E.


Border color

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

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

This div border color is #71736E.


Opacity

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

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

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

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

This text has shadow with #71736E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71736E on black background.


Color preview on white background

This text has color #71736E on white background.



Black color preview on #71736E background

This text has black color on #71736E background.


White color preview on #71736E background

This text has white color on #71736E background.