COLOR #659159

HEX: #659159
RGB: (101,145,89)

Color info

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

RGB color model

#659159 color RGB value is (101,145,89).

  • red value is 101;
  • green value is 145;
  • blue value is 89.
RGB:
(101,145,89)
(40%,57%,35%)

RGB channels and saturation

R 101 of 255 = 40%
G 145 of 255 = 57%
B 89 of 255 = 35%

101
145
89

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

Portions of RGB colors in percentages

R + G + B =
101 + 145 + 89 = 335 (100%)
R 101 of 335 ~ 30.15%
G 145 of 335 ~ 43.28%
B 89 of 335 ~ 26.57%

%30.15
%43.28
%26.57

CMYK color model

#659159 color CMYK value is (30,0,39,43).

  • cyan value is 30.34%
  • magenta value is 0.00%
  • yellow value is 38.62%
  • key color value is 43.14%
CMYK:
(30,0,39,43)
C30M0Y39K43 
(30%,0%,39%,43%)
(0.30/0.00/0.39/0.43)	

CMYK percentages

%30.34
%0
%38.62
%43.14

Codes

Color #659159 in popluar color models

659159
RGB10114589
HSL107°23.93%45.88%
HSB/HSV107°38.62%56.86%
CMYK30.34%0.00%38.62%
43.14%

Color #659159 in popluar number systems.

HEX659159
Decimal10114589
Binary1100101100100011011001
Octal145221131

Shades and tints

Shades of #659159

#659159
(101,145,89)
#5C8451
(92,132,81)
#537749
(83,119,73)
#4A6A41
(74,106,65)
#415D39
(65,93,57)
#385031
(56,80,49)
#2F4329
(47,67,41)
#263621
(38,54,33)
#1D2919
(29,41,25)
#141C11
(20,28,17)
#0B0F09
(11,15,9)
#000000
(0,0,0)

Tints of #659159

#659159
(101,145,89)
#739B68
(115,155,104)
#81A577
(129,165,119)
#8FAF86
(143,175,134)
#9DB995
(157,185,149)
#ABC3A4
(171,195,164)
#B9CDB3
(185,205,179)
#C7D7C2
(199,215,194)
#D5E1D1
(213,225,209)
#E3EBE0
(227,235,224)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659159 color. Also use rgb(101,145,89) instead hex code.

Text Font Color

.myTextColor { color: #659159; }

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

This text font color is #659159.


Background Color

.myBgColor { background-color: #659159; }

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

This div background color is #659159.


Border color

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

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

This div border color is #659159.


Opacity

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

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

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

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

This text has shadow with #659159 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659159 on black background.


Color preview on white background

This text has color #659159 on white background.



Black color preview on #659159 background

This text has black color on #659159 background.


White color preview on #659159 background

This text has white color on #659159 background.