COLOR #2A4553

HEX: #2A4553
RGB: (42,69,83)

Color info

#2A4553 contains red, green and blue colors in about the same proportion. Web safe color of #2A4553 is #333366 (or #336).

RGB color model

#2A4553 color RGB value is (42,69,83).

  • red value is 42;
  • green value is 69;
  • blue value is 83.
RGB:
(42,69,83)
(16%,27%,33%)

RGB channels and saturation

R 42 of 255 = 16%
G 69 of 255 = 27%
B 83 of 255 = 33%

42
69
83

R + G + B ~ 25%. #2A4553 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 69 + 83 = 194 (100%)
R 42 of 194 ~ 21.65%
G 69 of 194 ~ 35.57%
B 83 of 194 ~ 42.78%

%21.65
%35.57
%42.78

CMYK color model

#2A4553 color CMYK value is (49,17,0,67).

  • cyan value is 49.40%
  • magenta value is 16.87%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(49,17,0,67)
C49M17Y0K67 
(49%,17%,0%,67%)
(0.49/0.17/0.00/0.67)	

CMYK percentages

%49.4
%16.87
%0
%67.45

Codes

Color #2A4553 in popluar color models

2A4553
RGB426983
HSL200°32.80%24.51%
HSB/HSV200°49.40%32.55%
CMYK49.40%16.87%0.00%
67.45%

Color #2A4553 in popluar number systems.

HEX2A4553
Decimal426983
Binary10101010001011010011
Octal52105123

Shades and tints

Shades of #2A4553

#2A4553
(42,69,83)
#273F4C
(39,63,76)
#243945
(36,57,69)
#21333E
(33,51,62)
#1E2D37
(30,45,55)
#1B2730
(27,39,48)
#182129
(24,33,41)
#151B22
(21,27,34)
#12151B
(18,21,27)
#0F0F14
(15,15,20)
#0C090D
(12,9,13)
#000000
(0,0,0)

Tints of #2A4553

#2A4553
(42,69,83)
#3D5562
(61,85,98)
#506571
(80,101,113)
#637580
(99,117,128)
#76858F
(118,133,143)
#89959E
(137,149,158)
#9CA5AD
(156,165,173)
#AFB5BC
(175,181,188)
#C2C5CB
(194,197,203)
#D5D5DA
(213,213,218)
#E8E5E9
(232,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A4553 color. Also use rgb(42,69,83) instead hex code.

Text Font Color

.myTextColor { color: #2A4553; }

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

This text font color is #2A4553.


Background Color

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

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

This div background color is #2A4553.


Border color

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

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

This div border color is #2A4553.


Opacity

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

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

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

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

This text has shadow with #2A4553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A4553 on black background.


Color preview on white background

This text has color #2A4553 on white background.



Black color preview on #2A4553 background

This text has black color on #2A4553 background.


White color preview on #2A4553 background

This text has white color on #2A4553 background.