COLOR #2A6273

HEX: #2A6273
RGB: (42,98,115)

Color info

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

RGB color model

#2A6273 color RGB value is (42,98,115).

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

RGB channels and saturation

R 42 of 255 = 16%
G 98 of 255 = 38%
B 115 of 255 = 45%

42
98
115

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

Portions of RGB colors in percentages

R + G + B =
42 + 98 + 115 = 255 (100%)
R 42 of 255 ~ 16.47%
G 98 of 255 ~ 38.43%
B 115 of 255 ~ 45.1%

%16.47
%38.43
%45.1

CMYK color model

#2A6273 color CMYK value is (63,15,0,55).

  • cyan value is 63.48%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(63,15,0,55)
C63M15Y0K55 
(63%,15%,0%,55%)
(0.63/0.15/0.00/0.55)	

CMYK percentages

%63.48
%14.78
%0
%54.9

Codes

Color #2A6273 in popluar color models

2A6273
RGB4298115
HSL194°46.50%30.78%
HSB/HSV194°63.48%45.10%
CMYK63.48%14.78%0.00%
54.90%

Color #2A6273 in popluar number systems.

HEX2A6273
Decimal4298115
Binary10101011000101110011
Octal52142163

Shades and tints

Shades of #2A6273

#2A6273
(42,98,115)
#275A69
(39,90,105)
#24525F
(36,82,95)
#214A55
(33,74,85)
#1E424B
(30,66,75)
#1B3A41
(27,58,65)
#183237
(24,50,55)
#152A2D
(21,42,45)
#122223
(18,34,35)
#0F1A19
(15,26,25)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #2A6273

#2A6273
(42,98,115)
#3D707F
(61,112,127)
#507E8B
(80,126,139)
#638C97
(99,140,151)
#769AA3
(118,154,163)
#89A8AF
(137,168,175)
#9CB6BB
(156,182,187)
#AFC4C7
(175,196,199)
#C2D2D3
(194,210,211)
#D5E0DF
(213,224,223)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A6273; }

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

This text font color is #2A6273.


Background Color

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

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

This div background color is #2A6273.


Border color

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

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

This div border color is #2A6273.


Opacity

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

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

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

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

This text has shadow with #2A6273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A6273 on black background.


Color preview on white background

This text has color #2A6273 on white background.



Black color preview on #2A6273 background

This text has black color on #2A6273 background.


White color preview on #2A6273 background

This text has white color on #2A6273 background.