COLOR #3A604F

HEX: #3A604F
RGB: (58,96,79)

Color info

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

RGB color model

#3A604F color RGB value is (58,96,79).

  • red value is 58;
  • green value is 96;
  • blue value is 79.
RGB:
(58,96,79)
(23%,38%,31%)

RGB channels and saturation

R 58 of 255 = 23%
G 96 of 255 = 38%
B 79 of 255 = 31%

58
96
79

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

Portions of RGB colors in percentages

R + G + B =
58 + 96 + 79 = 233 (100%)
R 58 of 233 ~ 24.89%
G 96 of 233 ~ 41.2%
B 79 of 233 ~ 33.91%

%24.89
%41.2
%33.91

CMYK color model

#3A604F color CMYK value is (40,0,18,62).

  • cyan value is 39.58%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 62.35%
CMYK:
(40,0,18,62)
C40M0Y18K62 
(40%,0%,18%,62%)
(0.40/0.00/0.18/0.62)	

CMYK percentages

%39.58
%0
%17.71
%62.35

Codes

Color #3A604F in popluar color models

3A604F
RGB589679
HSL153°24.68%30.20%
HSB/HSV153°39.58%37.65%
CMYK39.58%0.00%17.71%
62.35%

Color #3A604F in popluar number systems.

HEX3A604F
Decimal589679
Binary11101011000001001111
Octal72140117

Shades and tints

Shades of #3A604F

#3A604F
(58,96,79)
#355848
(53,88,72)
#305041
(48,80,65)
#2B483A
(43,72,58)
#264033
(38,64,51)
#21382C
(33,56,44)
#1C3025
(28,48,37)
#17281E
(23,40,30)
#122017
(18,32,23)
#0D1810
(13,24,16)
#081009
(8,16,9)
#000000
(0,0,0)

Tints of #3A604F

#3A604F
(58,96,79)
#4B6E5F
(75,110,95)
#5C7C6F
(92,124,111)
#6D8A7F
(109,138,127)
#7E988F
(126,152,143)
#8FA69F
(143,166,159)
#A0B4AF
(160,180,175)
#B1C2BF
(177,194,191)
#C2D0CF
(194,208,207)
#D3DEDF
(211,222,223)
#E4ECEF
(228,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A604F color. Also use rgb(58,96,79) instead hex code.

Text Font Color

.myTextColor { color: #3A604F; }

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

This text font color is #3A604F.


Background Color

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

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

This div background color is #3A604F.


Border color

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

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

This div border color is #3A604F.


Opacity

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

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

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

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

This text has shadow with #3A604F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A604F on black background.


Color preview on white background

This text has color #3A604F on white background.



Black color preview on #3A604F background

This text has black color on #3A604F background.


White color preview on #3A604F background

This text has white color on #3A604F background.