COLOR #71875D

HEX: #71875D
RGB: (113,135,93)

Color info

#71875D contains red, green and blue colors in about the same proportion. Web safe color of #71875D is #669966 (or #696).

RGB color model

#71875D color RGB value is (113,135,93).

  • red value is 113;
  • green value is 135;
  • blue value is 93.
RGB:
(113,135,93)
(44%,53%,36%)

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 93 of 255 = 36%

113
135
93

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 93 = 341 (100%)
R 113 of 341 ~ 33.14%
G 135 of 341 ~ 39.59%
B 93 of 341 ~ 27.27%

%33.14
%39.59
%27.27

CMYK color model

#71875D color CMYK value is (16,0,31,47).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 31.11%
  • key color value is 47.06%
CMYK:
(16,0,31,47)
C16M0Y31K47 
(16%,0%,31%,47%)
(0.16/0.00/0.31/0.47)	

CMYK percentages

%16.3
%0
%31.11
%47.06

Codes

Color #71875D in popluar color models

71875D
RGB11313593
HSL91°18.42%44.71%
HSB/HSV91°31.11%52.94%
CMYK16.30%0.00%31.11%
47.06%

Color #71875D in popluar number systems.

HEX71875D
Decimal11313593
Binary1110001100001111011101
Octal161207135

Shades and tints

Shades of #71875D

#71875D
(113,135,93)
#677B55
(103,123,85)
#5D6F4D
(93,111,77)
#536345
(83,99,69)
#49573D
(73,87,61)
#3F4B35
(63,75,53)
#353F2D
(53,63,45)
#2B3325
(43,51,37)
#21271D
(33,39,29)
#171B15
(23,27,21)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #71875D

#71875D
(113,135,93)
#7D916B
(125,145,107)
#899B79
(137,155,121)
#95A587
(149,165,135)
#A1AF95
(161,175,149)
#ADB9A3
(173,185,163)
#B9C3B1
(185,195,177)
#C5CDBF
(197,205,191)
#D1D7CD
(209,215,205)
#DDE1DB
(221,225,219)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71875D color. Also use rgb(113,135,93) instead hex code.

Text Font Color

.myTextColor { color: #71875D; }

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

This text font color is #71875D.


Background Color

.myBgColor { background-color: #71875D; }

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

This div background color is #71875D.


Border color

.myBorderColor { border: 1px solid #71875D; }

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

This div border color is #71875D.


Opacity

.myOpacity80 { color: #71875D; opacity: 0.8; }

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

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

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

This text has shadow with #71875D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71875D on black background.


Color preview on white background

This text has color #71875D on white background.



Black color preview on #71875D background

This text has black color on #71875D background.


White color preview on #71875D background

This text has white color on #71875D background.