COLOR #659379

HEX: #659379
RGB: (101,147,121)

Color info

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

RGB color model

#659379 color RGB value is (101,147,121).

  • red value is 101;
  • green value is 147;
  • blue value is 121.
RGB: (101,147,121) (40%,58%,47%)

RGB channels and saturation

R 101 of 255 = 40%
G 147 of 255 = 58%
B 121 of 255 = 47%

101
147
121

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

Portions of RGB colors in percentages

R + G + B =
101 + 147 + 121 = 369 (100%)
R 101 of 369 ~ 27.37%
G 147 of 369 ~ 39.84%
B 121 of 369 ~ 32.79%

%27.37
%39.84
%32.79

CMYK color model

#659379 color CMYK value is (31,0,18,42).

  • cyan value is 31.29%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 42.35%
CMYK: (31,0,18,42) C31M0Y18K42 (31%,0%,18%,42%) (0.31/0.00/0.18/0.42)

CMYK percentages

%31.29
%0
%17.69
%42.35

Codes

Color #659379 in popluar color models

659379
RGB101147121
HSL146°18.55%48.63%
HSB/HSV146°31.29%57.65%
CMYK31.29%0.00%17.69%
42.35%

Color #659379 in popluar number systems.

HEX659379
Decimal101147121
Binary1100101100100111111001
Octal145223171

Shades and tints

Shades of #659379

#659379
(101,147,121)
#5C866E
(92,134,110)
#537963
(83,121,99)
#4A6C58
(74,108,88)
#415F4D
(65,95,77)
#385242
(56,82,66)
#2F4537
(47,69,55)
#26382C
(38,56,44)
#1D2B21
(29,43,33)
#141E16
(20,30,22)
#0B110B
(11,17,11)
#000000
(0,0,0)

Tints of #659379

#659379
(101,147,121)
#739C85
(115,156,133)
#81A591
(129,165,145)
#8FAE9D
(143,174,157)
#9DB7A9
(157,183,169)
#ABC0B5
(171,192,181)
#B9C9C1
(185,201,193)
#C7D2CD
(199,210,205)
#D5DBD9
(213,219,217)
#E3E4E5
(227,228,229)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659379 color. Also use rgb(101,147,121) instead hex code.

Text Font Color

.myTextColor { color: #659379; }

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

This text font color is #659379.


Background Color

.myBgColor { background-color: #659379; }

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

This div background color is #659379.


Border color

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

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

This div border color is #659379.


Opacity

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

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

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

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

This text has shadow with #659379 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #659379 on black background.


Color preview on white background

This text has color #659379 on white background.



Black color preview on #659379 background

This text has black color on #659379 background.


White color preview on #659379 background

This text has white color on #659379 background.