COLOR #2A463F

HEX: #2A463F RGB: (42,70,63)

Color info

#2A463F contains red, green and blue colors in about the same proportion. Web safe color of #2A463F is #333333 (or #333).

RGB color model

#2A463F color RGB value is (42,70,63).

RGB: (42,70,63) (16%, 27%, 25%)

RGB channels and saturation

R 42 of 255 = 16%
G 70 of 255 = 27%
B 63 of 255 = 25%

42
70
63

R + G + B ~ 23%. #2A463F is dark color.

Portions of RGB colors in percentages

R + G + B = 42 + 70 + 63 = 175 (100%)
R 42 of 175 ~ 24%
G 70 of 175 ~ 40%
B 63 of 175 ~ 36'%

%24
%40
%36

CMYK color model

#2A463F color CMYK value is (40,0,10,73).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 72.55%

CMYK: (40,0,10,73)
C40M0Y10K73 (40%, 0%, 10%, 73%)
(0.40 / 0.00 / 0.10 / 0.73)

CMYK percentages

%40
%0
%10
%72.55

Codes

Color #2A463F in popluar color models

2A 46 3F
RGB 42 70 63
HSL 165° 25.00% 21.96%
HSB/HSV 165° 40.00% 27.45%
CMYK 40.00% 0.00% 10.00%
72.55%

Color #2A463F in popluar number systems.

HEX 2A 46 3F
Decimal 42 70 63
Binary 101010 1000110 111111
Octal 52 106 77

Shades and tints

Shades of #2A463F

#2A463F
(42,70,63)
#27403A
(39,64,58)
#243A35
(36,58,53)
#213430
(33,52,48)
#1E2E2B
(30,46,43)
#1B2826
(27,40,38)
#182221
(24,34,33)
#151C1C
(21,28,28)
#121617
(18,22,23)
#0F1012
(15,16,18)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #2A463F

#2A463F
(42,70,63)
#3D5650
(61,86,80)
#506661
(80,102,97)
#637672
(99,118,114)
#768683
(118,134,131)
#899694
(137,150,148)
#9CA6A5
(156,166,165)
#AFB6B6
(175,182,182)
#C2C6C7
(194,198,199)
#D5D6D8
(213,214,216)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A463F color. Also use rgb(42,70,63) instead hex code.

Text Font Color

.myTextColor { color: #2A463F; }

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

This text font color is #2A463F.

Background Color

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

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

This div background color is #2A463F.

Border color

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

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

This div border color is #2A463F.

Opacity

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

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

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

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

This text has shadow with #2A463F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A463F.

Preview

Color preview on black background

This text has color #2A463F on black background.


Color preview on white background

This text has color #2A463F on white background.


Black color preview on #2A463F background

This text has black color on #2A463F background.


White color preview on #2A463F background

This text has white color on #2A463F background.


Related colors

Complementary color

Complementary color for #hex is #D5B9C0.


I love getcolorcode.com

Triadic colors

1 #3F2A46 and #463F2A with #2A463F are triadic colors.

2 #3F462A and #462A3F with #2A463F are triadic colors.