COLOR #2A3328

HEX: #2A3328
RGB: (42,51,40)

Color info

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

RGB color model

#2A3328 color RGB value is (42,51,40).

  • red value is 42;
  • green value is 51;
  • blue value is 40.
RGB:
(42,51,40)
(16%,20%,16%)

RGB channels and saturation

R 42 of 255 = 16%
G 51 of 255 = 20%
B 40 of 255 = 16%

42
51
40

R + G + B ~ 17%. #2A3328 is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 51 + 40 = 133 (100%)
R 42 of 133 ~ 31.58%
G 51 of 133 ~ 38.35%
B 40 of 133 ~ 30.08%

%31.58
%38.35
%30.08

CMYK color model

#2A3328 color CMYK value is (18,0,22,80).

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 80.00%
CMYK:
(18,0,22,80)
C18M0Y22K80 
(18%,0%,22%,80%)
(0.18/0.00/0.22/0.80)	

CMYK percentages

%17.65
%0
%21.57
%80

Codes

Color #2A3328 in popluar color models

2A3328
RGB425140
HSL109°12.09%17.84%
HSB/HSV109°21.57%20.00%
CMYK17.65%0.00%21.57%
80.00%

Color #2A3328 in popluar number systems.

HEX2A3328
Decimal425140
Binary101010110011101000
Octal526350

Shades and tints

Shades of #2A3328

#2A3328
(42,51,40)
#272F25
(39,47,37)
#242B22
(36,43,34)
#21271F
(33,39,31)
#1E231C
(30,35,28)
#1B1F19
(27,31,25)
#181B16
(24,27,22)
#151713
(21,23,19)
#121310
(18,19,16)
#0F0F0D
(15,15,13)
#0C0B0A
(12,11,10)
#000000
(0,0,0)

Tints of #2A3328

#2A3328
(42,51,40)
#3D453B
(61,69,59)
#50574E
(80,87,78)
#636961
(99,105,97)
#767B74
(118,123,116)
#898D87
(137,141,135)
#9C9F9A
(156,159,154)
#AFB1AD
(175,177,173)
#C2C3C0
(194,195,192)
#D5D5D3
(213,213,211)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A3328; }

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

This text font color is #2A3328.


Background Color

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

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

This div background color is #2A3328.


Border color

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

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

This div border color is #2A3328.


Opacity

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

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

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

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

This text has shadow with #2A3328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A3328 on black background.


Color preview on white background

This text has color #2A3328 on white background.



Black color preview on #2A3328 background

This text has black color on #2A3328 background.


White color preview on #2A3328 background

This text has white color on #2A3328 background.