COLOR #3A6A5F

HEX: #3A6A5F RGB: (58,106,95)

Color info

#3A6A5F contains red, green and blue colors in about the same proportion. Web safe color of #3A6A5F is #336666 (or #366).

RGB color model

#3A6A5F color RGB value is (58,106,95).

RGB: (58,106,95) (23%, 42%, 37%)

RGB channels and saturation

R 58 of 255 = 23%
G 106 of 255 = 42%
B 95 of 255 = 37%

58
106
95

R + G + B ~ 34%. #3A6A5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 106 + 95 = 259 (100%)
R 58 of 259 ~ 22.39%
G 106 of 259 ~ 40.93%
B 95 of 259 ~ 36.68'%

%22.39
%40.93
%36.68

CMYK color model

#3A6A5F color CMYK value is (45,0,10,58).

  • cyan value is 45.28%
  • magenta value is 0.00%
  • yellow value is 10.38%
  • key color value is 58.43%

CMYK: (45,0,10,58)
C45M0Y10K58 (45%, 0%, 10%, 58%)
(0.45 / 0.00 / 0.10 / 0.58)

CMYK percentages

%45.28
%0
%10.38
%58.43

Codes

Color #3A6A5F in popluar color models

3A 6A 5F
RGB 58 106 95
HSL 166° 29.27% 32.16%
HSB/HSV 166° 45.28% 41.57%
CMYK 45.28% 0.00% 10.38%
58.43%

Color #3A6A5F in popluar number systems.

HEX 3A 6A 5F
Decimal 58 106 95
Binary 111010 1101010 1011111
Octal 72 152 137

Shades and tints

Shades of #3A6A5F

#3A6A5F
(58,106,95)
#356157
(53,97,87)
#30584F
(48,88,79)
#2B4F47
(43,79,71)
#26463F
(38,70,63)
#213D37
(33,61,55)
#1C342F
(28,52,47)
#172B27
(23,43,39)
#12221F
(18,34,31)
#0D1917
(13,25,23)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #3A6A5F

#3A6A5F
(58,106,95)
#4B776D
(75,119,109)
#5C847B
(92,132,123)
#6D9189
(109,145,137)
#7E9E97
(126,158,151)
#8FABA5
(143,171,165)
#A0B8B3
(160,184,179)
#B1C5C1
(177,197,193)
#C2D2CF
(194,210,207)
#D3DFDD
(211,223,221)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6A5F color. Also use rgb(58,106,95) instead hex code.

Text Font Color

.myTextColor { color: #3A6A5F; }

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

This text font color is #3A6A5F.

Background Color

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

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

This div background color is #3A6A5F.

Border color

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

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

This div border color is #3A6A5F.

Opacity

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

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

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

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

This text has shadow with #3A6A5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6A5F.

Preview

Color preview on black background

This text has color #3A6A5F on black background.


Color preview on white background

This text has color #3A6A5F on white background.


Black color preview on #3A6A5F background

This text has black color on #3A6A5F background.


White color preview on #3A6A5F background

This text has white color on #3A6A5F background.


Related colors

Complementary color

Complementary color for #hex is #C595A0.


I love getcolorcode.com

Triadic colors

1 #5F3A6A and #6A5F3A with #3A6A5F are triadic colors.

2 #5F6A3A and #6A3A5F with #3A6A5F are triadic colors.