COLOR #458A63

HEX: #458A63
RGB: (69,138,99)

Color info

#458A63 contains mainly green and blue colors. Web safe color of #458A63 is #339966 (or #396).

RGB color model

#458A63 color RGB value is (69,138,99).

  • red value is 69;
  • green value is 138;
  • blue value is 99.
RGB:
(69,138,99)
(27%,54%,39%)

RGB channels and saturation

R 69 of 255 = 27%
G 138 of 255 = 54%
B 99 of 255 = 39%

69
138
99

R + G + B ~ 40%. #458A63 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 138 + 99 = 306 (100%)
R 69 of 306 ~ 22.55%
G 138 of 306 ~ 45.1%
B 99 of 306 ~ 32.35%

%22.55
%45.1
%32.35

CMYK color model

#458A63 color CMYK value is (50,0,28,46).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 28.26%
  • key color value is 45.88%
CMYK:
(50,0,28,46)
C50M0Y28K46 
(50%,0%,28%,46%)
(0.50/0.00/0.28/0.46)	

CMYK percentages

%50
%0
%28.26
%45.88

Codes

Color #458A63 in popluar color models

458A63
RGB6913899
HSL146°33.33%40.59%
HSB/HSV146°50.00%54.12%
CMYK50.00%0.00%28.26%
45.88%

Color #458A63 in popluar number systems.

HEX458A63
Decimal6913899
Binary1000101100010101100011
Octal105212143

Shades and tints

Shades of #458A63

#458A63
(69,138,99)
#3F7E5A
(63,126,90)
#397251
(57,114,81)
#336648
(51,102,72)
#2D5A3F
(45,90,63)
#274E36
(39,78,54)
#21422D
(33,66,45)
#1B3624
(27,54,36)
#152A1B
(21,42,27)
#0F1E12
(15,30,18)
#091209
(9,18,9)
#000000
(0,0,0)

Tints of #458A63

#458A63
(69,138,99)
#559471
(85,148,113)
#659E7F
(101,158,127)
#75A88D
(117,168,141)
#85B29B
(133,178,155)
#95BCA9
(149,188,169)
#A5C6B7
(165,198,183)
#B5D0C5
(181,208,197)
#C5DAD3
(197,218,211)
#D5E4E1
(213,228,225)
#E5EEEF
(229,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #458A63 color. Also use rgb(69,138,99) instead hex code.

Text Font Color

.myTextColor { color: #458A63; }

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

This text font color is #458A63.


Background Color

.myBgColor { background-color: #458A63; }

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

This div background color is #458A63.


Border color

.myBorderColor { border: 1px solid #458A63; }

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

This div border color is #458A63.


Opacity

.myOpacity80 { color: #458A63; opacity: 0.8; }

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

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

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

This text has shadow with #458A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #458A63 on black background.


Color preview on white background

This text has color #458A63 on white background.



Black color preview on #458A63 background

This text has black color on #458A63 background.


White color preview on #458A63 background

This text has white color on #458A63 background.