COLOR #2A2741

HEX: #2A2741
RGB: (42,39,65)

Color info

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

RGB color model

#2A2741 color RGB value is (42,39,65).

  • red value is 42;
  • green value is 39;
  • blue value is 65.
RGB:
(42,39,65)
(16%,15%,25%)

RGB channels and saturation

R 42 of 255 = 16%
G 39 of 255 = 15%
B 65 of 255 = 25%

42
39
65

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

Portions of RGB colors in percentages

R + G + B =
42 + 39 + 65 = 146 (100%)
R 42 of 146 ~ 28.77%
G 39 of 146 ~ 26.71%
B 65 of 146 ~ 44.52%

%28.77
%26.71
%44.52

CMYK color model

#2A2741 color CMYK value is (35,40,0,75).

  • cyan value is 35.38%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(35,40,0,75)
C35M40Y0K75 
(35%,40%,0%,75%)
(0.35/0.40/0.00/0.75)	

CMYK percentages

%35.38
%40
%0
%74.51

Codes

Color #2A2741 in popluar color models

2A2741
RGB423965
HSL247°25.00%20.39%
HSB/HSV247°40.00%25.49%
CMYK35.38%40.00%0.00%
74.51%

Color #2A2741 in popluar number systems.

HEX2A2741
Decimal423965
Binary1010101001111000001
Octal5247101

Shades and tints

Shades of #2A2741

#2A2741
(42,39,65)
#27243C
(39,36,60)
#242137
(36,33,55)
#211E32
(33,30,50)
#1E1B2D
(30,27,45)
#1B1828
(27,24,40)
#181523
(24,21,35)
#15121E
(21,18,30)
#120F19
(18,15,25)
#0F0C14
(15,12,20)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #2A2741

#2A2741
(42,39,65)
#3D3A52
(61,58,82)
#504D63
(80,77,99)
#636074
(99,96,116)
#767385
(118,115,133)
#898696
(137,134,150)
#9C99A7
(156,153,167)
#AFACB8
(175,172,184)
#C2BFC9
(194,191,201)
#D5D2DA
(213,210,218)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A2741; }

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

This text font color is #2A2741.


Background Color

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

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

This div background color is #2A2741.


Border color

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

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

This div border color is #2A2741.


Opacity

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

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

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

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

This text has shadow with #2A2741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A2741 on black background.


Color preview on white background

This text has color #2A2741 on white background.



Black color preview on #2A2741 background

This text has black color on #2A2741 background.


White color preview on #2A2741 background

This text has white color on #2A2741 background.