COLOR #658E49

HEX: #658E49
RGB: (101,142,73)

Color info

#658E49 contains mainly red and green colors. Web safe color of #658E49 is #669933 (or #693).

RGB color model

#658E49 color RGB value is (101,142,73).

  • red value is 101;
  • green value is 142;
  • blue value is 73.
RGB:
(101,142,73)
(40%,56%,29%)

RGB channels and saturation

R 101 of 255 = 40%
G 142 of 255 = 56%
B 73 of 255 = 29%

101
142
73

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

Portions of RGB colors in percentages

R + G + B =
101 + 142 + 73 = 316 (100%)
R 101 of 316 ~ 31.96%
G 142 of 316 ~ 44.94%
B 73 of 316 ~ 23.1%

%31.96
%44.94
%23.1

CMYK color model

#658E49 color CMYK value is (29,0,49,44).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 48.59%
  • key color value is 44.31%
CMYK:
(29,0,49,44)
C29M0Y49K44 
(29%,0%,49%,44%)
(0.29/0.00/0.49/0.44)	

CMYK percentages

%28.87
%0
%48.59
%44.31

Codes

Color #658E49 in popluar color models

658E49
RGB10114273
HSL96°32.09%42.16%
HSB/HSV96°48.59%55.69%
CMYK28.87%0.00%48.59%
44.31%

Color #658E49 in popluar number systems.

HEX658E49
Decimal10114273
Binary1100101100011101001001
Octal145216111

Shades and tints

Shades of #658E49

#658E49
(101,142,73)
#5C8243
(92,130,67)
#53763D
(83,118,61)
#4A6A37
(74,106,55)
#415E31
(65,94,49)
#38522B
(56,82,43)
#2F4625
(47,70,37)
#263A1F
(38,58,31)
#1D2E19
(29,46,25)
#142213
(20,34,19)
#0B160D
(11,22,13)
#000000
(0,0,0)

Tints of #658E49

#658E49
(101,142,73)
#739859
(115,152,89)
#81A269
(129,162,105)
#8FAC79
(143,172,121)
#9DB689
(157,182,137)
#ABC099
(171,192,153)
#B9CAA9
(185,202,169)
#C7D4B9
(199,212,185)
#D5DEC9
(213,222,201)
#E3E8D9
(227,232,217)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658E49; }

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

This text font color is #658E49.


Background Color

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

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

This div background color is #658E49.


Border color

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

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

This div border color is #658E49.


Opacity

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

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

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

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

This text has shadow with #658E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658E49 on black background.


Color preview on white background

This text has color #658E49 on white background.



Black color preview on #658E49 background

This text has black color on #658E49 background.


White color preview on #658E49 background

This text has white color on #658E49 background.