COLOR #3A624E

HEX: #3A624E RGB: (58,98,78)

Color info

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

RGB color model

#3A624E color RGB value is (58,98,78).

RGB: (58,98,78) (23%, 38%, 31%)

RGB channels and saturation

R 58 of 255 = 23%
G 98 of 255 = 38%
B 78 of 255 = 31%

58
98
78

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

Portions of RGB colors in percentages

R + G + B = 58 + 98 + 78 = 234 (100%)
R 58 of 234 ~ 24.79%
G 98 of 234 ~ 41.88%
B 78 of 234 ~ 33.33'%

%24.79
%41.88
%33.33

CMYK color model

#3A624E color CMYK value is (41,0,20,62).

  • cyan value is 40.82%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 61.57%

CMYK: (41,0,20,62)
C41M0Y20K62 (41%, 0%, 20%, 62%)
(0.41 / 0.00 / 0.20 / 0.62)

CMYK percentages

%40.82
%0
%20.41
%61.57

Codes

Color #3A624E in popluar color models

3A 62 4E
RGB 58 98 78
HSL 150° 25.64% 30.59%
HSB/HSV 150° 40.82% 38.43%
CMYK 40.82% 0.00% 20.41%
61.57%

Color #3A624E in popluar number systems.

HEX 3A 62 4E
Decimal 58 98 78
Binary 111010 1100010 1001110
Octal 72 142 116

Shades and tints

Shades of #3A624E

#3A624E
(58,98,78)
#355A47
(53,90,71)
#305240
(48,82,64)
#2B4A39
(43,74,57)
#264232
(38,66,50)
#213A2B
(33,58,43)
#1C3224
(28,50,36)
#172A1D
(23,42,29)
#122216
(18,34,22)
#0D1A0F
(13,26,15)
#081208
(8,18,8)
#000000
(0,0,0)

Tints of #3A624E

#3A624E
(58,98,78)
#4B705E
(75,112,94)
#5C7E6E
(92,126,110)
#6D8C7E
(109,140,126)
#7E9A8E
(126,154,142)
#8FA89E
(143,168,158)
#A0B6AE
(160,182,174)
#B1C4BE
(177,196,190)
#C2D2CE
(194,210,206)
#D3E0DE
(211,224,222)
#E4EEEE
(228,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A624E; }

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

This text font color is #3A624E.

Background Color

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

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

This div background color is #3A624E.

Border color

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

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

This div border color is #3A624E.

Opacity

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

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

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

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

This text has shadow with #3A624E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A624E.

Preview

Color preview on black background

This text has color #3A624E on black background.


Color preview on white background

This text has color #3A624E on white background.


Black color preview on #3A624E background

This text has black color on #3A624E background.


White color preview on #3A624E background

This text has white color on #3A624E background.


Related colors

Complementary color

Complementary color for #hex is #C59DB1.


I love getcolorcode.com

Triadic colors

1 #4E3A62 and #624E3A with #3A624E are triadic colors.

2 #4E623A and #623A4E with #3A624E are triadic colors.