COLOR #147381

HEX: #147381
RGB: (20,115,129)

Color info

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

RGB color model

#147381 color RGB value is (20,115,129).

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

RGB channels and saturation

R 20 of 255 = 8%
G 115 of 255 = 45%
B 129 of 255 = 51%

20
115
129

R + G + B ~ 35%. #147381 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 115 + 129 = 264 (100%)
R 20 of 264 ~ 7.58%
G 115 of 264 ~ 43.56%
B 129 of 264 ~ 48.86%

%43.56
%48.86

CMYK color model

#147381 color CMYK value is (84,11,0,49).

  • cyan value is 84.50%
  • magenta value is 10.85%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(84,11,0,49)
C84M11Y0K49 
(84%,11%,0%,49%)
(0.84/0.11/0.00/0.49)	

CMYK percentages

%84.5
%10.85
%0
%49.41

Codes

Color #147381 in popluar color models

147381
RGB20115129
HSL188°73.15%29.22%
HSB/HSV188°84.50%50.59%
CMYK84.50%10.85%0.00%
49.41%

Color #147381 in popluar number systems.

HEX147381
Decimal20115129
Binary10100111001110000001
Octal24163201

Shades and tints

Shades of #147381

#147381
(20,115,129)
#136976
(19,105,118)
#125F6B
(18,95,107)
#115560
(17,85,96)
#104B55
(16,75,85)
#0F414A
(15,65,74)
#0E373F
(14,55,63)
#0D2D34
(13,45,52)
#0C2329
(12,35,41)
#0B191E
(11,25,30)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #147381

#147381
(20,115,129)
#297F8C
(41,127,140)
#3E8B97
(62,139,151)
#5397A2
(83,151,162)
#68A3AD
(104,163,173)
#7DAFB8
(125,175,184)
#92BBC3
(146,187,195)
#A7C7CE
(167,199,206)
#BCD3D9
(188,211,217)
#D1DFE4
(209,223,228)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #147381; }

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

This text font color is #147381.


Background Color

.myBgColor { background-color: #147381; }

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

This div background color is #147381.


Border color

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

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

This div border color is #147381.


Opacity

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

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

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

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

This text has shadow with #147381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #147381 on black background.


Color preview on white background

This text has color #147381 on white background.



Black color preview on #147381 background

This text has black color on #147381 background.


White color preview on #147381 background

This text has white color on #147381 background.