COLOR #3A6E5B

HEX: #3A6E5B
RGB: (58,110,91)

Color info

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

RGB color model

#3A6E5B color RGB value is (58,110,91).

  • red value is 58;
  • green value is 110;
  • blue value is 91.
RGB:
(58,110,91)
(23%,43%,36%)

RGB channels and saturation

R 58 of 255 = 23%
G 110 of 255 = 43%
B 91 of 255 = 36%

58
110
91

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

Portions of RGB colors in percentages

R + G + B =
58 + 110 + 91 = 259 (100%)
R 58 of 259 ~ 22.39%
G 110 of 259 ~ 42.47%
B 91 of 259 ~ 35.14%

%22.39
%42.47
%35.14

CMYK color model

#3A6E5B color CMYK value is (47,0,17,57).

  • cyan value is 47.27%
  • magenta value is 0.00%
  • yellow value is 17.27%
  • key color value is 56.86%
CMYK:
(47,0,17,57)
C47M0Y17K57 
(47%,0%,17%,57%)
(0.47/0.00/0.17/0.57)	

CMYK percentages

%47.27
%0
%17.27
%56.86

Codes

Color #3A6E5B in popluar color models

3A6E5B
RGB5811091
HSL158°30.95%32.94%
HSB/HSV158°47.27%43.14%
CMYK47.27%0.00%17.27%
56.86%

Color #3A6E5B in popluar number systems.

HEX3A6E5B
Decimal5811091
Binary11101011011101011011
Octal72156133

Shades and tints

Shades of #3A6E5B

#3A6E5B
(58,110,91)
#356453
(53,100,83)
#305A4B
(48,90,75)
#2B5043
(43,80,67)
#26463B
(38,70,59)
#213C33
(33,60,51)
#1C322B
(28,50,43)
#172823
(23,40,35)
#121E1B
(18,30,27)
#0D1413
(13,20,19)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #3A6E5B

#3A6E5B
(58,110,91)
#4B7B69
(75,123,105)
#5C8877
(92,136,119)
#6D9585
(109,149,133)
#7EA293
(126,162,147)
#8FAFA1
(143,175,161)
#A0BCAF
(160,188,175)
#B1C9BD
(177,201,189)
#C2D6CB
(194,214,203)
#D3E3D9
(211,227,217)
#E4F0E7
(228,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6E5B; }

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

This text font color is #3A6E5B.


Background Color

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

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

This div background color is #3A6E5B.


Border color

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

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

This div border color is #3A6E5B.


Opacity

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

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

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

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

This text has shadow with #3A6E5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6E5B on black background.


Color preview on white background

This text has color #3A6E5B on white background.



Black color preview on #3A6E5B background

This text has black color on #3A6E5B background.


White color preview on #3A6E5B background

This text has white color on #3A6E5B background.