COLOR #3C584E

HEX: #3C584E RGB: (60,88,78)

Color info

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

RGB color model

#3C584E color RGB value is (60,88,78).

RGB: (60,88,78) (24%, 35%, 31%)

RGB channels and saturation

R 60 of 255 = 24%
G 88 of 255 = 35%
B 78 of 255 = 31%

60
88
78

R + G + B ~ 30%. #3C584E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 88 + 78 = 226 (100%)
R 60 of 226 ~ 26.55%
G 88 of 226 ~ 38.94%
B 78 of 226 ~ 34.51'%

%26.55
%38.94
%34.51

CMYK color model

#3C584E color CMYK value is (32,0,11,65).

  • cyan value is 31.82%
  • magenta value is 0.00%
  • yellow value is 11.36%
  • key color value is 65.49%

CMYK: (32,0,11,65)
C32M0Y11K65 (32%, 0%, 11%, 65%)
(0.32 / 0.00 / 0.11 / 0.65)

CMYK percentages

%31.82
%0
%11.36
%65.49

Codes

Color #3C584E in popluar color models

3C 58 4E
RGB 60 88 78
HSL 159° 18.92% 29.02%
HSB/HSV 159° 31.82% 34.51%
CMYK 31.82% 0.00% 11.36%
65.49%

Color #3C584E in popluar number systems.

HEX 3C 58 4E
Decimal 60 88 78
Binary 111100 1011000 1001110
Octal 74 130 116

Shades and tints

Shades of #3C584E

#3C584E
(60,88,78)
#375047
(55,80,71)
#324840
(50,72,64)
#2D4039
(45,64,57)
#283832
(40,56,50)
#23302B
(35,48,43)
#1E2824
(30,40,36)
#19201D
(25,32,29)
#141816
(20,24,22)
#0F100F
(15,16,15)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #3C584E

#3C584E
(60,88,78)
#4D675E
(77,103,94)
#5E766E
(94,118,110)
#6F857E
(111,133,126)
#80948E
(128,148,142)
#91A39E
(145,163,158)
#A2B2AE
(162,178,174)
#B3C1BE
(179,193,190)
#C4D0CE
(196,208,206)
#D5DFDE
(213,223,222)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C584E color. Also use rgb(60,88,78) instead hex code.

Text Font Color

.myTextColor { color: #3C584E; }

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

This text font color is #3C584E.

Background Color

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

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

This div background color is #3C584E.

Border color

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

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

This div border color is #3C584E.

Opacity

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

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

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

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

This text has shadow with #3C584E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C584E.

Preview

Color preview on black background

This text has color #3C584E on black background.


Color preview on white background

This text has color #3C584E on white background.


Black color preview on #3C584E background

This text has black color on #3C584E background.


White color preview on #3C584E background

This text has white color on #3C584E background.


Related colors

Complementary color

Complementary color for #hex is #C3A7B1.


I love getcolorcode.com

Triadic colors

1 #4E3C58 and #584E3C with #3C584E are triadic colors.

2 #4E583C and #583C4E with #3C584E are triadic colors.