COLOR #658C78

HEX: #658C78
RGB: (101,140,120)

Color info

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

RGB color model

#658C78 color RGB value is (101,140,120).

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

RGB channels and saturation

R 101 of 255 = 40%
G 140 of 255 = 55%
B 120 of 255 = 47%

101
140
120

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

Portions of RGB colors in percentages

R + G + B =
101 + 140 + 120 = 361 (100%)
R 101 of 361 ~ 27.98%
G 140 of 361 ~ 38.78%
B 120 of 361 ~ 33.24%

%27.98
%38.78
%33.24

CMYK color model

#658C78 color CMYK value is (28,0,14,45).

  • cyan value is 27.86%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 45.10%
CMYK:
(28,0,14,45)
C28M0Y14K45 
(28%,0%,14%,45%)
(0.28/0.00/0.14/0.45)	

CMYK percentages

%27.86
%0
%14.29
%45.1

Codes

Color #658C78 in popluar color models

658C78
RGB101140120
HSL149°16.18%47.25%
HSB/HSV149°27.86%54.90%
CMYK27.86%0.00%14.29%
45.10%

Color #658C78 in popluar number systems.

HEX658C78
Decimal101140120
Binary1100101100011001111000
Octal145214170

Shades and tints

Shades of #658C78

#658C78
(101,140,120)
#5C806E
(92,128,110)
#537464
(83,116,100)
#4A685A
(74,104,90)
#415C50
(65,92,80)
#385046
(56,80,70)
#2F443C
(47,68,60)
#263832
(38,56,50)
#1D2C28
(29,44,40)
#14201E
(20,32,30)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #658C78

#658C78
(101,140,120)
#739684
(115,150,132)
#81A090
(129,160,144)
#8FAA9C
(143,170,156)
#9DB4A8
(157,180,168)
#ABBEB4
(171,190,180)
#B9C8C0
(185,200,192)
#C7D2CC
(199,210,204)
#D5DCD8
(213,220,216)
#E3E6E4
(227,230,228)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658C78; }

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

This text font color is #658C78.


Background Color

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

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

This div background color is #658C78.


Border color

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

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

This div border color is #658C78.


Opacity

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

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

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

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

This text has shadow with #658C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658C78 on black background.


Color preview on white background

This text has color #658C78 on white background.



Black color preview on #658C78 background

This text has black color on #658C78 background.


White color preview on #658C78 background

This text has white color on #658C78 background.