COLOR #2A5064

HEX: #2A5064
RGB: (42,80,100)

Color info

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

RGB color model

#2A5064 color RGB value is (42,80,100).

  • red value is 42;
  • green value is 80;
  • blue value is 100.
RGB:
(42,80,100)
(16%,31%,39%)

RGB channels and saturation

R 42 of 255 = 16%
G 80 of 255 = 31%
B 100 of 255 = 39%

42
80
100

R + G + B ~ 29%. #2A5064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 80 + 100 = 222 (100%)
R 42 of 222 ~ 18.92%
G 80 of 222 ~ 36.04%
B 100 of 222 ~ 45.05%

%18.92
%36.04
%45.05

CMYK color model

#2A5064 color CMYK value is (58,20,0,61).

  • cyan value is 58.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(58,20,0,61)
C58M20Y0K61 
(58%,20%,0%,61%)
(0.58/0.20/0.00/0.61)	

CMYK percentages

%58
%20
%0
%60.78

Codes

Color #2A5064 in popluar color models

2A5064
RGB4280100
HSL201°40.85%27.84%
HSB/HSV201°58.00%39.22%
CMYK58.00%20.00%0.00%
60.78%

Color #2A5064 in popluar number systems.

HEX2A5064
Decimal4280100
Binary10101010100001100100
Octal52120144

Shades and tints

Shades of #2A5064

#2A5064
(42,80,100)
#27495B
(39,73,91)
#244252
(36,66,82)
#213B49
(33,59,73)
#1E3440
(30,52,64)
#1B2D37
(27,45,55)
#18262E
(24,38,46)
#151F25
(21,31,37)
#12181C
(18,24,28)
#0F1113
(15,17,19)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #2A5064

#2A5064
(42,80,100)
#3D5F72
(61,95,114)
#506E80
(80,110,128)
#637D8E
(99,125,142)
#768C9C
(118,140,156)
#899BAA
(137,155,170)
#9CAAB8
(156,170,184)
#AFB9C6
(175,185,198)
#C2C8D4
(194,200,212)
#D5D7E2
(213,215,226)
#E8E6F0
(232,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A5064 color. Also use rgb(42,80,100) instead hex code.

Text Font Color

.myTextColor { color: #2A5064; }

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

This text font color is #2A5064.


Background Color

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

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

This div background color is #2A5064.


Border color

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

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

This div border color is #2A5064.


Opacity

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

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

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

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

This text has shadow with #2A5064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A5064 on black background.


Color preview on white background

This text has color #2A5064 on white background.



Black color preview on #2A5064 background

This text has black color on #2A5064 background.


White color preview on #2A5064 background

This text has white color on #2A5064 background.