COLOR #3A6359

HEX: #3A6359 RGB: (58,99,89)

Color info

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

RGB color model

#3A6359 color RGB value is (58,99,89).

RGB: (58,99,89) (23%, 39%, 35%)

RGB channels and saturation

R 58 of 255 = 23%
G 99 of 255 = 39%
B 89 of 255 = 35%

58
99
89

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

Portions of RGB colors in percentages

R + G + B = 58 + 99 + 89 = 246 (100%)
R 58 of 246 ~ 23.58%
G 99 of 246 ~ 40.24%
B 89 of 246 ~ 36.18'%

%23.58
%40.24
%36.18

CMYK color model

#3A6359 color CMYK value is (41,0,10,61).

  • cyan value is 41.41%
  • magenta value is 0.00%
  • yellow value is 10.10%
  • key color value is 61.18%

CMYK: (41,0,10,61)
C41M0Y10K61 (41%, 0%, 10%, 61%)
(0.41 / 0.00 / 0.10 / 0.61)

CMYK percentages

%41.41
%0
%10.1
%61.18

Codes

Color #3A6359 in popluar color models

3A 63 59
RGB 58 99 89
HSL 165° 26.11% 30.78%
HSB/HSV 165° 41.41% 38.82%
CMYK 41.41% 0.00% 10.10%
61.18%

Color #3A6359 in popluar number systems.

HEX 3A 63 59
Decimal 58 99 89
Binary 111010 1100011 1011001
Octal 72 143 131

Shades and tints

Shades of #3A6359

#3A6359
(58,99,89)
#355A51
(53,90,81)
#305149
(48,81,73)
#2B4841
(43,72,65)
#263F39
(38,63,57)
#213631
(33,54,49)
#1C2D29
(28,45,41)
#172421
(23,36,33)
#121B19
(18,27,25)
#0D1211
(13,18,17)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #3A6359

#3A6359
(58,99,89)
#4B7168
(75,113,104)
#5C7F77
(92,127,119)
#6D8D86
(109,141,134)
#7E9B95
(126,155,149)
#8FA9A4
(143,169,164)
#A0B7B3
(160,183,179)
#B1C5C2
(177,197,194)
#C2D3D1
(194,211,209)
#D3E1E0
(211,225,224)
#E4EFEF
(228,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6359; }

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

This text font color is #3A6359.

Background Color

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

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

This div background color is #3A6359.

Border color

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

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

This div border color is #3A6359.

Opacity

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

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

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

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

This text has shadow with #3A6359 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6359.

Preview

Color preview on black background

This text has color #3A6359 on black background.


Color preview on white background

This text has color #3A6359 on white background.


Black color preview on #3A6359 background

This text has black color on #3A6359 background.


White color preview on #3A6359 background

This text has white color on #3A6359 background.


Related colors

Complementary color

Complementary color for #hex is #C59CA6.


I love getcolorcode.com

Triadic colors

1 #593A63 and #63593A with #3A6359 are triadic colors.

2 #59633A and #633A59 with #3A6359 are triadic colors.