COLOR #3A6040

HEX: #3A6040 RGB: (58,96,64)

Color info

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

RGB color model

#3A6040 color RGB value is (58,96,64).

RGB: (58,96,64) (23%, 38%, 25%)

RGB channels and saturation

R 58 of 255 = 23%
G 96 of 255 = 38%
B 64 of 255 = 25%

58
96
64

R + G + B ~ 29%. #3A6040 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 96 + 64 = 218 (100%)
R 58 of 218 ~ 26.61%
G 96 of 218 ~ 44.04%
B 64 of 218 ~ 29.36'%

%26.61
%44.04
%29.36

CMYK color model

#3A6040 color CMYK value is (40,0,33,62).

  • cyan value is 39.58%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 62.35%

CMYK: (40,0,33,62)
C40M0Y33K62 (40%, 0%, 33%, 62%)
(0.40 / 0.00 / 0.33 / 0.62)

CMYK percentages

%39.58
%0
%33.33
%62.35

Codes

Color #3A6040 in popluar color models

3A 60 40
RGB 58 96 64
HSL 129° 24.68% 30.20%
HSB/HSV 129° 39.58% 37.65%
CMYK 39.58% 0.00% 33.33%
62.35%

Color #3A6040 in popluar number systems.

HEX 3A 60 40
Decimal 58 96 64
Binary 111010 1100000 1000000
Octal 72 140 100

Shades and tints

Shades of #3A6040

#3A6040
(58,96,64)
#35583B
(53,88,59)
#305036
(48,80,54)
#2B4831
(43,72,49)
#26402C
(38,64,44)
#213827
(33,56,39)
#1C3022
(28,48,34)
#17281D
(23,40,29)
#122018
(18,32,24)
#0D1813
(13,24,19)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #3A6040

#3A6040
(58,96,64)
#4B6E51
(75,110,81)
#5C7C62
(92,124,98)
#6D8A73
(109,138,115)
#7E9884
(126,152,132)
#8FA695
(143,166,149)
#A0B4A6
(160,180,166)
#B1C2B7
(177,194,183)
#C2D0C8
(194,208,200)
#D3DED9
(211,222,217)
#E4ECEA
(228,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6040 color. Also use rgb(58,96,64) instead hex code.

Text Font Color

.myTextColor { color: #3A6040; }

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

This text font color is #3A6040.

Background Color

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

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

This div background color is #3A6040.

Border color

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

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

This div border color is #3A6040.

Opacity

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

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

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

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

This text has shadow with #3A6040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6040.

Preview

Color preview on black background

This text has color #3A6040 on black background.


Color preview on white background

This text has color #3A6040 on white background.


Black color preview on #3A6040 background

This text has black color on #3A6040 background.


White color preview on #3A6040 background

This text has white color on #3A6040 background.


Related colors

Complementary color

Complementary color for #hex is #C59FBF.


I love getcolorcode.com

Triadic colors

1 #403A60 and #60403A with #3A6040 are triadic colors.

2 #40603A and #603A40 with #3A6040 are triadic colors.