COLOR #146F81

HEX: #146F81
RGB: (20,111,129)

Color info

#146F81 contains mainly green and blue colors. Web safe color of #146F81 is #006699 (or #069).

RGB color model

#146F81 color RGB value is (20,111,129).

  • red value is 20;
  • green value is 111;
  • blue value is 129.
RGB:
(20,111,129)
(8%,44%,51%)

RGB channels and saturation

R 20 of 255 = 8%
G 111 of 255 = 44%
B 129 of 255 = 51%

20
111
129

R + G + B ~ 34%. #146F81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 111 + 129 = 260 (100%)
R 20 of 260 ~ 7.69%
G 111 of 260 ~ 42.69%
B 129 of 260 ~ 49.62%

%42.69
%49.62

CMYK color model

#146F81 color CMYK value is (84,14,0,49).

  • cyan value is 84.50%
  • magenta value is 13.95%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(84,14,0,49)
C84M14Y0K49 
(84%,14%,0%,49%)
(0.84/0.14/0.00/0.49)	

CMYK percentages

%84.5
%13.95
%0
%49.41

Codes

Color #146F81 in popluar color models

146F81
RGB20111129
HSL190°73.15%29.22%
HSB/HSV190°84.50%50.59%
CMYK84.50%13.95%0.00%
49.41%

Color #146F81 in popluar number systems.

HEX146F81
Decimal20111129
Binary10100110111110000001
Octal24157201

Shades and tints

Shades of #146F81

#146F81
(20,111,129)
#136576
(19,101,118)
#125B6B
(18,91,107)
#115160
(17,81,96)
#104755
(16,71,85)
#0F3D4A
(15,61,74)
#0E333F
(14,51,63)
#0D2934
(13,41,52)
#0C1F29
(12,31,41)
#0B151E
(11,21,30)
#0A0B13
(10,11,19)
#000000
(0,0,0)

Tints of #146F81

#146F81
(20,111,129)
#297C8C
(41,124,140)
#3E8997
(62,137,151)
#5396A2
(83,150,162)
#68A3AD
(104,163,173)
#7DB0B8
(125,176,184)
#92BDC3
(146,189,195)
#A7CACE
(167,202,206)
#BCD7D9
(188,215,217)
#D1E4E4
(209,228,228)
#E6F1EF
(230,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146F81 color. Also use rgb(20,111,129) instead hex code.

Text Font Color

.myTextColor { color: #146F81; }

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

This text font color is #146F81.


Background Color

.myBgColor { background-color: #146F81; }

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

This div background color is #146F81.


Border color

.myBorderColor { border: 1px solid #146F81; }

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

This div border color is #146F81.


Opacity

.myOpacity80 { color: #146F81; opacity: 0.8; }

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

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

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

This text has shadow with #146F81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146F81 on black background.


Color preview on white background

This text has color #146F81 on white background.



Black color preview on #146F81 background

This text has black color on #146F81 background.


White color preview on #146F81 background

This text has white color on #146F81 background.