COLOR #3A583D

HEX: #3A583D RGB: (58,88,61)

Color info

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

RGB color model

#3A583D color RGB value is (58,88,61).

RGB: (58,88,61) (23%, 35%, 24%)

RGB channels and saturation

R 58 of 255 = 23%
G 88 of 255 = 35%
B 61 of 255 = 24%

58
88
61

R + G + B ~ 27%. #3A583D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 88 + 61 = 207 (100%)
R 58 of 207 ~ 28.02%
G 88 of 207 ~ 42.51%
B 61 of 207 ~ 29.47'%

%28.02
%42.51
%29.47

CMYK color model

#3A583D color CMYK value is (34,0,31,65).

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

CMYK: (34,0,31,65)
C34M0Y31K65 (34%, 0%, 31%, 65%)
(0.34 / 0.00 / 0.31 / 0.65)

CMYK percentages

%34.09
%0
%30.68
%65.49

Codes

Color #3A583D in popluar color models

3A 58 3D
RGB 58 88 61
HSL 126° 20.55% 28.63%
HSB/HSV 126° 34.09% 34.51%
CMYK 34.09% 0.00% 30.68%
65.49%

Color #3A583D in popluar number systems.

HEX 3A 58 3D
Decimal 58 88 61
Binary 111010 1011000 111101
Octal 72 130 75

Shades and tints

Shades of #3A583D

#3A583D
(58,88,61)
#355038
(53,80,56)
#304833
(48,72,51)
#2B402E
(43,64,46)
#263829
(38,56,41)
#213024
(33,48,36)
#1C281F
(28,40,31)
#17201A
(23,32,26)
#121815
(18,24,21)
#0D1010
(13,16,16)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #3A583D

#3A583D
(58,88,61)
#4B674E
(75,103,78)
#5C765F
(92,118,95)
#6D8570
(109,133,112)
#7E9481
(126,148,129)
#8FA392
(143,163,146)
#A0B2A3
(160,178,163)
#B1C1B4
(177,193,180)
#C2D0C5
(194,208,197)
#D3DFD6
(211,223,214)
#E4EEE7
(228,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A583D; }

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

This text font color is #3A583D.

Background Color

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

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

This div background color is #3A583D.

Border color

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

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

This div border color is #3A583D.

Opacity

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

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

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

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

This text has shadow with #3A583D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A583D.

Preview

Color preview on black background

This text has color #3A583D on black background.


Color preview on white background

This text has color #3A583D on white background.


Black color preview on #3A583D background

This text has black color on #3A583D background.


White color preview on #3A583D background

This text has white color on #3A583D background.


Related colors

Complementary color

Complementary color for #hex is #C5A7C2.


I love getcolorcode.com

Triadic colors

1 #3D3A58 and #583D3A with #3A583D are triadic colors.

2 #3D583A and #583A3D with #3A583D are triadic colors.