COLOR #2A583F

HEX: #2A583F RGB: (42,88,63)

Color info

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

RGB color model

#2A583F color RGB value is (42,88,63).

RGB: (42,88,63) (16%, 35%, 25%)

RGB channels and saturation

R 42 of 255 = 16%
G 88 of 255 = 35%
B 63 of 255 = 25%

42
88
63

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

Portions of RGB colors in percentages

R + G + B = 42 + 88 + 63 = 193 (100%)
R 42 of 193 ~ 21.76%
G 88 of 193 ~ 45.6%
B 63 of 193 ~ 32.64'%

%21.76
%45.6
%32.64

CMYK color model

#2A583F color CMYK value is (52,0,28,65).

  • cyan value is 52.27%
  • magenta value is 0.00%
  • yellow value is 28.41%
  • key color value is 65.49%
CMYK: (52,0,28,65) C52M0Y28K65 (52%,0%,28%,65%) (0.52/0.00/0.28/0.65) 

CMYK percentages

%52.27
%0
%28.41
%65.49

Codes

Color #2A583F in popluar color models

2A 58 3F
RGB 42 88 63
HSL 147° 35.38% 25.49%
HSB/HSV 147° 52.27% 34.51%
CMYK 52.27% 0.00% 28.41%
65.49%

Color #2A583F in popluar number systems.

HEX 2A 58 3F
Decimal 42 88 63
Binary 101010 1011000 111111
Octal 52 130 77

Shades and tints

Shades of #2A583F

#2A583F
(42,88,63)
#27503A
(39,80,58)
#244835
(36,72,53)
#214030
(33,64,48)
#1E382B
(30,56,43)
#1B3026
(27,48,38)
#182821
(24,40,33)
#15201C
(21,32,28)
#121817
(18,24,23)
#0F1012
(15,16,18)
#0C080D
(12,8,13)
#000000
(0,0,0)

Tints of #2A583F

#2A583F
(42,88,63)
#3D6750
(61,103,80)
#507661
(80,118,97)
#638572
(99,133,114)
#769483
(118,148,131)
#89A394
(137,163,148)
#9CB2A5
(156,178,165)
#AFC1B6
(175,193,182)
#C2D0C7
(194,208,199)
#D5DFD8
(213,223,216)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A583F color. Also use rgb(42,88,63) instead hex code.

Text Font Color

.myTextColor { color: #2A583F; }

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

This text font color is #2A583F.

Background Color

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

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

This div background color is #2A583F.

Border color

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

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

This div border color is #2A583F.

Opacity

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

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

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

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

This text has shadow with #2A583F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A583F.

Preview

Color preview on black background

This text has color #2A583F on black background.


Color preview on white background

This text has color #2A583F on white background.


Black color preview on #2A583F background

This text has black color on #2A583F background.


White color preview on #2A583F background

This text has white color on #2A583F background.


Related colors

Complementary color

Complementary color for #hex is #D5A7C0.


I love getcolorcode.com

Triadic colors

1 #3F2A58 and #583F2A with #2A583F are triadic colors.

2 #3F582A and #582A3F with #2A583F are triadic colors.