COLOR #3A6259

HEX: #3A6259
RGB: (58,98,89)

Color info

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

RGB color model

#3A6259 color RGB value is (58,98,89).

  • red value is 58;
  • green value is 98;
  • blue value is 89.
RGB:
(58,98,89)
(23%,38%,35%)

RGB channels and saturation

R 58 of 255 = 23%
G 98 of 255 = 38%
B 89 of 255 = 35%

58
98
89

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

Portions of RGB colors in percentages

R + G + B =
58 + 98 + 89 = 245 (100%)
R 58 of 245 ~ 23.67%
G 98 of 245 ~ 40%
B 89 of 245 ~ 36.33%

%23.67
%40
%36.33

CMYK color model

#3A6259 color CMYK value is (41,0,9,62).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 9.18%
  • key color value is 61.57%
CMYK:
(41,0,9,62)
C41M0Y9K62 
(41%,0%,9%,62%)
(0.41/0.00/0.09/0.62)	

CMYK percentages

%40.82
%0
%9.18
%61.57

Codes

Color #3A6259 in popluar color models

3A6259
RGB589889
HSL167°25.64%30.59%
HSB/HSV167°40.82%38.43%
CMYK40.82%0.00%9.18%
61.57%

Color #3A6259 in popluar number systems.

HEX3A6259
Decimal589889
Binary11101011000101011001
Octal72142131

Shades and tints

Shades of #3A6259

#3A6259
(58,98,89)
#355A51
(53,90,81)
#305249
(48,82,73)
#2B4A41
(43,74,65)
#264239
(38,66,57)
#213A31
(33,58,49)
#1C3229
(28,50,41)
#172A21
(23,42,33)
#122219
(18,34,25)
#0D1A11
(13,26,17)
#081209
(8,18,9)
#000000
(0,0,0)

Tints of #3A6259

#3A6259
(58,98,89)
#4B7068
(75,112,104)
#5C7E77
(92,126,119)
#6D8C86
(109,140,134)
#7E9A95
(126,154,149)
#8FA8A4
(143,168,164)
#A0B6B3
(160,182,179)
#B1C4C2
(177,196,194)
#C2D2D1
(194,210,209)
#D3E0E0
(211,224,224)
#E4EEEF
(228,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6259 color. Also use rgb(58,98,89) instead hex code.

Text Font Color

.myTextColor { color: #3A6259; }

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

This text font color is #3A6259.


Background Color

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

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

This div background color is #3A6259.


Border color

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

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

This div border color is #3A6259.


Opacity

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

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

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

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

This text has shadow with #3A6259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6259 on black background.


Color preview on white background

This text has color #3A6259 on white background.



Black color preview on #3A6259 background

This text has black color on #3A6259 background.


White color preview on #3A6259 background

This text has white color on #3A6259 background.