COLOR #2A3339

HEX: #2A3339
RGB: (42,51,57)

Color info

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

RGB color model

#2A3339 color RGB value is (42,51,57).

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

RGB channels and saturation

R 42 of 255 = 16%
G 51 of 255 = 20%
B 57 of 255 = 22%

42
51
57

R + G + B ~ 19%. #2A3339 is dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 51 + 57 = 150 (100%)
R 42 of 150 ~ 28%
G 51 of 150 ~ 34%
B 57 of 150 ~ 38%

%28
%34
%38

CMYK color model

#2A3339 color CMYK value is (26,11,0,78).

  • cyan value is 26.32%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(26,11,0,78)
C26M11Y0K78 
(26%,11%,0%,78%)
(0.26/0.11/0.00/0.78)	

CMYK percentages

%26.32
%10.53
%0
%77.65

Codes

Color #2A3339 in popluar color models

2A3339
RGB425157
HSL204°15.15%19.41%
HSB/HSV204°26.32%22.35%
CMYK26.32%10.53%0.00%
77.65%

Color #2A3339 in popluar number systems.

HEX2A3339
Decimal425157
Binary101010110011111001
Octal526371

Shades and tints

Shades of #2A3339

#2A3339
(42,51,57)
#272F34
(39,47,52)
#242B2F
(36,43,47)
#21272A
(33,39,42)
#1E2325
(30,35,37)
#1B1F20
(27,31,32)
#181B1B
(24,27,27)
#151716
(21,23,22)
#121311
(18,19,17)
#0F0F0C
(15,15,12)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #2A3339

#2A3339
(42,51,57)
#3D454B
(61,69,75)
#50575D
(80,87,93)
#63696F
(99,105,111)
#767B81
(118,123,129)
#898D93
(137,141,147)
#9C9FA5
(156,159,165)
#AFB1B7
(175,177,183)
#C2C3C9
(194,195,201)
#D5D5DB
(213,213,219)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A3339; }

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

This text font color is #2A3339.


Background Color

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

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

This div background color is #2A3339.


Border color

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

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

This div border color is #2A3339.


Opacity

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

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

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

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

This text has shadow with #2A3339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A3339 on black background.


Color preview on white background

This text has color #2A3339 on white background.



Black color preview on #2A3339 background

This text has black color on #2A3339 background.


White color preview on #2A3339 background

This text has white color on #2A3339 background.