COLOR #658C70

HEX: #658C70
RGB: (101,140,112)

Color info

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

RGB color model

#658C70 color RGB value is (101,140,112).

  • red value is 101;
  • green value is 140;
  • blue value is 112.
RGB:
(101,140,112)
(40%,55%,44%)

RGB channels and saturation

R 101 of 255 = 40%
G 140 of 255 = 55%
B 112 of 255 = 44%

101
140
112

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

Portions of RGB colors in percentages

R + G + B =
101 + 140 + 112 = 353 (100%)
R 101 of 353 ~ 28.61%
G 140 of 353 ~ 39.66%
B 112 of 353 ~ 31.73%

%28.61
%39.66
%31.73

CMYK color model

#658C70 color CMYK value is (28,0,20,45).

  • cyan value is 27.86%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 45.10%
CMYK:
(28,0,20,45)
C28M0Y20K45 
(28%,0%,20%,45%)
(0.28/0.00/0.20/0.45)	

CMYK percentages

%27.86
%0
%20
%45.1

Codes

Color #658C70 in popluar color models

658C70
RGB101140112
HSL137°16.18%47.25%
HSB/HSV137°27.86%54.90%
CMYK27.86%0.00%20.00%
45.10%

Color #658C70 in popluar number systems.

HEX658C70
Decimal101140112
Binary1100101100011001110000
Octal145214160

Shades and tints

Shades of #658C70

#658C70
(101,140,112)
#5C8066
(92,128,102)
#53745C
(83,116,92)
#4A6852
(74,104,82)
#415C48
(65,92,72)
#38503E
(56,80,62)
#2F4434
(47,68,52)
#26382A
(38,56,42)
#1D2C20
(29,44,32)
#142016
(20,32,22)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #658C70

#658C70
(101,140,112)
#73967D
(115,150,125)
#81A08A
(129,160,138)
#8FAA97
(143,170,151)
#9DB4A4
(157,180,164)
#ABBEB1
(171,190,177)
#B9C8BE
(185,200,190)
#C7D2CB
(199,210,203)
#D5DCD8
(213,220,216)
#E3E6E5
(227,230,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658C70 color. Also use rgb(101,140,112) instead hex code.

Text Font Color

.myTextColor { color: #658C70; }

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

This text font color is #658C70.


Background Color

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

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

This div background color is #658C70.


Border color

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

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

This div border color is #658C70.


Opacity

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

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

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

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

This text has shadow with #658C70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658C70 on black background.


Color preview on white background

This text has color #658C70 on white background.



Black color preview on #658C70 background

This text has black color on #658C70 background.


White color preview on #658C70 background

This text has white color on #658C70 background.