COLOR #659566

HEX: #659566
RGB: (101,149,102)

Color info

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

RGB color model

#659566 color RGB value is (101,149,102).

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

RGB channels and saturation

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

101
149
102

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

Portions of RGB colors in percentages

R + G + B =
101 + 149 + 102 = 352 (100%)
R 101 of 352 ~ 28.69%
G 149 of 352 ~ 42.33%
B 102 of 352 ~ 28.98%

%28.69
%42.33
%28.98

CMYK color model

#659566 color CMYK value is (32,0,32,42).

  • cyan value is 32.21%
  • magenta value is 0.00%
  • yellow value is 31.54%
  • key color value is 41.57%
CMYK:
(32,0,32,42)
C32M0Y32K42 
(32%,0%,32%,42%)
(0.32/0.00/0.32/0.42)	

CMYK percentages

%32.21
%0
%31.54
%41.57

Codes

Color #659566 in popluar color models

659566
RGB101149102
HSL121°19.20%49.02%
HSB/HSV121°32.21%58.43%
CMYK32.21%0.00%31.54%
41.57%

Color #659566 in popluar number systems.

HEX659566
Decimal101149102
Binary1100101100101011100110
Octal145225146

Shades and tints

Shades of #659566

#659566
(101,149,102)
#5C885D
(92,136,93)
#537B54
(83,123,84)
#4A6E4B
(74,110,75)
#416142
(65,97,66)
#385439
(56,84,57)
#2F4730
(47,71,48)
#263A27
(38,58,39)
#1D2D1E
(29,45,30)
#142015
(20,32,21)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #659566

#659566
(101,149,102)
#739E73
(115,158,115)
#81A780
(129,167,128)
#8FB08D
(143,176,141)
#9DB99A
(157,185,154)
#ABC2A7
(171,194,167)
#B9CBB4
(185,203,180)
#C7D4C1
(199,212,193)
#D5DDCE
(213,221,206)
#E3E6DB
(227,230,219)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #659566; }

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

This text font color is #659566.


Background Color

.myBgColor { background-color: #659566; }

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

This div background color is #659566.


Border color

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

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

This div border color is #659566.


Opacity

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

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

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

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

This text has shadow with #659566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659566 on black background.


Color preview on white background

This text has color #659566 on white background.



Black color preview on #659566 background

This text has black color on #659566 background.


White color preview on #659566 background

This text has white color on #659566 background.