COLOR #658442

HEX: #658442
RGB: (101,132,66)

Color info

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

RGB color model

#658442 color RGB value is (101,132,66).

  • red value is 101;
  • green value is 132;
  • blue value is 66.
RGB:
(101,132,66)
(40%,52%,26%)

RGB channels and saturation

R 101 of 255 = 40%
G 132 of 255 = 52%
B 66 of 255 = 26%

101
132
66

R + G + B ~ 39%. #658442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 132 + 66 = 299 (100%)
R 101 of 299 ~ 33.78%
G 132 of 299 ~ 44.15%
B 66 of 299 ~ 22.07%

%33.78
%44.15
%22.07

CMYK color model

#658442 color CMYK value is (23,0,50,48).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 48.24%
CMYK:
(23,0,50,48)
C23M0Y50K48 
(23%,0%,50%,48%)
(0.23/0.00/0.50/0.48)	

CMYK percentages

%23.48
%0
%50
%48.24

Codes

Color #658442 in popluar color models

658442
RGB10113266
HSL88°33.33%38.82%
HSB/HSV88°50.00%51.76%
CMYK23.48%0.00%50.00%
48.24%

Color #658442 in popluar number systems.

HEX658442
Decimal10113266
Binary1100101100001001000010
Octal145204102

Shades and tints

Shades of #658442

#658442
(101,132,66)
#5C783C
(92,120,60)
#536C36
(83,108,54)
#4A6030
(74,96,48)
#41542A
(65,84,42)
#384824
(56,72,36)
#2F3C1E
(47,60,30)
#263018
(38,48,24)
#1D2412
(29,36,18)
#14180C
(20,24,12)
#0B0C06
(11,12,6)
#000000
(0,0,0)

Tints of #658442

#658442
(101,132,66)
#738F53
(115,143,83)
#819A64
(129,154,100)
#8FA575
(143,165,117)
#9DB086
(157,176,134)
#ABBB97
(171,187,151)
#B9C6A8
(185,198,168)
#C7D1B9
(199,209,185)
#D5DCCA
(213,220,202)
#E3E7DB
(227,231,219)
#F1F2EC
(241,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658442 color. Also use rgb(101,132,66) instead hex code.

Text Font Color

.myTextColor { color: #658442; }

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

This text font color is #658442.


Background Color

.myBgColor { background-color: #658442; }

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

This div background color is #658442.


Border color

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

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

This div border color is #658442.


Opacity

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

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

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

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

This text has shadow with #658442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658442 on black background.


Color preview on white background

This text has color #658442 on white background.



Black color preview on #658442 background

This text has black color on #658442 background.


White color preview on #658442 background

This text has white color on #658442 background.