COLOR #658D7D

HEX: #658D7D
RGB: (101,141,125)

Color info

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

RGB color model

#658D7D color RGB value is (101,141,125).

  • red value is 101;
  • green value is 141;
  • blue value is 125.
RGB:
(101,141,125)
(40%,55%,49%)

RGB channels and saturation

R 101 of 255 = 40%
G 141 of 255 = 55%
B 125 of 255 = 49%

101
141
125

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

Portions of RGB colors in percentages

R + G + B =
101 + 141 + 125 = 367 (100%)
R 101 of 367 ~ 27.52%
G 141 of 367 ~ 38.42%
B 125 of 367 ~ 34.06%

%27.52
%38.42
%34.06

CMYK color model

#658D7D color CMYK value is (28,0,11,45).

  • cyan value is 28.37%
  • magenta value is 0.00%
  • yellow value is 11.35%
  • key color value is 44.71%
CMYK:
(28,0,11,45)
C28M0Y11K45 
(28%,0%,11%,45%)
(0.28/0.00/0.11/0.45)	

CMYK percentages

%28.37
%0
%11.35
%44.71

Codes

Color #658D7D in popluar color models

658D7D
RGB101141125
HSL156°16.53%47.45%
HSB/HSV156°28.37%55.29%
CMYK28.37%0.00%11.35%
44.71%

Color #658D7D in popluar number systems.

HEX658D7D
Decimal101141125
Binary1100101100011011111101
Octal145215175

Shades and tints

Shades of #658D7D

#658D7D
(101,141,125)
#5C8172
(92,129,114)
#537567
(83,117,103)
#4A695C
(74,105,92)
#415D51
(65,93,81)
#385146
(56,81,70)
#2F453B
(47,69,59)
#263930
(38,57,48)
#1D2D25
(29,45,37)
#14211A
(20,33,26)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #658D7D

#658D7D
(101,141,125)
#739788
(115,151,136)
#81A193
(129,161,147)
#8FAB9E
(143,171,158)
#9DB5A9
(157,181,169)
#ABBFB4
(171,191,180)
#B9C9BF
(185,201,191)
#C7D3CA
(199,211,202)
#D5DDD5
(213,221,213)
#E3E7E0
(227,231,224)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658D7D color. Also use rgb(101,141,125) instead hex code.

Text Font Color

.myTextColor { color: #658D7D; }

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

This text font color is #658D7D.


Background Color

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

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

This div background color is #658D7D.


Border color

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

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

This div border color is #658D7D.


Opacity

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

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

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

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

This text has shadow with #658D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658D7D on black background.


Color preview on white background

This text has color #658D7D on white background.



Black color preview on #658D7D background

This text has black color on #658D7D background.


White color preview on #658D7D background

This text has white color on #658D7D background.