COLOR #71875F

HEX: #71875F
RGB: (113,135,95)

Color info

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

RGB color model

#71875F color RGB value is (113,135,95).

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

RGB channels and saturation

R 113 of 255 = 44%
G 135 of 255 = 53%
B 95 of 255 = 37%

113
135
95

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

Portions of RGB colors in percentages

R + G + B =
113 + 135 + 95 = 343 (100%)
R 113 of 343 ~ 32.94%
G 135 of 343 ~ 39.36%
B 95 of 343 ~ 27.7%

%32.94
%39.36
%27.7

CMYK color model

#71875F color CMYK value is (16,0,30,47).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 29.63%
  • key color value is 47.06%
CMYK:
(16,0,30,47)
C16M0Y30K47 
(16%,0%,30%,47%)
(0.16/0.00/0.30/0.47)	

CMYK percentages

%16.3
%0
%29.63
%47.06

Codes

Color #71875F in popluar color models

71875F
RGB11313595
HSL93°17.39%45.10%
HSB/HSV93°29.63%52.94%
CMYK16.30%0.00%29.63%
47.06%

Color #71875F in popluar number systems.

HEX71875F
Decimal11313595
Binary1110001100001111011111
Octal161207137

Shades and tints

Shades of #71875F

#71875F
(113,135,95)
#677B57
(103,123,87)
#5D6F4F
(93,111,79)
#536347
(83,99,71)
#49573F
(73,87,63)
#3F4B37
(63,75,55)
#353F2F
(53,63,47)
#2B3327
(43,51,39)
#21271F
(33,39,31)
#171B17
(23,27,23)
#0D0F0F
(13,15,15)
#000000
(0,0,0)

Tints of #71875F

#71875F
(113,135,95)
#7D916D
(125,145,109)
#899B7B
(137,155,123)
#95A589
(149,165,137)
#A1AF97
(161,175,151)
#ADB9A5
(173,185,165)
#B9C3B3
(185,195,179)
#C5CDC1
(197,205,193)
#D1D7CF
(209,215,207)
#DDE1DD
(221,225,221)
#E9EBEB
(233,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71875F; }

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

This text font color is #71875F.


Background Color

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

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

This div background color is #71875F.


Border color

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

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

This div border color is #71875F.


Opacity

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

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

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

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

This text has shadow with #71875F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71875F on black background.


Color preview on white background

This text has color #71875F on white background.



Black color preview on #71875F background

This text has black color on #71875F background.


White color preview on #71875F background

This text has white color on #71875F background.