COLOR #146627

HEX: #146627
RGB: (20,102,39)

Color info

#146627 contains mainly green color. Web safe color of #146627 is #006633 (or #063).

RGB color model

#146627 color RGB value is (20,102,39).

  • red value is 20;
  • green value is 102;
  • blue value is 39.
RGB:
(20,102,39)
(8%,40%,15%)

RGB channels and saturation

R 20 of 255 = 8%
G 102 of 255 = 40%
B 39 of 255 = 15%

20
102
39

R + G + B ~ 21%. #146627 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 102 + 39 = 161 (100%)
R 20 of 161 ~ 12.42%
G 102 of 161 ~ 63.35%
B 39 of 161 ~ 24.22%

%12.42
%63.35
%24.22

CMYK color model

#146627 color CMYK value is (80,0,62,60).

  • cyan value is 80.39%
  • magenta value is 0.00%
  • yellow value is 61.76%
  • key color value is 60.00%
CMYK:
(80,0,62,60)
C80M0Y62K60 
(80%,0%,62%,60%)
(0.80/0.00/0.62/0.60)	

CMYK percentages

%80.39
%0
%61.76
%60

Codes

Color #146627 in popluar color models

146627
RGB2010239
HSL134°67.21%23.92%
HSB/HSV134°80.39%40.00%
CMYK80.39%0.00%61.76%
60.00%

Color #146627 in popluar number systems.

HEX146627
Decimal2010239
Binary101001100110100111
Octal2414647

Shades and tints

Shades of #146627

#146627
(20,102,39)
#135D24
(19,93,36)
#125421
(18,84,33)
#114B1E
(17,75,30)
#10421B
(16,66,27)
#0F3918
(15,57,24)
#0E3015
(14,48,21)
#0D2712
(13,39,18)
#0C1E0F
(12,30,15)
#0B150C
(11,21,12)
#0A0C09
(10,12,9)
#000000
(0,0,0)

Tints of #146627

#146627
(20,102,39)
#29733A
(41,115,58)
#3E804D
(62,128,77)
#538D60
(83,141,96)
#689A73
(104,154,115)
#7DA786
(125,167,134)
#92B499
(146,180,153)
#A7C1AC
(167,193,172)
#BCCEBF
(188,206,191)
#D1DBD2
(209,219,210)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146627 color. Also use rgb(20,102,39) instead hex code.

Text Font Color

.myTextColor { color: #146627; }

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

This text font color is #146627.


Background Color

.myBgColor { background-color: #146627; }

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

This div background color is #146627.


Border color

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

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

This div border color is #146627.


Opacity

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

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

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

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

This text has shadow with #146627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146627 on black background.


Color preview on white background

This text has color #146627 on white background.



Black color preview on #146627 background

This text has black color on #146627 background.


White color preview on #146627 background

This text has white color on #146627 background.