COLOR #659171

HEX: #659171
RGB: (101,145,113)

Color info

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

RGB color model

#659171 color RGB value is (101,145,113).

  • red value is 101;
  • green value is 145;
  • blue value is 113.
RGB:
(101,145,113)
(40%,57%,44%)

RGB channels and saturation

R 101 of 255 = 40%
G 145 of 255 = 57%
B 113 of 255 = 44%

101
145
113

R + G + B ~ 47%. #659171 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 145 + 113 = 359 (100%)
R 101 of 359 ~ 28.13%
G 145 of 359 ~ 40.39%
B 113 of 359 ~ 31.48%

%28.13
%40.39
%31.48

CMYK color model

#659171 color CMYK value is (30,0,22,43).

  • cyan value is 30.34%
  • magenta value is 0.00%
  • yellow value is 22.07%
  • key color value is 43.14%
CMYK:
(30,0,22,43)
C30M0Y22K43 
(30%,0%,22%,43%)
(0.30/0.00/0.22/0.43)	

CMYK percentages

%30.34
%0
%22.07
%43.14

Codes

Color #659171 in popluar color models

659171
RGB101145113
HSL136°17.89%48.24%
HSB/HSV136°30.34%56.86%
CMYK30.34%0.00%22.07%
43.14%

Color #659171 in popluar number systems.

HEX659171
Decimal101145113
Binary1100101100100011110001
Octal145221161

Shades and tints

Shades of #659171

#659171
(101,145,113)
#5C8467
(92,132,103)
#53775D
(83,119,93)
#4A6A53
(74,106,83)
#415D49
(65,93,73)
#38503F
(56,80,63)
#2F4335
(47,67,53)
#26362B
(38,54,43)
#1D2921
(29,41,33)
#141C17
(20,28,23)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #659171

#659171
(101,145,113)
#739B7D
(115,155,125)
#81A589
(129,165,137)
#8FAF95
(143,175,149)
#9DB9A1
(157,185,161)
#ABC3AD
(171,195,173)
#B9CDB9
(185,205,185)
#C7D7C5
(199,215,197)
#D5E1D1
(213,225,209)
#E3EBDD
(227,235,221)
#F1F5E9
(241,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659171 color. Also use rgb(101,145,113) instead hex code.

Text Font Color

.myTextColor { color: #659171; }

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

This text font color is #659171.


Background Color

.myBgColor { background-color: #659171; }

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

This div background color is #659171.


Border color

.myBorderColor { border: 1px solid #659171; }

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

This div border color is #659171.


Opacity

.myOpacity80 { color: #659171; opacity: 0.8; }

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

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

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

This text has shadow with #659171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659171 on black background.


Color preview on white background

This text has color #659171 on white background.



Black color preview on #659171 background

This text has black color on #659171 background.


White color preview on #659171 background

This text has white color on #659171 background.