COLOR #146074

HEX: #146074 RGB: (20,96,116)

Color info

#146074 contains mainly green and blue colors. Web safe color of #146074 is #006666 (or #066).

RGB color model

#146074 color RGB value is (20,96,116).

RGB: (20,96,116) (8%, 38%, 45%)

RGB channels and saturation

R 20 of 255 = 8%
G 96 of 255 = 38%
B 116 of 255 = 45%

20
96
116

R + G + B ~ 30%. #146074 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 96 + 116 = 232 (100%)
R 20 of 232 ~ 8.62%
G 96 of 232 ~ 41.38%
B 116 of 232 ~ 50'%

%41.38
%50

CMYK color model

#146074 color CMYK value is (83,17,0,55).

  • cyan value is 82.76%
  • magenta value is 17.24%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (83,17,0,55)
C83M17Y0K55 (83%, 17%, 0%, 55%)
(0.83 / 0.17 / 0.00 / 0.55)

CMYK percentages

%82.76
%17.24
%0
%54.51

Codes

Color #146074 in popluar color models

14 60 74
RGB 20 96 116
HSL 193° 70.59% 26.67%
HSB/HSV 193° 82.76% 45.49%
CMYK 82.76% 17.24% 0.00%
54.51%

Color #146074 in popluar number systems.

HEX 14 60 74
Decimal 20 96 116
Binary 10100 1100000 1110100
Octal 24 140 164

Shades and tints

Shades of #146074

#146074
(20,96,116)
#13586A
(19,88,106)
#125060
(18,80,96)
#114856
(17,72,86)
#10404C
(16,64,76)
#0F3842
(15,56,66)
#0E3038
(14,48,56)
#0D282E
(13,40,46)
#0C2024
(12,32,36)
#0B181A
(11,24,26)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #146074

#146074
(20,96,116)
#296E80
(41,110,128)
#3E7C8C
(62,124,140)
#538A98
(83,138,152)
#6898A4
(104,152,164)
#7DA6B0
(125,166,176)
#92B4BC
(146,180,188)
#A7C2C8
(167,194,200)
#BCD0D4
(188,208,212)
#D1DEE0
(209,222,224)
#E6ECEC
(230,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #146074 color. Also use rgb(20,96,116) instead hex code.

Text Font Color

.myTextColor { color: #146074; }

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

This text font color is #146074.

Background Color

.myBgColor { background-color: #146074; }

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

This div background color is #146074.

Border color

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

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

This div border color is #146074.

Opacity

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

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

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

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

This text has shadow with #146074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #146074.

Preview

Color preview on black background

This text has color #146074 on black background.


Color preview on white background

This text has color #146074 on white background.


Black color preview on #146074 background

This text has black color on #146074 background.


White color preview on #146074 background

This text has white color on #146074 background.


Related colors

Complementary color

Complementary color for #hex is #EB9F8B.


I love getcolorcode.com

Triadic colors

1 #741460 and #607414 with #146074 are triadic colors.

2 #746014 and #601474 with #146074 are triadic colors.