COLOR #2A4F59

HEX: #2A4F59 RGB: (42,79,89)

Color info

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

RGB color model

#2A4F59 color RGB value is (42,79,89).

RGB: (42,79,89) (16%, 31%, 35%)

RGB channels and saturation

R 42 of 255 = 16%
G 79 of 255 = 31%
B 89 of 255 = 35%

42
79
89

R + G + B ~ 27%. #2A4F59 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 79 + 89 = 210 (100%)
R 42 of 210 ~ 20%
G 79 of 210 ~ 37.62%
B 89 of 210 ~ 42.38'%

%20
%37.62
%42.38

CMYK color model

#2A4F59 color CMYK value is (53,11,0,65).

  • cyan value is 52.81%
  • magenta value is 11.24%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (53,11,0,65)
C53M11Y0K65 (53%, 11%, 0%, 65%)
(0.53 / 0.11 / 0.00 / 0.65)

CMYK percentages

%52.81
%11.24
%0
%65.1

Codes

Color #2A4F59 in popluar color models

2A 4F 59
RGB 42 79 89
HSL 193° 35.88% 25.69%
HSB/HSV 193° 52.81% 34.90%
CMYK 52.81% 11.24% 0.00%
65.10%

Color #2A4F59 in popluar number systems.

HEX 2A 4F 59
Decimal 42 79 89
Binary 101010 1001111 1011001
Octal 52 117 131

Shades and tints

Shades of #2A4F59

#2A4F59
(42,79,89)
#274851
(39,72,81)
#244149
(36,65,73)
#213A41
(33,58,65)
#1E3339
(30,51,57)
#1B2C31
(27,44,49)
#182529
(24,37,41)
#151E21
(21,30,33)
#121719
(18,23,25)
#0F1011
(15,16,17)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #2A4F59

#2A4F59
(42,79,89)
#3D5F68
(61,95,104)
#506F77
(80,111,119)
#637F86
(99,127,134)
#768F95
(118,143,149)
#899FA4
(137,159,164)
#9CAFB3
(156,175,179)
#AFBFC2
(175,191,194)
#C2CFD1
(194,207,209)
#D5DFE0
(213,223,224)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A4F59; }

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

This text font color is #2A4F59.

Background Color

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

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

This div background color is #2A4F59.

Border color

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

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

This div border color is #2A4F59.

Opacity

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

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

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

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

This text has shadow with #2A4F59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A4F59.

Preview

Color preview on black background

This text has color #2A4F59 on black background.


Color preview on white background

This text has color #2A4F59 on white background.


Black color preview on #2A4F59 background

This text has black color on #2A4F59 background.


White color preview on #2A4F59 background

This text has white color on #2A4F59 background.


Related colors

Complementary color

Complementary color for #hex is #D5B0A6.


I love getcolorcode.com

Triadic colors

1 #592A4F and #4F592A with #2A4F59 are triadic colors.

2 #594F2A and #4F2A59 with #2A4F59 are triadic colors.