COLOR #659063

HEX: #659063
RGB: (101,144,99)

Color info

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

RGB color model

#659063 color RGB value is (101,144,99).

  • red value is 101;
  • green value is 144;
  • blue value is 99.
RGB:
(101,144,99)
(40%,56%,39%)

RGB channels and saturation

R 101 of 255 = 40%
G 144 of 255 = 56%
B 99 of 255 = 39%

101
144
99

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

Portions of RGB colors in percentages

R + G + B =
101 + 144 + 99 = 344 (100%)
R 101 of 344 ~ 29.36%
G 144 of 344 ~ 41.86%
B 99 of 344 ~ 28.78%

%29.36
%41.86
%28.78

CMYK color model

#659063 color CMYK value is (30,0,31,44).

  • cyan value is 29.86%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 43.53%
CMYK:
(30,0,31,44)
C30M0Y31K44 
(30%,0%,31%,44%)
(0.30/0.00/0.31/0.44)	

CMYK percentages

%29.86
%0
%31.25
%43.53

Codes

Color #659063 in popluar color models

659063
RGB10114499
HSL117°18.52%47.65%
HSB/HSV117°31.25%56.47%
CMYK29.86%0.00%31.25%
43.53%

Color #659063 in popluar number systems.

HEX659063
Decimal10114499
Binary1100101100100001100011
Octal145220143

Shades and tints

Shades of #659063

#659063
(101,144,99)
#5C835A
(92,131,90)
#537651
(83,118,81)
#4A6948
(74,105,72)
#415C3F
(65,92,63)
#384F36
(56,79,54)
#2F422D
(47,66,45)
#263524
(38,53,36)
#1D281B
(29,40,27)
#141B12
(20,27,18)
#0B0E09
(11,14,9)
#000000
(0,0,0)

Tints of #659063

#659063
(101,144,99)
#739A71
(115,154,113)
#81A47F
(129,164,127)
#8FAE8D
(143,174,141)
#9DB89B
(157,184,155)
#ABC2A9
(171,194,169)
#B9CCB7
(185,204,183)
#C7D6C5
(199,214,197)
#D5E0D3
(213,224,211)
#E3EAE1
(227,234,225)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659063 color. Also use rgb(101,144,99) instead hex code.

Text Font Color

.myTextColor { color: #659063; }

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

This text font color is #659063.


Background Color

.myBgColor { background-color: #659063; }

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

This div background color is #659063.


Border color

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

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

This div border color is #659063.


Opacity

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

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

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

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

This text has shadow with #659063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659063 on black background.


Color preview on white background

This text has color #659063 on white background.



Black color preview on #659063 background

This text has black color on #659063 background.


White color preview on #659063 background

This text has white color on #659063 background.