COLOR #3A5D3D

HEX: #3A5D3D RGB: (58,93,61)

Color info

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

RGB color model

#3A5D3D color RGB value is (58,93,61).

RGB: (58,93,61) (23%, 36%, 24%)

RGB channels and saturation

R 58 of 255 = 23%
G 93 of 255 = 36%
B 61 of 255 = 24%

58
93
61

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

Portions of RGB colors in percentages

R + G + B = 58 + 93 + 61 = 212 (100%)
R 58 of 212 ~ 27.36%
G 93 of 212 ~ 43.87%
B 61 of 212 ~ 28.77'%

%27.36
%43.87
%28.77

CMYK color model

#3A5D3D color CMYK value is (38,0,34,64).

  • cyan value is 37.63%
  • magenta value is 0.00%
  • yellow value is 34.41%
  • key color value is 63.53%

CMYK: (38,0,34,64)
C38M0Y34K64 (38%, 0%, 34%, 64%)
(0.38 / 0.00 / 0.34 / 0.64)

CMYK percentages

%37.63
%0
%34.41
%63.53

Codes

Color #3A5D3D in popluar color models

3A 5D 3D
RGB 58 93 61
HSL 125° 23.18% 29.61%
HSB/HSV 125° 37.63% 36.47%
CMYK 37.63% 0.00% 34.41%
63.53%

Color #3A5D3D in popluar number systems.

HEX 3A 5D 3D
Decimal 58 93 61
Binary 111010 1011101 111101
Octal 72 135 75

Shades and tints

Shades of #3A5D3D

#3A5D3D
(58,93,61)
#355538
(53,85,56)
#304D33
(48,77,51)
#2B452E
(43,69,46)
#263D29
(38,61,41)
#213524
(33,53,36)
#1C2D1F
(28,45,31)
#17251A
(23,37,26)
#121D15
(18,29,21)
#0D1510
(13,21,16)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #3A5D3D

#3A5D3D
(58,93,61)
#4B6B4E
(75,107,78)
#5C795F
(92,121,95)
#6D8770
(109,135,112)
#7E9581
(126,149,129)
#8FA392
(143,163,146)
#A0B1A3
(160,177,163)
#B1BFB4
(177,191,180)
#C2CDC5
(194,205,197)
#D3DBD6
(211,219,214)
#E4E9E7
(228,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A5D3D; }

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

This text font color is #3A5D3D.

Background Color

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

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

This div background color is #3A5D3D.

Border color

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

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

This div border color is #3A5D3D.

Opacity

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

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

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

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

This text has shadow with #3A5D3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5D3D.

Preview

Color preview on black background

This text has color #3A5D3D on black background.


Color preview on white background

This text has color #3A5D3D on white background.


Black color preview on #3A5D3D background

This text has black color on #3A5D3D background.


White color preview on #3A5D3D background

This text has white color on #3A5D3D background.


Related colors

Complementary color

Complementary color for #hex is #C5A2C2.


I love getcolorcode.com

Triadic colors

1 #3D3A5D and #5D3D3A with #3A5D3D are triadic colors.

2 #3D5D3A and #5D3A3D with #3A5D3D are triadic colors.