COLOR #2A475B

HEX: #2A475B
RGB: (42,71,91)

Color info

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

RGB color model

#2A475B color RGB value is (42,71,91).

  • red value is 42;
  • green value is 71;
  • blue value is 91.
RGB:
(42,71,91)
(16%,28%,36%)

RGB channels and saturation

R 42 of 255 = 16%
G 71 of 255 = 28%
B 91 of 255 = 36%

42
71
91

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

Portions of RGB colors in percentages

R + G + B =
42 + 71 + 91 = 204 (100%)
R 42 of 204 ~ 20.59%
G 71 of 204 ~ 34.8%
B 91 of 204 ~ 44.61%

%20.59
%34.8
%44.61

CMYK color model

#2A475B color CMYK value is (54,22,0,64).

  • cyan value is 53.85%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(54,22,0,64)
C54M22Y0K64 
(54%,22%,0%,64%)
(0.54/0.22/0.00/0.64)	

CMYK percentages

%53.85
%21.98
%0
%64.31

Codes

Color #2A475B in popluar color models

2A475B
RGB427191
HSL204°36.84%26.08%
HSB/HSV204°53.85%35.69%
CMYK53.85%21.98%0.00%
64.31%

Color #2A475B in popluar number systems.

HEX2A475B
Decimal427191
Binary10101010001111011011
Octal52107133

Shades and tints

Shades of #2A475B

#2A475B
(42,71,91)
#274153
(39,65,83)
#243B4B
(36,59,75)
#213543
(33,53,67)
#1E2F3B
(30,47,59)
#1B2933
(27,41,51)
#18232B
(24,35,43)
#151D23
(21,29,35)
#12171B
(18,23,27)
#0F1113
(15,17,19)
#0C0B0B
(12,11,11)
#000000
(0,0,0)

Tints of #2A475B

#2A475B
(42,71,91)
#3D5769
(61,87,105)
#506777
(80,103,119)
#637785
(99,119,133)
#768793
(118,135,147)
#8997A1
(137,151,161)
#9CA7AF
(156,167,175)
#AFB7BD
(175,183,189)
#C2C7CB
(194,199,203)
#D5D7D9
(213,215,217)
#E8E7E7
(232,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A475B color. Also use rgb(42,71,91) instead hex code.

Text Font Color

.myTextColor { color: #2A475B; }

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

This text font color is #2A475B.


Background Color

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

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

This div background color is #2A475B.


Border color

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

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

This div border color is #2A475B.


Opacity

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

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

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

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

This text has shadow with #2A475B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A475B on black background.


Color preview on white background

This text has color #2A475B on white background.



Black color preview on #2A475B background

This text has black color on #2A475B background.


White color preview on #2A475B background

This text has white color on #2A475B background.