COLOR #3A6E4C

HEX: #3A6E4C RGB: (58,110,76)

Color info

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

RGB color model

#3A6E4C color RGB value is (58,110,76).

RGB: (58,110,76) (23%, 43%, 30%)

RGB channels and saturation

R 58 of 255 = 23%
G 110 of 255 = 43%
B 76 of 255 = 30%

58
110
76

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

Portions of RGB colors in percentages

R + G + B = 58 + 110 + 76 = 244 (100%)
R 58 of 244 ~ 23.77%
G 110 of 244 ~ 45.08%
B 76 of 244 ~ 31.15'%

%23.77
%45.08
%31.15

CMYK color model

#3A6E4C color CMYK value is (47,0,31,57).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 56.86%

CMYK: (47,0,31,57)
C47M0Y31K57 (47%, 0%, 31%, 57%)
(0.47 / 0.00 / 0.31 / 0.57)

CMYK percentages

%47.27
%0
%30.91
%56.86

Codes

Color #3A6E4C in popluar color models

3A 6E 4C
RGB 58 110 76
HSL 141° 30.95% 32.94%
HSB/HSV 141° 47.27% 43.14%
CMYK 47.27% 0.00% 30.91%
56.86%

Color #3A6E4C in popluar number systems.

HEX 3A 6E 4C
Decimal 58 110 76
Binary 111010 1101110 1001100
Octal 72 156 114

Shades and tints

Shades of #3A6E4C

#3A6E4C
(58,110,76)
#356446
(53,100,70)
#305A40
(48,90,64)
#2B503A
(43,80,58)
#264634
(38,70,52)
#213C2E
(33,60,46)
#1C3228
(28,50,40)
#172822
(23,40,34)
#121E1C
(18,30,28)
#0D1416
(13,20,22)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #3A6E4C

#3A6E4C
(58,110,76)
#4B7B5C
(75,123,92)
#5C886C
(92,136,108)
#6D957C
(109,149,124)
#7EA28C
(126,162,140)
#8FAF9C
(143,175,156)
#A0BCAC
(160,188,172)
#B1C9BC
(177,201,188)
#C2D6CC
(194,214,204)
#D3E3DC
(211,227,220)
#E4F0EC
(228,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6E4C; }

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

This text font color is #3A6E4C.

Background Color

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

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

This div background color is #3A6E4C.

Border color

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

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

This div border color is #3A6E4C.

Opacity

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

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

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

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

This text has shadow with #3A6E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6E4C.

Preview

Color preview on black background

This text has color #3A6E4C on black background.


Color preview on white background

This text has color #3A6E4C on white background.


Black color preview on #3A6E4C background

This text has black color on #3A6E4C background.


White color preview on #3A6E4C background

This text has white color on #3A6E4C background.


Related colors

Complementary color

Complementary color for #hex is #C591B3.


I love getcolorcode.com

Triadic colors

1 #4C3A6E and #6E4C3A with #3A6E4C are triadic colors.

2 #4C6E3A and #6E3A4C with #3A6E4C are triadic colors.