COLOR #659268

HEX: #659268
RGB: (101,146,104)

Color info

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

RGB color model

#659268 color RGB value is (101,146,104).

  • red value is 101;
  • green value is 146;
  • blue value is 104.
RGB:
(101,146,104)
(40%,57%,41%)

RGB channels and saturation

R 101 of 255 = 40%
G 146 of 255 = 57%
B 104 of 255 = 41%

101
146
104

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

Portions of RGB colors in percentages

R + G + B =
101 + 146 + 104 = 351 (100%)
R 101 of 351 ~ 28.77%
G 146 of 351 ~ 41.6%
B 104 of 351 ~ 29.63%

%28.77
%41.6
%29.63

CMYK color model

#659268 color CMYK value is (31,0,29,43).

  • cyan value is 30.82%
  • magenta value is 0.00%
  • yellow value is 28.77%
  • key color value is 42.75%
CMYK:
(31,0,29,43)
C31M0Y29K43 
(31%,0%,29%,43%)
(0.31/0.00/0.29/0.43)	

CMYK percentages

%30.82
%0
%28.77
%42.75

Codes

Color #659268 in popluar color models

659268
RGB101146104
HSL124°18.22%48.43%
HSB/HSV124°30.82%57.25%
CMYK30.82%0.00%28.77%
42.75%

Color #659268 in popluar number systems.

HEX659268
Decimal101146104
Binary1100101100100101101000
Octal145222150

Shades and tints

Shades of #659268

#659268
(101,146,104)
#5C855F
(92,133,95)
#537856
(83,120,86)
#4A6B4D
(74,107,77)
#415E44
(65,94,68)
#38513B
(56,81,59)
#2F4432
(47,68,50)
#263729
(38,55,41)
#1D2A20
(29,42,32)
#141D17
(20,29,23)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #659268

#659268
(101,146,104)
#739B75
(115,155,117)
#81A482
(129,164,130)
#8FAD8F
(143,173,143)
#9DB69C
(157,182,156)
#ABBFA9
(171,191,169)
#B9C8B6
(185,200,182)
#C7D1C3
(199,209,195)
#D5DAD0
(213,218,208)
#E3E3DD
(227,227,221)
#F1ECEA
(241,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659268 color. Also use rgb(101,146,104) instead hex code.

Text Font Color

.myTextColor { color: #659268; }

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

This text font color is #659268.


Background Color

.myBgColor { background-color: #659268; }

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

This div background color is #659268.


Border color

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

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

This div border color is #659268.


Opacity

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

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

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

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

This text has shadow with #659268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659268 on black background.


Color preview on white background

This text has color #659268 on white background.



Black color preview on #659268 background

This text has black color on #659268 background.


White color preview on #659268 background

This text has white color on #659268 background.