COLOR #659212

HEX: #659212
RGB: (101,146,18)

Color info

#659212 contains mainly red and green colors. Web safe color of #659212 is #669900 (or #690).

RGB color model

#659212 color RGB value is (101,146,18).

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

RGB channels and saturation

R 101 of 255 = 40%
G 146 of 255 = 57%
B 18 of 255 = 7%

101
146
18

R + G + B ~ 35%. #659212 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
101 + 146 + 18 = 265 (100%)
R 101 of 265 ~ 38.11%
G 146 of 265 ~ 55.09%
B 18 of 265 ~ 6.79%

%38.11
%55.09

CMYK color model

#659212 color CMYK value is (31,0,88,43).

  • cyan value is 30.82%
  • magenta value is 0.00%
  • yellow value is 87.67%
  • key color value is 42.75%
CMYK:
(31,0,88,43)
C31M0Y88K43 
(31%,0%,88%,43%)
(0.31/0.00/0.88/0.43)	

CMYK percentages

%30.82
%0
%87.67
%42.75

Codes

Color #659212 in popluar color models

659212
RGB10114618
HSL81°78.05%32.16%
HSB/HSV81°87.67%57.25%
CMYK30.82%0.00%87.67%
42.75%

Color #659212 in popluar number systems.

HEX659212
Decimal10114618
Binary11001011001001010010
Octal14522222

Shades and tints

Shades of #659212

#659212
(101,146,18)
#5C8511
(92,133,17)
#537810
(83,120,16)
#4A6B0F
(74,107,15)
#415E0E
(65,94,14)
#38510D
(56,81,13)
#2F440C
(47,68,12)
#26370B
(38,55,11)
#1D2A0A
(29,42,10)
#141D09
(20,29,9)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #659212

#659212
(101,146,18)
#739B27
(115,155,39)
#81A43C
(129,164,60)
#8FAD51
(143,173,81)
#9DB666
(157,182,102)
#ABBF7B
(171,191,123)
#B9C890
(185,200,144)
#C7D1A5
(199,209,165)
#D5DABA
(213,218,186)
#E3E3CF
(227,227,207)
#F1ECE4
(241,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #659212; }

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

This text font color is #659212.


Background Color

.myBgColor { background-color: #659212; }

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

This div background color is #659212.


Border color

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

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

This div border color is #659212.


Opacity

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

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

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

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

This text has shadow with #659212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659212 on black background.


Color preview on white background

This text has color #659212 on white background.



Black color preview on #659212 background

This text has black color on #659212 background.


White color preview on #659212 background

This text has white color on #659212 background.