COLOR #3A6A4C

HEX: #3A6A4C RGB: (58,106,76)

Color info

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

RGB color model

#3A6A4C color RGB value is (58,106,76).

RGB: (58,106,76) (23%, 42%, 30%)

RGB channels and saturation

R 58 of 255 = 23%
G 106 of 255 = 42%
B 76 of 255 = 30%

58
106
76

R + G + B ~ 32%. #3A6A4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 106 + 76 = 240 (100%)
R 58 of 240 ~ 24.17%
G 106 of 240 ~ 44.17%
B 76 of 240 ~ 31.67'%

%24.17
%44.17
%31.67

CMYK color model

#3A6A4C color CMYK value is (45,0,28,58).

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

CMYK: (45,0,28,58)
C45M0Y28K58 (45%, 0%, 28%, 58%)
(0.45 / 0.00 / 0.28 / 0.58)

CMYK percentages

%45.28
%0
%28.3
%58.43

Codes

Color #3A6A4C in popluar color models

3A 6A 4C
RGB 58 106 76
HSL 143° 29.27% 32.16%
HSB/HSV 143° 45.28% 41.57%
CMYK 45.28% 0.00% 28.30%
58.43%

Color #3A6A4C in popluar number systems.

HEX 3A 6A 4C
Decimal 58 106 76
Binary 111010 1101010 1001100
Octal 72 152 114

Shades and tints

Shades of #3A6A4C

#3A6A4C
(58,106,76)
#356146
(53,97,70)
#305840
(48,88,64)
#2B4F3A
(43,79,58)
#264634
(38,70,52)
#213D2E
(33,61,46)
#1C3428
(28,52,40)
#172B22
(23,43,34)
#12221C
(18,34,28)
#0D1916
(13,25,22)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #3A6A4C

#3A6A4C
(58,106,76)
#4B775C
(75,119,92)
#5C846C
(92,132,108)
#6D917C
(109,145,124)
#7E9E8C
(126,158,140)
#8FAB9C
(143,171,156)
#A0B8AC
(160,184,172)
#B1C5BC
(177,197,188)
#C2D2CC
(194,210,204)
#D3DFDC
(211,223,220)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6A4C; }

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

This text font color is #3A6A4C.

Background Color

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

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

This div background color is #3A6A4C.

Border color

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

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

This div border color is #3A6A4C.

Opacity

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

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

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

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

This text has shadow with #3A6A4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6A4C.

Preview

Color preview on black background

This text has color #3A6A4C on black background.


Color preview on white background

This text has color #3A6A4C on white background.


Black color preview on #3A6A4C background

This text has black color on #3A6A4C background.


White color preview on #3A6A4C background

This text has white color on #3A6A4C background.


Related colors

Complementary color

Complementary color for #hex is #C595B3.


I love getcolorcode.com

Triadic colors

1 #4C3A6A and #6A4C3A with #3A6A4C are triadic colors.

2 #4C6A3A and #6A3A4C with #3A6A4C are triadic colors.