COLOR #2A421D

HEX: #2A421D
RGB: (42,66,29)

Color info

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

RGB color model

#2A421D color RGB value is (42,66,29).

  • red value is 42;
  • green value is 66;
  • blue value is 29.
RGB:
(42,66,29)
(16%,26%,11%)

RGB channels and saturation

R 42 of 255 = 16%
G 66 of 255 = 26%
B 29 of 255 = 11%

42
66
29

R + G + B ~ 18%. #2A421D is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 66 + 29 = 137 (100%)
R 42 of 137 ~ 30.66%
G 66 of 137 ~ 48.18%
B 29 of 137 ~ 21.17%

%30.66
%48.18
%21.17

CMYK color model

#2A421D color CMYK value is (36,0,56,74).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 56.06%
  • key color value is 74.12%
CMYK:
(36,0,56,74)
C36M0Y56K74 
(36%,0%,56%,74%)
(0.36/0.00/0.56/0.74)	

CMYK percentages

%36.36
%0
%56.06
%74.12

Codes

Color #2A421D in popluar color models

2A421D
RGB426629
HSL99°38.95%18.63%
HSB/HSV99°56.06%25.88%
CMYK36.36%0.00%56.06%
74.12%

Color #2A421D in popluar number systems.

HEX2A421D
Decimal426629
Binary101010100001011101
Octal5210235

Shades and tints

Shades of #2A421D

#2A421D
(42,66,29)
#273C1B
(39,60,27)
#243619
(36,54,25)
#213017
(33,48,23)
#1E2A15
(30,42,21)
#1B2413
(27,36,19)
#181E11
(24,30,17)
#15180F
(21,24,15)
#12120D
(18,18,13)
#0F0C0B
(15,12,11)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #2A421D

#2A421D
(42,66,29)
#3D5331
(61,83,49)
#506445
(80,100,69)
#637559
(99,117,89)
#76866D
(118,134,109)
#899781
(137,151,129)
#9CA895
(156,168,149)
#AFB9A9
(175,185,169)
#C2CABD
(194,202,189)
#D5DBD1
(213,219,209)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A421D color. Also use rgb(42,66,29) instead hex code.

Text Font Color

.myTextColor { color: #2A421D; }

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

This text font color is #2A421D.


Background Color

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

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

This div background color is #2A421D.


Border color

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

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

This div border color is #2A421D.


Opacity

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

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

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

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

This text has shadow with #2A421D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A421D on black background.


Color preview on white background

This text has color #2A421D on white background.



Black color preview on #2A421D background

This text has black color on #2A421D background.


White color preview on #2A421D background

This text has white color on #2A421D background.