COLOR #2A253B

HEX: #2A253B
RGB: (42,37,59)

Color info

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

RGB color model

#2A253B color RGB value is (42,37,59).

  • red value is 42;
  • green value is 37;
  • blue value is 59.
RGB:
(42,37,59)
(16%,15%,23%)

RGB channels and saturation

R 42 of 255 = 16%
G 37 of 255 = 15%
B 59 of 255 = 23%

42
37
59

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

Portions of RGB colors in percentages

R + G + B =
42 + 37 + 59 = 138 (100%)
R 42 of 138 ~ 30.43%
G 37 of 138 ~ 26.81%
B 59 of 138 ~ 42.75%

%30.43
%26.81
%42.75

CMYK color model

#2A253B color CMYK value is (29,37,0,77).

  • cyan value is 28.81%
  • magenta value is 37.29%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(29,37,0,77)
C29M37Y0K77 
(29%,37%,0%,77%)
(0.29/0.37/0.00/0.77)	

CMYK percentages

%28.81
%37.29
%0
%76.86

Codes

Color #2A253B in popluar color models

2A253B
RGB423759
HSL254°22.92%18.82%
HSB/HSV254°37.29%23.14%
CMYK28.81%37.29%0.00%
76.86%

Color #2A253B in popluar number systems.

HEX2A253B
Decimal423759
Binary101010100101111011
Octal524573

Shades and tints

Shades of #2A253B

#2A253B
(42,37,59)
#272236
(39,34,54)
#241F31
(36,31,49)
#211C2C
(33,28,44)
#1E1927
(30,25,39)
#1B1622
(27,22,34)
#18131D
(24,19,29)
#151018
(21,16,24)
#120D13
(18,13,19)
#0F0A0E
(15,10,14)
#0C0709
(12,7,9)
#000000
(0,0,0)

Tints of #2A253B

#2A253B
(42,37,59)
#3D384C
(61,56,76)
#504B5D
(80,75,93)
#635E6E
(99,94,110)
#76717F
(118,113,127)
#898490
(137,132,144)
#9C97A1
(156,151,161)
#AFAAB2
(175,170,178)
#C2BDC3
(194,189,195)
#D5D0D4
(213,208,212)
#E8E3E5
(232,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A253B; }

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

This text font color is #2A253B.


Background Color

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

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

This div background color is #2A253B.


Border color

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

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

This div border color is #2A253B.


Opacity

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

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

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

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

This text has shadow with #2A253B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A253B on black background.


Color preview on white background

This text has color #2A253B on white background.



Black color preview on #2A253B background

This text has black color on #2A253B background.


White color preview on #2A253B background

This text has white color on #2A253B background.