COLOR #658749

HEX: #658749
RGB: (101,135,73)

Color info

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

RGB color model

#658749 color RGB value is (101,135,73).

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

RGB channels and saturation

R 101 of 255 = 40%
G 135 of 255 = 53%
B 73 of 255 = 29%

101
135
73

R + G + B ~ 41%. #658749 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 135 + 73 = 309 (100%)
R 101 of 309 ~ 32.69%
G 135 of 309 ~ 43.69%
B 73 of 309 ~ 23.62%

%32.69
%43.69
%23.62

CMYK color model

#658749 color CMYK value is (25,0,46,47).

  • cyan value is 25.19%
  • magenta value is 0.00%
  • yellow value is 45.93%
  • key color value is 47.06%
CMYK:
(25,0,46,47)
C25M0Y46K47 
(25%,0%,46%,47%)
(0.25/0.00/0.46/0.47)	

CMYK percentages

%25.19
%0
%45.93
%47.06

Codes

Color #658749 in popluar color models

658749
RGB10113573
HSL93°29.81%40.78%
HSB/HSV93°45.93%52.94%
CMYK25.19%0.00%45.93%
47.06%

Color #658749 in popluar number systems.

HEX658749
Decimal10113573
Binary1100101100001111001001
Octal145207111

Shades and tints

Shades of #658749

#658749
(101,135,73)
#5C7B43
(92,123,67)
#536F3D
(83,111,61)
#4A6337
(74,99,55)
#415731
(65,87,49)
#384B2B
(56,75,43)
#2F3F25
(47,63,37)
#26331F
(38,51,31)
#1D2719
(29,39,25)
#141B13
(20,27,19)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #658749

#658749
(101,135,73)
#739159
(115,145,89)
#819B69
(129,155,105)
#8FA579
(143,165,121)
#9DAF89
(157,175,137)
#ABB999
(171,185,153)
#B9C3A9
(185,195,169)
#C7CDB9
(199,205,185)
#D5D7C9
(213,215,201)
#E3E1D9
(227,225,217)
#F1EBE9
(241,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658749; }

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

This text font color is #658749.


Background Color

.myBgColor { background-color: #658749; }

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

This div background color is #658749.


Border color

.myBorderColor { border: 1px solid #658749; }

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

This div border color is #658749.


Opacity

.myOpacity80 { color: #658749; opacity: 0.8; }

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

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

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

This text has shadow with #658749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658749 on black background.


Color preview on white background

This text has color #658749 on white background.



Black color preview on #658749 background

This text has black color on #658749 background.


White color preview on #658749 background

This text has white color on #658749 background.