COLOR #2A6473

HEX: #2A6473
RGB: (42,100,115)

Color info

#2A6473 contains mainly green and blue colors. Web safe color of #2A6473 is #336666 (or #366).

RGB color model

#2A6473 color RGB value is (42,100,115).

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

RGB channels and saturation

R 42 of 255 = 16%
G 100 of 255 = 39%
B 115 of 255 = 45%

42
100
115

R + G + B ~ 33%. #2A6473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 100 + 115 = 257 (100%)
R 42 of 257 ~ 16.34%
G 100 of 257 ~ 38.91%
B 115 of 257 ~ 44.75%

%16.34
%38.91
%44.75

CMYK color model

#2A6473 color CMYK value is (63,13,0,55).

  • cyan value is 63.48%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(63,13,0,55)
C63M13Y0K55 
(63%,13%,0%,55%)
(0.63/0.13/0.00/0.55)	

CMYK percentages

%63.48
%13.04
%0
%54.9

Codes

Color #2A6473 in popluar color models

2A6473
RGB42100115
HSL192°46.50%30.78%
HSB/HSV192°63.48%45.10%
CMYK63.48%13.04%0.00%
54.90%

Color #2A6473 in popluar number systems.

HEX2A6473
Decimal42100115
Binary10101011001001110011
Octal52144163

Shades and tints

Shades of #2A6473

#2A6473
(42,100,115)
#275B69
(39,91,105)
#24525F
(36,82,95)
#214955
(33,73,85)
#1E404B
(30,64,75)
#1B3741
(27,55,65)
#182E37
(24,46,55)
#15252D
(21,37,45)
#121C23
(18,28,35)
#0F1319
(15,19,25)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #2A6473

#2A6473
(42,100,115)
#3D727F
(61,114,127)
#50808B
(80,128,139)
#638E97
(99,142,151)
#769CA3
(118,156,163)
#89AAAF
(137,170,175)
#9CB8BB
(156,184,187)
#AFC6C7
(175,198,199)
#C2D4D3
(194,212,211)
#D5E2DF
(213,226,223)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A6473; }

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

This text font color is #2A6473.


Background Color

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

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

This div background color is #2A6473.


Border color

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

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

This div border color is #2A6473.


Opacity

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

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

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

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

This text has shadow with #2A6473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A6473 on black background.


Color preview on white background

This text has color #2A6473 on white background.



Black color preview on #2A6473 background

This text has black color on #2A6473 background.


White color preview on #2A6473 background

This text has white color on #2A6473 background.