COLOR #459E49

HEX: #459E49
RGB: (69,158,73)

Color info

#459E49 contains mainly green color. Web safe color of #459E49 is #339933 (or #393).

RGB color model

#459E49 color RGB value is (69,158,73).

  • red value is 69;
  • green value is 158;
  • blue value is 73.
RGB:
(69,158,73)
(27%,62%,29%)

RGB channels and saturation

R 69 of 255 = 27%
G 158 of 255 = 62%
B 73 of 255 = 29%

69
158
73

R + G + B ~ 39%. #459E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 158 + 73 = 300 (100%)
R 69 of 300 ~ 23%
G 158 of 300 ~ 52.67%
B 73 of 300 ~ 24.33%

%23
%52.67
%24.33

CMYK color model

#459E49 color CMYK value is (56,0,54,38).

  • cyan value is 56.33%
  • magenta value is 0.00%
  • yellow value is 53.80%
  • key color value is 38.04%
CMYK:
(56,0,54,38)
C56M0Y54K38 
(56%,0%,54%,38%)
(0.56/0.00/0.54/0.38)	

CMYK percentages

%56.33
%0
%53.8
%38.04

Codes

Color #459E49 in popluar color models

459E49
RGB6915873
HSL123°39.21%44.51%
HSB/HSV123°56.33%61.96%
CMYK56.33%0.00%53.80%
38.04%

Color #459E49 in popluar number systems.

HEX459E49
Decimal6915873
Binary1000101100111101001001
Octal105236111

Shades and tints

Shades of #459E49

#459E49
(69,158,73)
#3F9043
(63,144,67)
#39823D
(57,130,61)
#337437
(51,116,55)
#2D6631
(45,102,49)
#27582B
(39,88,43)
#214A25
(33,74,37)
#1B3C1F
(27,60,31)
#152E19
(21,46,25)
#0F2013
(15,32,19)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #459E49

#459E49
(69,158,73)
#55A659
(85,166,89)
#65AE69
(101,174,105)
#75B679
(117,182,121)
#85BE89
(133,190,137)
#95C699
(149,198,153)
#A5CEA9
(165,206,169)
#B5D6B9
(181,214,185)
#C5DEC9
(197,222,201)
#D5E6D9
(213,230,217)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #459E49 color. Also use rgb(69,158,73) instead hex code.

Text Font Color

.myTextColor { color: #459E49; }

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

This text font color is #459E49.


Background Color

.myBgColor { background-color: #459E49; }

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

This div background color is #459E49.


Border color

.myBorderColor { border: 1px solid #459E49; }

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

This div border color is #459E49.


Opacity

.myOpacity80 { color: #459E49; opacity: 0.8; }

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

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

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

This text has shadow with #459E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #459E49 on black background.


Color preview on white background

This text has color #459E49 on white background.



Black color preview on #459E49 background

This text has black color on #459E49 background.


White color preview on #459E49 background

This text has white color on #459E49 background.