COLOR #659641

HEX: #659641
RGB: (101,150,65)

Color info

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

RGB color model

#659641 color RGB value is (101,150,65).

  • red value is 101;
  • green value is 150;
  • blue value is 65.
RGB:
(101,150,65)
(40%,59%,25%)

RGB channels and saturation

R 101 of 255 = 40%
G 150 of 255 = 59%
B 65 of 255 = 25%

101
150
65

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

Portions of RGB colors in percentages

R + G + B =
101 + 150 + 65 = 316 (100%)
R 101 of 316 ~ 31.96%
G 150 of 316 ~ 47.47%
B 65 of 316 ~ 20.57%

%31.96
%47.47
%20.57

CMYK color model

#659641 color CMYK value is (33,0,57,41).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 56.67%
  • key color value is 41.18%
CMYK:
(33,0,57,41)
C33M0Y57K41 
(33%,0%,57%,41%)
(0.33/0.00/0.57/0.41)	

CMYK percentages

%32.67
%0
%56.67
%41.18

Codes

Color #659641 in popluar color models

659641
RGB10115065
HSL95°39.53%42.16%
HSB/HSV95°56.67%58.82%
CMYK32.67%0.00%56.67%
41.18%

Color #659641 in popluar number systems.

HEX659641
Decimal10115065
Binary1100101100101101000001
Octal145226101

Shades and tints

Shades of #659641

#659641
(101,150,65)
#5C893C
(92,137,60)
#537C37
(83,124,55)
#4A6F32
(74,111,50)
#41622D
(65,98,45)
#385528
(56,85,40)
#2F4823
(47,72,35)
#263B1E
(38,59,30)
#1D2E19
(29,46,25)
#142114
(20,33,20)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #659641

#659641
(101,150,65)
#739F52
(115,159,82)
#81A863
(129,168,99)
#8FB174
(143,177,116)
#9DBA85
(157,186,133)
#ABC396
(171,195,150)
#B9CCA7
(185,204,167)
#C7D5B8
(199,213,184)
#D5DEC9
(213,222,201)
#E3E7DA
(227,231,218)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659641 color. Also use rgb(101,150,65) instead hex code.

Text Font Color

.myTextColor { color: #659641; }

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

This text font color is #659641.


Background Color

.myBgColor { background-color: #659641; }

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

This div background color is #659641.


Border color

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

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

This div border color is #659641.


Opacity

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

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

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

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

This text has shadow with #659641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659641 on black background.


Color preview on white background

This text has color #659641 on white background.



Black color preview on #659641 background

This text has black color on #659641 background.


White color preview on #659641 background

This text has white color on #659641 background.