COLOR #2A584C

HEX: #2A584C
RGB: (42,88,76)

Color info

#2A584C contains red, green and blue colors in about the same proportion. Web safe color of #2A584C is #336633 (or #363).

RGB color model

#2A584C color RGB value is (42,88,76).

  • red value is 42;
  • green value is 88;
  • blue value is 76.
RGB:
(42,88,76)
(16%,35%,30%)

RGB channels and saturation

R 42 of 255 = 16%
G 88 of 255 = 35%
B 76 of 255 = 30%

42
88
76

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

Portions of RGB colors in percentages

R + G + B =
42 + 88 + 76 = 206 (100%)
R 42 of 206 ~ 20.39%
G 88 of 206 ~ 42.72%
B 76 of 206 ~ 36.89%

%20.39
%42.72
%36.89

CMYK color model

#2A584C color CMYK value is (52,0,14,65).

  • cyan value is 52.27%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 65.49%
CMYK:
(52,0,14,65)
C52M0Y14K65 
(52%,0%,14%,65%)
(0.52/0.00/0.14/0.65)	

CMYK percentages

%52.27
%0
%13.64
%65.49

Codes

Color #2A584C in popluar color models

2A584C
RGB428876
HSL164°35.38%25.49%
HSB/HSV164°52.27%34.51%
CMYK52.27%0.00%13.64%
65.49%

Color #2A584C in popluar number systems.

HEX2A584C
Decimal428876
Binary10101010110001001100
Octal52130114

Shades and tints

Shades of #2A584C

#2A584C
(42,88,76)
#275046
(39,80,70)
#244840
(36,72,64)
#21403A
(33,64,58)
#1E3834
(30,56,52)
#1B302E
(27,48,46)
#182828
(24,40,40)
#152022
(21,32,34)
#12181C
(18,24,28)
#0F1016
(15,16,22)
#0C0810
(12,8,16)
#000000
(0,0,0)

Tints of #2A584C

#2A584C
(42,88,76)
#3D675C
(61,103,92)
#50766C
(80,118,108)
#63857C
(99,133,124)
#76948C
(118,148,140)
#89A39C
(137,163,156)
#9CB2AC
(156,178,172)
#AFC1BC
(175,193,188)
#C2D0CC
(194,208,204)
#D5DFDC
(213,223,220)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A584C color. Also use rgb(42,88,76) instead hex code.

Text Font Color

.myTextColor { color: #2A584C; }

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

This text font color is #2A584C.


Background Color

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

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

This div background color is #2A584C.


Border color

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

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

This div border color is #2A584C.


Opacity

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

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

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

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

This text has shadow with #2A584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A584C on black background.


Color preview on white background

This text has color #2A584C on white background.



Black color preview on #2A584C background

This text has black color on #2A584C background.


White color preview on #2A584C background

This text has white color on #2A584C background.