COLOR #658E51

HEX: #658E51 RGB: (101,142,81)

Color info

#658E51 contains mainly red and green colors. Web safe color of #658E51 is #669966 (or #696).

RGB color model

#658E51 color RGB value is (101,142,81).

RGB: (101,142,81) (40%, 56%, 32%)

RGB channels and saturation

R 101 of 255 = 40%
G 142 of 255 = 56%
B 81 of 255 = 32%

101
142
81

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

Portions of RGB colors in percentages

R + G + B = 101 + 142 + 81 = 324 (100%)
R 101 of 324 ~ 31.17%
G 142 of 324 ~ 43.83%
B 81 of 324 ~ 25'%

%31.17
%43.83
%25

CMYK color model

#658E51 color CMYK value is (29,0,43,44).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 42.96%
  • key color value is 44.31%
CMYK: (29,0,43,44) C29M0Y43K44 (29%,0%,43%,44%) (0.29/0.00/0.43/0.44) 

CMYK percentages

%28.87
%0
%42.96
%44.31

Codes

Color #658E51 in popluar color models

65 8E 51
RGB 101 142 81
HSL 100° 27.35% 43.73%
HSB/HSV 100° 42.96% 55.69%
CMYK 28.87% 0.00% 42.96%
44.31%

Color #658E51 in popluar number systems.

HEX 65 8E 51
Decimal 101 142 81
Binary 1100101 10001110 1010001
Octal 145 216 121

Shades and tints

Shades of #658E51

#658E51
(101,142,81)
#5C824A
(92,130,74)
#537643
(83,118,67)
#4A6A3C
(74,106,60)
#415E35
(65,94,53)
#38522E
(56,82,46)
#2F4627
(47,70,39)
#263A20
(38,58,32)
#1D2E19
(29,46,25)
#142212
(20,34,18)
#0B160B
(11,22,11)
#000000
(0,0,0)

Tints of #658E51

#658E51
(101,142,81)
#739860
(115,152,96)
#81A26F
(129,162,111)
#8FAC7E
(143,172,126)
#9DB68D
(157,182,141)
#ABC09C
(171,192,156)
#B9CAAB
(185,202,171)
#C7D4BA
(199,212,186)
#D5DEC9
(213,222,201)
#E3E8D8
(227,232,216)
#F1F2E7
(241,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658E51 color. Also use rgb(101,142,81) instead hex code.

Text Font Color

.myTextColor { color: #658E51; }

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

This text font color is #658E51.

Background Color

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

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

This div background color is #658E51.

Border color

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

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

This div border color is #658E51.

Opacity

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

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

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

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

This text has shadow with #658E51 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #658E51.

Preview

Color preview on black background

This text has color #658E51 on black background.


Color preview on white background

This text has color #658E51 on white background.


Black color preview on #658E51 background

This text has black color on #658E51 background.


White color preview on #658E51 background

This text has white color on #658E51 background.


Related colors

Complementary color

Complementary color for #hex is #9A71AE.


I love getcolorcode.com

Triadic colors

1 #51658E and #8E5165 with #658E51 are triadic colors.

2 #518E65 and #8E6551 with #658E51 are triadic colors.