COLOR #459969

HEX: #459969
RGB: (69,153,105)

Color info

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

RGB color model

#459969 color RGB value is (69,153,105).

  • red value is 69;
  • green value is 153;
  • blue value is 105.
RGB:
(69,153,105)
(27%,60%,41%)

RGB channels and saturation

R 69 of 255 = 27%
G 153 of 255 = 60%
B 105 of 255 = 41%

69
153
105

R + G + B ~ 43%. #459969 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
69 + 153 + 105 = 327 (100%)
R 69 of 327 ~ 21.1%
G 153 of 327 ~ 46.79%
B 105 of 327 ~ 32.11%

%21.1
%46.79
%32.11

CMYK color model

#459969 color CMYK value is (55,0,31,40).

  • cyan value is 54.90%
  • magenta value is 0.00%
  • yellow value is 31.37%
  • key color value is 40.00%
CMYK:
(55,0,31,40)
C55M0Y31K40 
(55%,0%,31%,40%)
(0.55/0.00/0.31/0.40)	

CMYK percentages

%54.9
%0
%31.37
%40

Codes

Color #459969 in popluar color models

459969
RGB69153105
HSL146°37.84%43.53%
HSB/HSV146°54.90%60.00%
CMYK54.90%0.00%31.37%
40.00%

Color #459969 in popluar number systems.

HEX459969
Decimal69153105
Binary1000101100110011101001
Octal105231151

Shades and tints

Shades of #459969

#459969
(69,153,105)
#3F8C60
(63,140,96)
#397F57
(57,127,87)
#33724E
(51,114,78)
#2D6545
(45,101,69)
#27583C
(39,88,60)
#214B33
(33,75,51)
#1B3E2A
(27,62,42)
#153121
(21,49,33)
#0F2418
(15,36,24)
#09170F
(9,23,15)
#000000
(0,0,0)

Tints of #459969

#459969
(69,153,105)
#55A276
(85,162,118)
#65AB83
(101,171,131)
#75B490
(117,180,144)
#85BD9D
(133,189,157)
#95C6AA
(149,198,170)
#A5CFB7
(165,207,183)
#B5D8C4
(181,216,196)
#C5E1D1
(197,225,209)
#D5EADE
(213,234,222)
#E5F3EB
(229,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #459969 color. Also use rgb(69,153,105) instead hex code.

Text Font Color

.myTextColor { color: #459969; }

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

This text font color is #459969.


Background Color

.myBgColor { background-color: #459969; }

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

This div background color is #459969.


Border color

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

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

This div border color is #459969.


Opacity

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

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

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

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

This text has shadow with #459969 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #459969 on black background.


Color preview on white background

This text has color #459969 on white background.



Black color preview on #459969 background

This text has black color on #459969 background.


White color preview on #459969 background

This text has white color on #459969 background.