COLOR #146636

HEX: #146636
RGB: (20,102,54)

Color info

#146636 contains mainly green and blue colors. Web safe color of #146636 is #006633 (or #063).

RGB color model

#146636 color RGB value is (20,102,54).

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

RGB channels and saturation

R 20 of 255 = 8%
G 102 of 255 = 40%
B 54 of 255 = 21%

20
102
54

R + G + B ~ 23%. #146636 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 102 + 54 = 176 (100%)
R 20 of 176 ~ 11.36%
G 102 of 176 ~ 57.95%
B 54 of 176 ~ 30.68%

%11.36
%57.95
%30.68

CMYK color model

#146636 color CMYK value is (80,0,47,60).

  • cyan value is 80.39%
  • magenta value is 0.00%
  • yellow value is 47.06%
  • key color value is 60.00%
CMYK:
(80,0,47,60)
C80M0Y47K60 
(80%,0%,47%,60%)
(0.80/0.00/0.47/0.60)	

CMYK percentages

%80.39
%0
%47.06
%60

Codes

Color #146636 in popluar color models

146636
RGB2010254
HSL145°67.21%23.92%
HSB/HSV145°80.39%40.00%
CMYK80.39%0.00%47.06%
60.00%

Color #146636 in popluar number systems.

HEX146636
Decimal2010254
Binary101001100110110110
Octal2414666

Shades and tints

Shades of #146636

#146636
(20,102,54)
#135D32
(19,93,50)
#12542E
(18,84,46)
#114B2A
(17,75,42)
#104226
(16,66,38)
#0F3922
(15,57,34)
#0E301E
(14,48,30)
#0D271A
(13,39,26)
#0C1E16
(12,30,22)
#0B1512
(11,21,18)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #146636

#146636
(20,102,54)
#297348
(41,115,72)
#3E805A
(62,128,90)
#538D6C
(83,141,108)
#689A7E
(104,154,126)
#7DA790
(125,167,144)
#92B4A2
(146,180,162)
#A7C1B4
(167,193,180)
#BCCEC6
(188,206,198)
#D1DBD8
(209,219,216)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #146636; }

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

This text font color is #146636.


Background Color

.myBgColor { background-color: #146636; }

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

This div background color is #146636.


Border color

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

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

This div border color is #146636.


Opacity

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

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

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

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

This text has shadow with #146636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146636 on black background.


Color preview on white background

This text has color #146636 on white background.



Black color preview on #146636 background

This text has black color on #146636 background.


White color preview on #146636 background

This text has white color on #146636 background.