COLOR #2A8594

HEX: #2A8594
RGB: (42,133,148)

Color info

#2A8594 contains mainly green and blue colors. Web safe color of #2A8594 is #339999 (or #399).

RGB color model

#2A8594 color RGB value is (42,133,148).

  • red value is 42;
  • green value is 133;
  • blue value is 148.
RGB:
(42,133,148)
(16%,52%,58%)

RGB channels and saturation

R 42 of 255 = 16%
G 133 of 255 = 52%
B 148 of 255 = 58%

42
133
148

R + G + B ~ 42%. #2A8594 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
42 + 133 + 148 = 323 (100%)
R 42 of 323 ~ 13%
G 133 of 323 ~ 41.18%
B 148 of 323 ~ 45.82%

%13
%41.18
%45.82

CMYK color model

#2A8594 color CMYK value is (72,10,0,42).

  • cyan value is 71.62%
  • magenta value is 10.14%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(72,10,0,42)
C72M10Y0K42 
(72%,10%,0%,42%)
(0.72/0.10/0.00/0.42)	

CMYK percentages

%71.62
%10.14
%0
%41.96

Codes

Color #2A8594 in popluar color models

2A8594
RGB42133148
HSL188°55.79%37.25%
HSB/HSV188°71.62%58.04%
CMYK71.62%10.14%0.00%
41.96%

Color #2A8594 in popluar number systems.

HEX2A8594
Decimal42133148
Binary1010101000010110010100
Octal52205224

Shades and tints

Shades of #2A8594

#2A8594
(42,133,148)
#277987
(39,121,135)
#246D7A
(36,109,122)
#21616D
(33,97,109)
#1E5560
(30,85,96)
#1B4953
(27,73,83)
#183D46
(24,61,70)
#153139
(21,49,57)
#12252C
(18,37,44)
#0F191F
(15,25,31)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #2A8594

#2A8594
(42,133,148)
#3D909D
(61,144,157)
#509BA6
(80,155,166)
#63A6AF
(99,166,175)
#76B1B8
(118,177,184)
#89BCC1
(137,188,193)
#9CC7CA
(156,199,202)
#AFD2D3
(175,210,211)
#C2DDDC
(194,221,220)
#D5E8E5
(213,232,229)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A8594 color. Also use rgb(42,133,148) instead hex code.

Text Font Color

.myTextColor { color: #2A8594; }

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

This text font color is #2A8594.


Background Color

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

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

This div background color is #2A8594.


Border color

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

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

This div border color is #2A8594.


Opacity

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

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

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

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

This text has shadow with #2A8594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A8594 on black background.


Color preview on white background

This text has color #2A8594 on white background.



Black color preview on #2A8594 background

This text has black color on #2A8594 background.


White color preview on #2A8594 background

This text has white color on #2A8594 background.