COLOR #3A583F

HEX: #3A583F RGB: (58,88,63)

Color info

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

RGB color model

#3A583F color RGB value is (58,88,63).

RGB: (58,88,63) (23%, 35%, 25%)

RGB channels and saturation

R 58 of 255 = 23%
G 88 of 255 = 35%
B 63 of 255 = 25%

58
88
63

R + G + B ~ 28%. #3A583F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 88 + 63 = 209 (100%)
R 58 of 209 ~ 27.75%
G 88 of 209 ~ 42.11%
B 63 of 209 ~ 30.14'%

%27.75
%42.11
%30.14

CMYK color model

#3A583F color CMYK value is (34,0,28,65).

  • cyan value is 34.09%
  • magenta value is 0.00%
  • yellow value is 28.41%
  • key color value is 65.49%

CMYK: (34,0,28,65)
C34M0Y28K65 (34%, 0%, 28%, 65%)
(0.34 / 0.00 / 0.28 / 0.65)

CMYK percentages

%34.09
%0
%28.41
%65.49

Codes

Color #3A583F in popluar color models

3A 58 3F
RGB 58 88 63
HSL 130° 20.55% 28.63%
HSB/HSV 130° 34.09% 34.51%
CMYK 34.09% 0.00% 28.41%
65.49%

Color #3A583F in popluar number systems.

HEX 3A 58 3F
Decimal 58 88 63
Binary 111010 1011000 111111
Octal 72 130 77

Shades and tints

Shades of #3A583F

#3A583F
(58,88,63)
#35503A
(53,80,58)
#304835
(48,72,53)
#2B4030
(43,64,48)
#26382B
(38,56,43)
#213026
(33,48,38)
#1C2821
(28,40,33)
#17201C
(23,32,28)
#121817
(18,24,23)
#0D1012
(13,16,18)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #3A583F

#3A583F
(58,88,63)
#4B6750
(75,103,80)
#5C7661
(92,118,97)
#6D8572
(109,133,114)
#7E9483
(126,148,131)
#8FA394
(143,163,148)
#A0B2A5
(160,178,165)
#B1C1B6
(177,193,182)
#C2D0C7
(194,208,199)
#D3DFD8
(211,223,216)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A583F; }

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

This text font color is #3A583F.

Background Color

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

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

This div background color is #3A583F.

Border color

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

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

This div border color is #3A583F.

Opacity

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

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

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

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

This text has shadow with #3A583F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A583F.

Preview

Color preview on black background

This text has color #3A583F on black background.


Color preview on white background

This text has color #3A583F on white background.


Black color preview on #3A583F background

This text has black color on #3A583F background.


White color preview on #3A583F background

This text has white color on #3A583F background.


Related colors

Complementary color

Complementary color for #hex is #C5A7C0.


I love getcolorcode.com

Triadic colors

1 #3F3A58 and #583F3A with #3A583F are triadic colors.

2 #3F583A and #583A3F with #3A583F are triadic colors.