COLOR #147358

HEX: #147358
RGB: (20,115,88)

Color info

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

RGB color model

#147358 color RGB value is (20,115,88).

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

RGB channels and saturation

R 20 of 255 = 8%
G 115 of 255 = 45%
B 88 of 255 = 35%

20
115
88

R + G + B ~ 29%. #147358 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
20 + 115 + 88 = 223 (100%)
R 20 of 223 ~ 8.97%
G 115 of 223 ~ 51.57%
B 88 of 223 ~ 39.46%

%51.57
%39.46

CMYK color model

#147358 color CMYK value is (83,0,23,55).

  • cyan value is 82.61%
  • magenta value is 0.00%
  • yellow value is 23.48%
  • key color value is 54.90%
CMYK:
(83,0,23,55)
C83M0Y23K55 
(83%,0%,23%,55%)
(0.83/0.00/0.23/0.55)	

CMYK percentages

%82.61
%0
%23.48
%54.9

Codes

Color #147358 in popluar color models

147358
RGB2011588
HSL163°70.37%26.47%
HSB/HSV163°82.61%45.10%
CMYK82.61%0.00%23.48%
54.90%

Color #147358 in popluar number systems.

HEX147358
Decimal2011588
Binary1010011100111011000
Octal24163130

Shades and tints

Shades of #147358

#147358
(20,115,88)
#136950
(19,105,80)
#125F48
(18,95,72)
#115540
(17,85,64)
#104B38
(16,75,56)
#0F4130
(15,65,48)
#0E3728
(14,55,40)
#0D2D20
(13,45,32)
#0C2318
(12,35,24)
#0B1910
(11,25,16)
#0A0F08
(10,15,8)
#000000
(0,0,0)

Tints of #147358

#147358
(20,115,88)
#297F67
(41,127,103)
#3E8B76
(62,139,118)
#539785
(83,151,133)
#68A394
(104,163,148)
#7DAFA3
(125,175,163)
#92BBB2
(146,187,178)
#A7C7C1
(167,199,193)
#BCD3D0
(188,211,208)
#D1DFDF
(209,223,223)
#E6EBEE
(230,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #147358; }

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

This text font color is #147358.


Background Color

.myBgColor { background-color: #147358; }

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

This div background color is #147358.


Border color

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

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

This div border color is #147358.


Opacity

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

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

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

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

This text has shadow with #147358 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #147358 on black background.


Color preview on white background

This text has color #147358 on white background.



Black color preview on #147358 background

This text has black color on #147358 background.


White color preview on #147358 background

This text has white color on #147358 background.