COLOR #146741

HEX: #146741
RGB: (20,103,65)

Color info

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

RGB color model

#146741 color RGB value is (20,103,65).

  • red value is 20;
  • green value is 103;
  • blue value is 65.
RGB:
(20,103,65)
(8%,40%,25%)

RGB channels and saturation

R 20 of 255 = 8%
G 103 of 255 = 40%
B 65 of 255 = 25%

20
103
65

R + G + B ~ 24%. #146741 is dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 103 + 65 = 188 (100%)
R 20 of 188 ~ 10.64%
G 103 of 188 ~ 54.79%
B 65 of 188 ~ 34.57%

%10.64
%54.79
%34.57

CMYK color model

#146741 color CMYK value is (81,0,37,60).

  • cyan value is 80.58%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 59.61%
CMYK:
(81,0,37,60)
C81M0Y37K60 
(81%,0%,37%,60%)
(0.81/0.00/0.37/0.60)	

CMYK percentages

%80.58
%0
%36.89
%59.61

Codes

Color #146741 in popluar color models

146741
RGB2010365
HSL153°67.48%24.12%
HSB/HSV153°80.58%40.39%
CMYK80.58%0.00%36.89%
59.61%

Color #146741 in popluar number systems.

HEX146741
Decimal2010365
Binary1010011001111000001
Octal24147101

Shades and tints

Shades of #146741

#146741
(20,103,65)
#135E3C
(19,94,60)
#125537
(18,85,55)
#114C32
(17,76,50)
#10432D
(16,67,45)
#0F3A28
(15,58,40)
#0E3123
(14,49,35)
#0D281E
(13,40,30)
#0C1F19
(12,31,25)
#0B1614
(11,22,20)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #146741

#146741
(20,103,65)
#297452
(41,116,82)
#3E8163
(62,129,99)
#538E74
(83,142,116)
#689B85
(104,155,133)
#7DA896
(125,168,150)
#92B5A7
(146,181,167)
#A7C2B8
(167,194,184)
#BCCFC9
(188,207,201)
#D1DCDA
(209,220,218)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146741 color. Also use rgb(20,103,65) instead hex code.

Text Font Color

.myTextColor { color: #146741; }

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

This text font color is #146741.


Background Color

.myBgColor { background-color: #146741; }

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

This div background color is #146741.


Border color

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

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

This div border color is #146741.


Opacity

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

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

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

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

This text has shadow with #146741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146741 on black background.


Color preview on white background

This text has color #146741 on white background.



Black color preview on #146741 background

This text has black color on #146741 background.


White color preview on #146741 background

This text has white color on #146741 background.