COLOR #146783

HEX: #146783
RGB: (20,103,131)

Color info

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

RGB color model

#146783 color RGB value is (20,103,131).

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

RGB channels and saturation

R 20 of 255 = 8%
G 103 of 255 = 40%
B 131 of 255 = 51%

20
103
131

R + G + B ~ 33%. #146783 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 103 + 131 = 254 (100%)
R 20 of 254 ~ 7.87%
G 103 of 254 ~ 40.55%
B 131 of 254 ~ 51.57%

%40.55
%51.57

CMYK color model

#146783 color CMYK value is (85,21,0,49).

  • cyan value is 84.73%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(85,21,0,49)
C85M21Y0K49 
(85%,21%,0%,49%)
(0.85/0.21/0.00/0.49)	

CMYK percentages

%84.73
%21.37
%0
%48.63

Codes

Color #146783 in popluar color models

146783
RGB20103131
HSL195°73.51%29.61%
HSB/HSV195°84.73%51.37%
CMYK84.73%21.37%0.00%
48.63%

Color #146783 in popluar number systems.

HEX146783
Decimal20103131
Binary10100110011110000011
Octal24147203

Shades and tints

Shades of #146783

#146783
(20,103,131)
#135E78
(19,94,120)
#12556D
(18,85,109)
#114C62
(17,76,98)
#104357
(16,67,87)
#0F3A4C
(15,58,76)
#0E3141
(14,49,65)
#0D2836
(13,40,54)
#0C1F2B
(12,31,43)
#0B1620
(11,22,32)
#0A0D15
(10,13,21)
#000000
(0,0,0)

Tints of #146783

#146783
(20,103,131)
#29748E
(41,116,142)
#3E8199
(62,129,153)
#538EA4
(83,142,164)
#689BAF
(104,155,175)
#7DA8BA
(125,168,186)
#92B5C5
(146,181,197)
#A7C2D0
(167,194,208)
#BCCFDB
(188,207,219)
#D1DCE6
(209,220,230)
#E6E9F1
(230,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #146783; }

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

This text font color is #146783.


Background Color

.myBgColor { background-color: #146783; }

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

This div background color is #146783.


Border color

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

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

This div border color is #146783.


Opacity

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

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

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

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

This text has shadow with #146783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #146783 on black background.


Color preview on white background

This text has color #146783 on white background.



Black color preview on #146783 background

This text has black color on #146783 background.


White color preview on #146783 background

This text has white color on #146783 background.