COLOR #3A6450

HEX: #3A6450
RGB: (58,100,80)

Color info

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

RGB color model

#3A6450 color RGB value is (58,100,80).

  • red value is 58;
  • green value is 100;
  • blue value is 80.
RGB:
(58,100,80)
(23%,39%,31%)

RGB channels and saturation

R 58 of 255 = 23%
G 100 of 255 = 39%
B 80 of 255 = 31%

58
100
80

R + G + B ~ 31%. #3A6450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 100 + 80 = 238 (100%)
R 58 of 238 ~ 24.37%
G 100 of 238 ~ 42.02%
B 80 of 238 ~ 33.61%

%24.37
%42.02
%33.61

CMYK color model

#3A6450 color CMYK value is (42,0,20,61).

  • cyan value is 42.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 60.78%
CMYK:
(42,0,20,61)
C42M0Y20K61 
(42%,0%,20%,61%)
(0.42/0.00/0.20/0.61)	

CMYK percentages

%42
%0
%20
%60.78

Codes

Color #3A6450 in popluar color models

3A6450
RGB5810080
HSL151°26.58%30.98%
HSB/HSV151°42.00%39.22%
CMYK42.00%0.00%20.00%
60.78%

Color #3A6450 in popluar number systems.

HEX3A6450
Decimal5810080
Binary11101011001001010000
Octal72144120

Shades and tints

Shades of #3A6450

#3A6450
(58,100,80)
#355B49
(53,91,73)
#305242
(48,82,66)
#2B493B
(43,73,59)
#264034
(38,64,52)
#21372D
(33,55,45)
#1C2E26
(28,46,38)
#17251F
(23,37,31)
#121C18
(18,28,24)
#0D1311
(13,19,17)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #3A6450

#3A6450
(58,100,80)
#4B725F
(75,114,95)
#5C806E
(92,128,110)
#6D8E7D
(109,142,125)
#7E9C8C
(126,156,140)
#8FAA9B
(143,170,155)
#A0B8AA
(160,184,170)
#B1C6B9
(177,198,185)
#C2D4C8
(194,212,200)
#D3E2D7
(211,226,215)
#E4F0E6
(228,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6450 color. Also use rgb(58,100,80) instead hex code.

Text Font Color

.myTextColor { color: #3A6450; }

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

This text font color is #3A6450.


Background Color

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

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

This div background color is #3A6450.


Border color

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

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

This div border color is #3A6450.


Opacity

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

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

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

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

This text has shadow with #3A6450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6450 on black background.


Color preview on white background

This text has color #3A6450 on white background.



Black color preview on #3A6450 background

This text has black color on #3A6450 background.


White color preview on #3A6450 background

This text has white color on #3A6450 background.