COLOR #658C72

HEX: #658C72
RGB: (101,140,114)

Color info

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

RGB color model

#658C72 color RGB value is (101,140,114).

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

RGB channels and saturation

R 101 of 255 = 40%
G 140 of 255 = 55%
B 114 of 255 = 45%

101
140
114

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

Portions of RGB colors in percentages

R + G + B =
101 + 140 + 114 = 355 (100%)
R 101 of 355 ~ 28.45%
G 140 of 355 ~ 39.44%
B 114 of 355 ~ 32.11%

%28.45
%39.44
%32.11

CMYK color model

#658C72 color CMYK value is (28,0,19,45).

  • cyan value is 27.86%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 45.10%
CMYK:
(28,0,19,45)
C28M0Y19K45 
(28%,0%,19%,45%)
(0.28/0.00/0.19/0.45)	

CMYK percentages

%27.86
%0
%18.57
%45.1

Codes

Color #658C72 in popluar color models

658C72
RGB101140114
HSL140°16.18%47.25%
HSB/HSV140°27.86%54.90%
CMYK27.86%0.00%18.57%
45.10%

Color #658C72 in popluar number systems.

HEX658C72
Decimal101140114
Binary1100101100011001110010
Octal145214162

Shades and tints

Shades of #658C72

#658C72
(101,140,114)
#5C8068
(92,128,104)
#53745E
(83,116,94)
#4A6854
(74,104,84)
#415C4A
(65,92,74)
#385040
(56,80,64)
#2F4436
(47,68,54)
#26382C
(38,56,44)
#1D2C22
(29,44,34)
#142018
(20,32,24)
#0B140E
(11,20,14)
#000000
(0,0,0)

Tints of #658C72

#658C72
(101,140,114)
#73967E
(115,150,126)
#81A08A
(129,160,138)
#8FAA96
(143,170,150)
#9DB4A2
(157,180,162)
#ABBEAE
(171,190,174)
#B9C8BA
(185,200,186)
#C7D2C6
(199,210,198)
#D5DCD2
(213,220,210)
#E3E6DE
(227,230,222)
#F1F0EA
(241,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658C72; }

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

This text font color is #658C72.


Background Color

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

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

This div background color is #658C72.


Border color

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

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

This div border color is #658C72.


Opacity

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

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

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

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

This text has shadow with #658C72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658C72 on black background.


Color preview on white background

This text has color #658C72 on white background.



Black color preview on #658C72 background

This text has black color on #658C72 background.


White color preview on #658C72 background

This text has white color on #658C72 background.