COLOR #65A587

HEX: #65A587 RGB: (101,165,135)

Color info

#65A587 contains mainly green and blue colors. Web safe color of #65A587 is #669999 (or #699).

RGB color model

#65A587 color RGB value is (101,165,135).

RGB: (101,165,135) (40%, 65%, 53%)

RGB channels and saturation

R 101 of 255 = 40%
G 165 of 255 = 65%
B 135 of 255 = 53%

101
165
135

R + G + B ~ 53%. #65A587 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 101 + 165 + 135 = 401 (100%)
R 101 of 401 ~ 25.19%
G 165 of 401 ~ 41.15%
B 135 of 401 ~ 33.67'%

%25.19
%41.15
%33.67

CMYK color model

#65A587 color CMYK value is (39,0,18,35).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 35.29%
CMYK: (39,0,18,35) C39M0Y18K35 (39%,0%,18%,35%) (0.39/0.00/0.18/0.35) 

CMYK percentages

%38.79
%0
%18.18
%35.29

Codes

Color #65A587 in popluar color models

65 A5 87
RGB 101 165 135
HSL 152° 26.23% 52.16%
HSB/HSV 152° 38.79% 64.71%
CMYK 38.79% 0.00% 18.18%
35.29%

Color #65A587 in popluar number systems.

HEX 65 A5 87
Decimal 101 165 135
Binary 1100101 10100101 10000111
Octal 145 245 207

Shades and tints

Shades of #65A587

#65A587
(101,165,135)
#5C967B
(92,150,123)
#53876F
(83,135,111)
#4A7863
(74,120,99)
#416957
(65,105,87)
#385A4B
(56,90,75)
#2F4B3F
(47,75,63)
#263C33
(38,60,51)
#1D2D27
(29,45,39)
#141E1B
(20,30,27)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #65A587

#65A587
(101,165,135)
#73AD91
(115,173,145)
#81B59B
(129,181,155)
#8FBDA5
(143,189,165)
#9DC5AF
(157,197,175)
#ABCDB9
(171,205,185)
#B9D5C3
(185,213,195)
#C7DDCD
(199,221,205)
#D5E5D7
(213,229,215)
#E3EDE1
(227,237,225)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65A587 color. Also use rgb(101,165,135) instead hex code.

Text Font Color

.myTextColor { color: #65A587; }

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

This text font color is #65A587.

Background Color

.myBgColor { background-color: #65A587; }

<div style="background-color:#65A587">Inner text</div>

This div background color is #65A587.

Border color

.myBorderColor { border: 1px solid #65A587; }

<div style="border:3px solid #65A587">Div</div>

This div border color is #65A587.

Opacity

.myOpacity80 { color: #65A587; opacity: 0.8; }

<p style="color:#65A587;opacity:0.8;">80%</p>

Text with #65A587 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 #65A587;}

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

This text has shadow with #65A587 color.


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

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

This text has shadow with #65A587 primary color and red secondary color.


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

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

This text has shadow with #65A587 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #65A587.

Preview

Color preview on black background

This text has color #65A587 on black background.


Color preview on white background

This text has color #65A587 on white background.


Black color preview on #65A587 background

This text has black color on #65A587 background.


White color preview on #65A587 background

This text has white color on #65A587 background.


Related colors

Complementary color

Complementary color for #hex is #9A5A78.


I love getcolorcode.com

Triadic colors

1 #8765A5 and #A58765 with #65A587 are triadic colors.

2 #87A565 and #A56587 with #65A587 are triadic colors.