COLOR #2A5659

HEX: #2A5659
RGB: (42,86,89)

Color info

#2A5659 contains red, green and blue colors in about the same proportion. Web safe color of #2A5659 is #336666 (or #366).

RGB color model

#2A5659 color RGB value is (42,86,89).

  • red value is 42;
  • green value is 86;
  • blue value is 89.
RGB:
(42,86,89)
(16%,34%,35%)

RGB channels and saturation

R 42 of 255 = 16%
G 86 of 255 = 34%
B 89 of 255 = 35%

42
86
89

R + G + B ~ 28%. #2A5659 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 86 + 89 = 217 (100%)
R 42 of 217 ~ 19.35%
G 86 of 217 ~ 39.63%
B 89 of 217 ~ 41.01%

%19.35
%39.63
%41.01

CMYK color model

#2A5659 color CMYK value is (53,3,0,65).

  • cyan value is 52.81%
  • magenta value is 3.37%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(53,3,0,65)
C53M3Y0K65 
(53%,3%,0%,65%)
(0.53/0.03/0.00/0.65)	

CMYK percentages

%52.81
%3.37
%0
%65.1

Codes

Color #2A5659 in popluar color models

2A5659
RGB428689
HSL184°35.88%25.69%
HSB/HSV184°52.81%34.90%
CMYK52.81%3.37%0.00%
65.10%

Color #2A5659 in popluar number systems.

HEX2A5659
Decimal428689
Binary10101010101101011001
Octal52126131

Shades and tints

Shades of #2A5659

#2A5659
(42,86,89)
#274F51
(39,79,81)
#244849
(36,72,73)
#214141
(33,65,65)
#1E3A39
(30,58,57)
#1B3331
(27,51,49)
#182C29
(24,44,41)
#152521
(21,37,33)
#121E19
(18,30,25)
#0F1711
(15,23,17)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #2A5659

#2A5659
(42,86,89)
#3D6568
(61,101,104)
#507477
(80,116,119)
#638386
(99,131,134)
#769295
(118,146,149)
#89A1A4
(137,161,164)
#9CB0B3
(156,176,179)
#AFBFC2
(175,191,194)
#C2CED1
(194,206,209)
#D5DDE0
(213,221,224)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A5659 color. Also use rgb(42,86,89) instead hex code.

Text Font Color

.myTextColor { color: #2A5659; }

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

This text font color is #2A5659.


Background Color

.myBgColor { background-color: #2A5659; }

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

This div background color is #2A5659.


Border color

.myBorderColor { border: 1px solid #2A5659; }

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

This div border color is #2A5659.


Opacity

.myOpacity80 { color: #2A5659; opacity: 0.8; }

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

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

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

This text has shadow with #2A5659 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A5659 on black background.


Color preview on white background

This text has color #2A5659 on white background.



Black color preview on #2A5659 background

This text has black color on #2A5659 background.


White color preview on #2A5659 background

This text has white color on #2A5659 background.