COLOR #658A71

HEX: #658A71 RGB: (101,138,113)

Color info

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

RGB color model

#658A71 color RGB value is (101,138,113).

RGB: (101,138,113) (40%, 54%, 44%)

RGB channels and saturation

R 101 of 255 = 40%
G 138 of 255 = 54%
B 113 of 255 = 44%

101
138
113

R + G + B ~ 46%. #658A71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 138 + 113 = 352 (100%)
R 101 of 352 ~ 28.69%
G 138 of 352 ~ 39.2%
B 113 of 352 ~ 32.1'%

%28.69
%39.2
%32.1

CMYK color model

#658A71 color CMYK value is (27,0,18,46).

  • cyan value is 26.81%
  • magenta value is 0.00%
  • yellow value is 18.12%
  • key color value is 45.88%

CMYK: (27,0,18,46)
C27M0Y18K46 (27%, 0%, 18%, 46%)
(0.27 / 0.00 / 0.18 / 0.46)

CMYK percentages

%26.81
%0
%18.12
%45.88

Codes

Color #658A71 in popluar color models

65 8A 71
RGB 101 138 113
HSL 139° 15.48% 46.86%
HSB/HSV 139° 26.81% 54.12%
CMYK 26.81% 0.00% 18.12%
45.88%

Color #658A71 in popluar number systems.

HEX 65 8A 71
Decimal 101 138 113
Binary 1100101 10001010 1110001
Octal 145 212 161

Shades and tints

Shades of #658A71

#658A71
(101,138,113)
#5C7E67
(92,126,103)
#53725D
(83,114,93)
#4A6653
(74,102,83)
#415A49
(65,90,73)
#384E3F
(56,78,63)
#2F4235
(47,66,53)
#26362B
(38,54,43)
#1D2A21
(29,42,33)
#141E17
(20,30,23)
#0B120D
(11,18,13)
#000000
(0,0,0)

Tints of #658A71

#658A71
(101,138,113)
#73947D
(115,148,125)
#819E89
(129,158,137)
#8FA895
(143,168,149)
#9DB2A1
(157,178,161)
#ABBCAD
(171,188,173)
#B9C6B9
(185,198,185)
#C7D0C5
(199,208,197)
#D5DAD1
(213,218,209)
#E3E4DD
(227,228,221)
#F1EEE9
(241,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658A71; }

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

This text font color is #658A71.

Background Color

.myBgColor { background-color: #658A71; }

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

This div background color is #658A71.

Border color

.myBorderColor { border: 1px solid #658A71; }

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

This div border color is #658A71.

Opacity

.myOpacity80 { color: #658A71; opacity: 0.8; }

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

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

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

This text has shadow with #658A71 color.


.textShadow {text-shadow: 3px 3px 1px #658A71', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #658A71; -webkit-box-shadow: 1px 1px 3px 2px #658A71; box-shadow:1px 1px 3px 2px #658A71;">
Div content here
</div>

This div box has shadow with color #658A71.

Preview

Color preview on black background

This text has color #658A71 on black background.


Color preview on white background

This text has color #658A71 on white background.


Black color preview on #658A71 background

This text has black color on #658A71 background.


White color preview on #658A71 background

This text has white color on #658A71 background.


Related colors

Complementary color

Complementary color for #hex is #9A758E.


I love getcolorcode.com

Triadic colors

1 #71658A and #8A7165 with #658A71 are triadic colors.

2 #718A65 and #8A6571 with #658A71 are triadic colors.