COLOR #2A462A

HEX: #2A462A
RGB: (42,70,42)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

42
70
42

R + G + B ~ 20%. #2A462A is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 70 + 42 = 154 (100%)
R 42 of 154 ~ 27.27%
G 70 of 154 ~ 45.45%
B 42 of 154 ~ 27.27%

%27.27
%45.45
%27.27

CMYK color model

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

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 72.55%
CMYK:
(40,0,40,73)
C40M0Y40K73 
(40%,0%,40%,73%)
(0.40/0.00/0.40/0.73)	

CMYK percentages

%40
%0
%40
%72.55

Codes

Color #2A462A in popluar color models

2A462A
RGB427042
HSL120°25.00%21.96%
HSB/HSV120°40.00%27.45%
CMYK40.00%0.00%40.00%
72.55%

Color #2A462A in popluar number systems.

HEX2A462A
Decimal427042
Binary1010101000110101010
Octal5210652

Shades and tints

Shades of #2A462A

#2A462A
(42,70,42)
#274027
(39,64,39)
#243A24
(36,58,36)
#213421
(33,52,33)
#1E2E1E
(30,46,30)
#1B281B
(27,40,27)
#182218
(24,34,24)
#151C15
(21,28,21)
#121612
(18,22,18)
#0F100F
(15,16,15)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #2A462A

#2A462A
(42,70,42)
#3D563D
(61,86,61)
#506650
(80,102,80)
#637663
(99,118,99)
#768676
(118,134,118)
#899689
(137,150,137)
#9CA69C
(156,166,156)
#AFB6AF
(175,182,175)
#C2C6C2
(194,198,194)
#D5D6D5
(213,214,213)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A462A; }

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

This text font color is #2A462A.


Background Color

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

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

This div background color is #2A462A.


Border color

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

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

This div border color is #2A462A.


Opacity

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

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

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

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

This text has shadow with #2A462A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A462A on black background.


Color preview on white background

This text has color #2A462A on white background.



Black color preview on #2A462A background

This text has black color on #2A462A background.


White color preview on #2A462A background

This text has white color on #2A462A background.