COLOR #2A473F

HEX: #2A473F
RGB: (42,71,63)

Color info

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

RGB color model

#2A473F color RGB value is (42,71,63).

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

RGB channels and saturation

R 42 of 255 = 16%
G 71 of 255 = 28%
B 63 of 255 = 25%

42
71
63

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

Portions of RGB colors in percentages

R + G + B =
42 + 71 + 63 = 176 (100%)
R 42 of 176 ~ 23.86%
G 71 of 176 ~ 40.34%
B 63 of 176 ~ 35.8%

%23.86
%40.34
%35.8

CMYK color model

#2A473F color CMYK value is (41,0,11,72).

  • cyan value is 40.85%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(41,0,11,72)
C41M0Y11K72 
(41%,0%,11%,72%)
(0.41/0.00/0.11/0.72)	

CMYK percentages

%40.85
%0
%11.27
%72.16

Codes

Color #2A473F in popluar color models

2A473F
RGB427163
HSL163°25.66%22.16%
HSB/HSV163°40.85%27.84%
CMYK40.85%0.00%11.27%
72.16%

Color #2A473F in popluar number systems.

HEX2A473F
Decimal427163
Binary1010101000111111111
Octal5210777

Shades and tints

Shades of #2A473F

#2A473F
(42,71,63)
#27413A
(39,65,58)
#243B35
(36,59,53)
#213530
(33,53,48)
#1E2F2B
(30,47,43)
#1B2926
(27,41,38)
#182321
(24,35,33)
#151D1C
(21,29,28)
#121717
(18,23,23)
#0F1112
(15,17,18)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #2A473F

#2A473F
(42,71,63)
#3D5750
(61,87,80)
#506761
(80,103,97)
#637772
(99,119,114)
#768783
(118,135,131)
#899794
(137,151,148)
#9CA7A5
(156,167,165)
#AFB7B6
(175,183,182)
#C2C7C7
(194,199,199)
#D5D7D8
(213,215,216)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A473F; }

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

This text font color is #2A473F.


Background Color

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

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

This div background color is #2A473F.


Border color

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

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

This div border color is #2A473F.


Opacity

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

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

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

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

This text has shadow with #2A473F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A473F on black background.


Color preview on white background

This text has color #2A473F on white background.



Black color preview on #2A473F background

This text has black color on #2A473F background.


White color preview on #2A473F background

This text has white color on #2A473F background.