COLOR #658B5A

HEX: #658B5A RGB: (101,139,90)

Color info

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

RGB color model

#658B5A color RGB value is (101,139,90).

RGB: (101,139,90) (40%, 55%, 35%)

RGB channels and saturation

R 101 of 255 = 40%
G 139 of 255 = 55%
B 90 of 255 = 35%

101
139
90

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

Portions of RGB colors in percentages

R + G + B = 101 + 139 + 90 = 330 (100%)
R 101 of 330 ~ 30.61%
G 139 of 330 ~ 42.12%
B 90 of 330 ~ 27.27'%

%30.61
%42.12
%27.27

CMYK color model

#658B5A color CMYK value is (27,0,35,45).

  • cyan value is 27.34%
  • magenta value is 0.00%
  • yellow value is 35.25%
  • key color value is 45.49%
CMYK: (27,0,35,45) C27M0Y35K45 (27%,0%,35%,45%) (0.27/0.00/0.35/0.45) 

CMYK percentages

%27.34
%0
%35.25
%45.49

Codes

Color #658B5A in popluar color models

65 8B 5A
RGB 101 139 90
HSL 107° 21.40% 44.90%
HSB/HSV 107° 35.25% 54.51%
CMYK 27.34% 0.00% 35.25%
45.49%

Color #658B5A in popluar number systems.

HEX 65 8B 5A
Decimal 101 139 90
Binary 1100101 10001011 1011010
Octal 145 213 132

Shades and tints

Shades of #658B5A

#658B5A
(101,139,90)
#5C7F52
(92,127,82)
#53734A
(83,115,74)
#4A6742
(74,103,66)
#415B3A
(65,91,58)
#384F32
(56,79,50)
#2F432A
(47,67,42)
#263722
(38,55,34)
#1D2B1A
(29,43,26)
#141F12
(20,31,18)
#0B130A
(11,19,10)
#000000
(0,0,0)

Tints of #658B5A

#658B5A
(101,139,90)
#739569
(115,149,105)
#819F78
(129,159,120)
#8FA987
(143,169,135)
#9DB396
(157,179,150)
#ABBDA5
(171,189,165)
#B9C7B4
(185,199,180)
#C7D1C3
(199,209,195)
#D5DBD2
(213,219,210)
#E3E5E1
(227,229,225)
#F1EFF0
(241,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658B5A color. Also use rgb(101,139,90) instead hex code.

Text Font Color

.myTextColor { color: #658B5A; }

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

This text font color is #658B5A.

Background Color

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

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

This div background color is #658B5A.

Border color

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

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

This div border color is #658B5A.

Opacity

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

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

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

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

This text has shadow with #658B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #658B5A.

Preview

Color preview on black background

This text has color #658B5A on black background.


Color preview on white background

This text has color #658B5A on white background.


Black color preview on #658B5A background

This text has black color on #658B5A background.


White color preview on #658B5A background

This text has white color on #658B5A background.


Related colors

Complementary color

Complementary color for #hex is #9A74A5.


I love getcolorcode.com

Triadic colors

1 #5A658B and #8B5A65 with #658B5A are triadic colors.

2 #5A8B65 and #8B655A with #658B5A are triadic colors.