COLOR #658149

HEX: #658149
RGB: (101,129,73)

Color info

#658149 contains red, green and blue colors in about the same proportion. Web safe color of #658149 is #669933 (or #693).

RGB color model

#658149 color RGB value is (101,129,73).

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

RGB channels and saturation

R 101 of 255 = 40%
G 129 of 255 = 51%
B 73 of 255 = 29%

101
129
73

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

Portions of RGB colors in percentages

R + G + B =
101 + 129 + 73 = 303 (100%)
R 101 of 303 ~ 33.33%
G 129 of 303 ~ 42.57%
B 73 of 303 ~ 24.09%

%33.33
%42.57
%24.09

CMYK color model

#658149 color CMYK value is (22,0,43,49).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 49.41%
CMYK:
(22,0,43,49)
C22M0Y43K49 
(22%,0%,43%,49%)
(0.22/0.00/0.43/0.49)	

CMYK percentages

%21.71
%0
%43.41
%49.41

Codes

Color #658149 in popluar color models

658149
RGB10112973
HSL90°27.72%39.61%
HSB/HSV90°43.41%50.59%
CMYK21.71%0.00%43.41%
49.41%

Color #658149 in popluar number systems.

HEX658149
Decimal10112973
Binary1100101100000011001001
Octal145201111

Shades and tints

Shades of #658149

#658149
(101,129,73)
#5C7643
(92,118,67)
#536B3D
(83,107,61)
#4A6037
(74,96,55)
#415531
(65,85,49)
#384A2B
(56,74,43)
#2F3F25
(47,63,37)
#26341F
(38,52,31)
#1D2919
(29,41,25)
#141E13
(20,30,19)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #658149

#658149
(101,129,73)
#738C59
(115,140,89)
#819769
(129,151,105)
#8FA279
(143,162,121)
#9DAD89
(157,173,137)
#ABB899
(171,184,153)
#B9C3A9
(185,195,169)
#C7CEB9
(199,206,185)
#D5D9C9
(213,217,201)
#E3E4D9
(227,228,217)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658149; }

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

This text font color is #658149.


Background Color

.myBgColor { background-color: #658149; }

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

This div background color is #658149.


Border color

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

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

This div border color is #658149.


Opacity

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

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

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

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

This text has shadow with #658149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658149 on black background.


Color preview on white background

This text has color #658149 on white background.



Black color preview on #658149 background

This text has black color on #658149 background.


White color preview on #658149 background

This text has white color on #658149 background.