COLOR #658237

HEX: #658237
RGB: (101,130,55)

Color info

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

RGB color model

#658237 color RGB value is (101,130,55).

  • red value is 101;
  • green value is 130;
  • blue value is 55.
RGB:
(101,130,55)
(40%,51%,22%)

RGB channels and saturation

R 101 of 255 = 40%
G 130 of 255 = 51%
B 55 of 255 = 22%

101
130
55

R + G + B ~ 38%. #658237 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 130 + 55 = 286 (100%)
R 101 of 286 ~ 35.31%
G 130 of 286 ~ 45.45%
B 55 of 286 ~ 19.23%

%35.31
%45.45
%19.23

CMYK color model

#658237 color CMYK value is (22,0,58,49).

  • cyan value is 22.31%
  • magenta value is 0.00%
  • yellow value is 57.69%
  • key color value is 49.02%
CMYK:
(22,0,58,49)
C22M0Y58K49 
(22%,0%,58%,49%)
(0.22/0.00/0.58/0.49)	

CMYK percentages

%22.31
%0
%57.69
%49.02

Codes

Color #658237 in popluar color models

658237
RGB10113055
HSL83°40.54%36.27%
HSB/HSV83°57.69%50.98%
CMYK22.31%0.00%57.69%
49.02%

Color #658237 in popluar number systems.

HEX658237
Decimal10113055
Binary110010110000010110111
Octal14520267

Shades and tints

Shades of #658237

#658237
(101,130,55)
#5C7732
(92,119,50)
#536C2D
(83,108,45)
#4A6128
(74,97,40)
#415623
(65,86,35)
#384B1E
(56,75,30)
#2F4019
(47,64,25)
#263514
(38,53,20)
#1D2A0F
(29,42,15)
#141F0A
(20,31,10)
#0B1405
(11,20,5)
#000000
(0,0,0)

Tints of #658237

#658237
(101,130,55)
#738D49
(115,141,73)
#81985B
(129,152,91)
#8FA36D
(143,163,109)
#9DAE7F
(157,174,127)
#ABB991
(171,185,145)
#B9C4A3
(185,196,163)
#C7CFB5
(199,207,181)
#D5DAC7
(213,218,199)
#E3E5D9
(227,229,217)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658237 color. Also use rgb(101,130,55) instead hex code.

Text Font Color

.myTextColor { color: #658237; }

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

This text font color is #658237.


Background Color

.myBgColor { background-color: #658237; }

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

This div background color is #658237.


Border color

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

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

This div border color is #658237.


Opacity

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

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

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

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

This text has shadow with #658237 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658237 on black background.


Color preview on white background

This text has color #658237 on white background.



Black color preview on #658237 background

This text has black color on #658237 background.


White color preview on #658237 background

This text has white color on #658237 background.