COLOR #659366

HEX: #659366
RGB: (101,147,102)

Color info

#659366 contains red, green and blue colors in about the same proportion. Web safe color of #659366 is #669966 (or #696).

RGB color model

#659366 color RGB value is (101,147,102).

  • red value is 101;
  • green value is 147;
  • blue value is 102.
RGB:
(101,147,102)
(40%,58%,40%)

RGB channels and saturation

R 101 of 255 = 40%
G 147 of 255 = 58%
B 102 of 255 = 40%

101
147
102

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

Portions of RGB colors in percentages

R + G + B =
101 + 147 + 102 = 350 (100%)
R 101 of 350 ~ 28.86%
G 147 of 350 ~ 42%
B 102 of 350 ~ 29.14%

%28.86
%42
%29.14

CMYK color model

#659366 color CMYK value is (31,0,31,42).

  • cyan value is 31.29%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 42.35%
CMYK:
(31,0,31,42)
C31M0Y31K42 
(31%,0%,31%,42%)
(0.31/0.00/0.31/0.42)	

CMYK percentages

%31.29
%0
%30.61
%42.35

Codes

Color #659366 in popluar color models

659366
RGB101147102
HSL121°18.55%48.63%
HSB/HSV121°31.29%57.65%
CMYK31.29%0.00%30.61%
42.35%

Color #659366 in popluar number systems.

HEX659366
Decimal101147102
Binary1100101100100111100110
Octal145223146

Shades and tints

Shades of #659366

#659366
(101,147,102)
#5C865D
(92,134,93)
#537954
(83,121,84)
#4A6C4B
(74,108,75)
#415F42
(65,95,66)
#385239
(56,82,57)
#2F4530
(47,69,48)
#263827
(38,56,39)
#1D2B1E
(29,43,30)
#141E15
(20,30,21)
#0B110C
(11,17,12)
#000000
(0,0,0)

Tints of #659366

#659366
(101,147,102)
#739C73
(115,156,115)
#81A580
(129,165,128)
#8FAE8D
(143,174,141)
#9DB79A
(157,183,154)
#ABC0A7
(171,192,167)
#B9C9B4
(185,201,180)
#C7D2C1
(199,210,193)
#D5DBCE
(213,219,206)
#E3E4DB
(227,228,219)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659366 color. Also use rgb(101,147,102) instead hex code.

Text Font Color

.myTextColor { color: #659366; }

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

This text font color is #659366.


Background Color

.myBgColor { background-color: #659366; }

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

This div background color is #659366.


Border color

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

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

This div border color is #659366.


Opacity

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

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

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

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

This text has shadow with #659366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659366 on black background.


Color preview on white background

This text has color #659366 on white background.



Black color preview on #659366 background

This text has black color on #659366 background.


White color preview on #659366 background

This text has white color on #659366 background.