COLOR #2A593A

HEX: #2A593A
RGB: (42,89,58)

Color info

#2A593A contains red, green and blue colors in about the same proportion. Web safe color of #2A593A is #336633 (or #363).

RGB color model

#2A593A color RGB value is (42,89,58).

  • red value is 42;
  • green value is 89;
  • blue value is 58.
RGB:
(42,89,58)
(16%,35%,23%)

RGB channels and saturation

R 42 of 255 = 16%
G 89 of 255 = 35%
B 58 of 255 = 23%

42
89
58

R + G + B ~ 25%. #2A593A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 89 + 58 = 189 (100%)
R 42 of 189 ~ 22.22%
G 89 of 189 ~ 47.09%
B 58 of 189 ~ 30.69%

%22.22
%47.09
%30.69

CMYK color model

#2A593A color CMYK value is (53,0,35,65).

  • cyan value is 52.81%
  • magenta value is 0.00%
  • yellow value is 34.83%
  • key color value is 65.10%
CMYK:
(53,0,35,65)
C53M0Y35K65 
(53%,0%,35%,65%)
(0.53/0.00/0.35/0.65)	

CMYK percentages

%52.81
%0
%34.83
%65.1

Codes

Color #2A593A in popluar color models

2A593A
RGB428958
HSL140°35.88%25.69%
HSB/HSV140°52.81%34.90%
CMYK52.81%0.00%34.83%
65.10%

Color #2A593A in popluar number systems.

HEX2A593A
Decimal428958
Binary1010101011001111010
Octal5213172

Shades and tints

Shades of #2A593A

#2A593A
(42,89,58)
#275135
(39,81,53)
#244930
(36,73,48)
#21412B
(33,65,43)
#1E3926
(30,57,38)
#1B3121
(27,49,33)
#18291C
(24,41,28)
#152117
(21,33,23)
#121912
(18,25,18)
#0F110D
(15,17,13)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #2A593A

#2A593A
(42,89,58)
#3D684B
(61,104,75)
#50775C
(80,119,92)
#63866D
(99,134,109)
#76957E
(118,149,126)
#89A48F
(137,164,143)
#9CB3A0
(156,179,160)
#AFC2B1
(175,194,177)
#C2D1C2
(194,209,194)
#D5E0D3
(213,224,211)
#E8EFE4
(232,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A593A color. Also use rgb(42,89,58) instead hex code.

Text Font Color

.myTextColor { color: #2A593A; }

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

This text font color is #2A593A.


Background Color

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

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

This div background color is #2A593A.


Border color

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

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

This div border color is #2A593A.


Opacity

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

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

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

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

This text has shadow with #2A593A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A593A on black background.


Color preview on white background

This text has color #2A593A on white background.



Black color preview on #2A593A background

This text has black color on #2A593A background.


White color preview on #2A593A background

This text has white color on #2A593A background.