COLOR #458B55

HEX: #458B55
RGB: (69,139,85)

Color info

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

RGB color model

#458B55 color RGB value is (69,139,85).

  • red value is 69;
  • green value is 139;
  • blue value is 85.
RGB:
(69,139,85)
(27%,55%,33%)

RGB channels and saturation

R 69 of 255 = 27%
G 139 of 255 = 55%
B 85 of 255 = 33%

69
139
85

R + G + B ~ 38%. #458B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 139 + 85 = 293 (100%)
R 69 of 293 ~ 23.55%
G 139 of 293 ~ 47.44%
B 85 of 293 ~ 29.01%

%23.55
%47.44
%29.01

CMYK color model

#458B55 color CMYK value is (50,0,39,45).

  • cyan value is 50.36%
  • magenta value is 0.00%
  • yellow value is 38.85%
  • key color value is 45.49%
CMYK:
(50,0,39,45)
C50M0Y39K45 
(50%,0%,39%,45%)
(0.50/0.00/0.39/0.45)	

CMYK percentages

%50.36
%0
%38.85
%45.49

Codes

Color #458B55 in popluar color models

458B55
RGB6913985
HSL134°33.65%40.78%
HSB/HSV134°50.36%54.51%
CMYK50.36%0.00%38.85%
45.49%

Color #458B55 in popluar number systems.

HEX458B55
Decimal6913985
Binary1000101100010111010101
Octal105213125

Shades and tints

Shades of #458B55

#458B55
(69,139,85)
#3F7F4E
(63,127,78)
#397347
(57,115,71)
#336740
(51,103,64)
#2D5B39
(45,91,57)
#274F32
(39,79,50)
#21432B
(33,67,43)
#1B3724
(27,55,36)
#152B1D
(21,43,29)
#0F1F16
(15,31,22)
#09130F
(9,19,15)
#000000
(0,0,0)

Tints of #458B55

#458B55
(69,139,85)
#559564
(85,149,100)
#659F73
(101,159,115)
#75A982
(117,169,130)
#85B391
(133,179,145)
#95BDA0
(149,189,160)
#A5C7AF
(165,199,175)
#B5D1BE
(181,209,190)
#C5DBCD
(197,219,205)
#D5E5DC
(213,229,220)
#E5EFEB
(229,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #458B55 color. Also use rgb(69,139,85) instead hex code.

Text Font Color

.myTextColor { color: #458B55; }

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

This text font color is #458B55.


Background Color

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

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

This div background color is #458B55.


Border color

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

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

This div border color is #458B55.


Opacity

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

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

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

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

This text has shadow with #458B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #458B55 on black background.


Color preview on white background

This text has color #458B55 on white background.



Black color preview on #458B55 background

This text has black color on #458B55 background.


White color preview on #458B55 background

This text has white color on #458B55 background.