COLOR #2A3637

HEX: #2A3637
RGB: (42,54,55)

Color info

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

RGB color model

#2A3637 color RGB value is (42,54,55).

  • red value is 42;
  • green value is 54;
  • blue value is 55.
RGB:
(42,54,55)
(16%,21%,22%)

RGB channels and saturation

R 42 of 255 = 16%
G 54 of 255 = 21%
B 55 of 255 = 22%

42
54
55

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

Portions of RGB colors in percentages

R + G + B =
42 + 54 + 55 = 151 (100%)
R 42 of 151 ~ 27.81%
G 54 of 151 ~ 35.76%
B 55 of 151 ~ 36.42%

%27.81
%35.76
%36.42

CMYK color model

#2A3637 color CMYK value is (24,2,0,78).

  • cyan value is 23.64%
  • magenta value is 1.82%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(24,2,0,78)
C24M2Y0K78 
(24%,2%,0%,78%)
(0.24/0.02/0.00/0.78)	

CMYK percentages

%23.64
%1.82
%0
%78.43

Codes

Color #2A3637 in popluar color models

2A3637
RGB425455
HSL185°13.40%19.02%
HSB/HSV185°23.64%21.57%
CMYK23.64%1.82%0.00%
78.43%

Color #2A3637 in popluar number systems.

HEX2A3637
Decimal425455
Binary101010110110110111
Octal526667

Shades and tints

Shades of #2A3637

#2A3637
(42,54,55)
#273232
(39,50,50)
#242E2D
(36,46,45)
#212A28
(33,42,40)
#1E2623
(30,38,35)
#1B221E
(27,34,30)
#181E19
(24,30,25)
#151A14
(21,26,20)
#12160F
(18,22,15)
#0F120A
(15,18,10)
#0C0E05
(12,14,5)
#000000
(0,0,0)

Tints of #2A3637

#2A3637
(42,54,55)
#3D4849
(61,72,73)
#505A5B
(80,90,91)
#636C6D
(99,108,109)
#767E7F
(118,126,127)
#899091
(137,144,145)
#9CA2A3
(156,162,163)
#AFB4B5
(175,180,181)
#C2C6C7
(194,198,199)
#D5D8D9
(213,216,217)
#E8EAEB
(232,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A3637; }

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

This text font color is #2A3637.


Background Color

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

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

This div background color is #2A3637.


Border color

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

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

This div border color is #2A3637.


Opacity

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

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

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

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

This text has shadow with #2A3637 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A3637 on black background.


Color preview on white background

This text has color #2A3637 on white background.



Black color preview on #2A3637 background

This text has black color on #2A3637 background.


White color preview on #2A3637 background

This text has white color on #2A3637 background.