COLOR #3A5550

HEX: #3A5550 RGB: (58,85,80)

Color info

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

RGB color model

#3A5550 color RGB value is (58,85,80).

RGB: (58,85,80) (23%, 33%, 31%)

RGB channels and saturation

R 58 of 255 = 23%
G 85 of 255 = 33%
B 80 of 255 = 31%

58
85
80

R + G + B ~ 29%. #3A5550 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 85 + 80 = 223 (100%)
R 58 of 223 ~ 26.01%
G 85 of 223 ~ 38.12%
B 80 of 223 ~ 35.87'%

%26.01
%38.12
%35.87

CMYK color model

#3A5550 color CMYK value is (32,0,6,67).

  • cyan value is 31.76%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 66.67%

CMYK: (32,0,6,67)
C32M0Y6K67 (32%, 0%, 6%, 67%)
(0.32 / 0.00 / 0.06 / 0.67)

CMYK percentages

%31.76
%0
%5.88
%66.67

Codes

Color #3A5550 in popluar color models

3A 55 50
RGB 58 85 80
HSL 169° 18.88% 28.04%
HSB/HSV 169° 31.76% 33.33%
CMYK 31.76% 0.00% 5.88%
66.67%

Color #3A5550 in popluar number systems.

HEX 3A 55 50
Decimal 58 85 80
Binary 111010 1010101 1010000
Octal 72 125 120

Shades and tints

Shades of #3A5550

#3A5550
(58,85,80)
#354E49
(53,78,73)
#304742
(48,71,66)
#2B403B
(43,64,59)
#263934
(38,57,52)
#21322D
(33,50,45)
#1C2B26
(28,43,38)
#17241F
(23,36,31)
#121D18
(18,29,24)
#0D1611
(13,22,17)
#080F0A
(8,15,10)
#000000
(0,0,0)

Tints of #3A5550

#3A5550
(58,85,80)
#4B645F
(75,100,95)
#5C736E
(92,115,110)
#6D827D
(109,130,125)
#7E918C
(126,145,140)
#8FA09B
(143,160,155)
#A0AFAA
(160,175,170)
#B1BEB9
(177,190,185)
#C2CDC8
(194,205,200)
#D3DCD7
(211,220,215)
#E4EBE6
(228,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A5550 color. Also use rgb(58,85,80) instead hex code.

Text Font Color

.myTextColor { color: #3A5550; }

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

This text font color is #3A5550.

Background Color

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

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

This div background color is #3A5550.

Border color

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

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

This div border color is #3A5550.

Opacity

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

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

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

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

This text has shadow with #3A5550 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A5550.

Preview

Color preview on black background

This text has color #3A5550 on black background.


Color preview on white background

This text has color #3A5550 on white background.


Black color preview on #3A5550 background

This text has black color on #3A5550 background.


White color preview on #3A5550 background

This text has white color on #3A5550 background.


Related colors

Complementary color

Complementary color for #hex is #C5AAAF.


I love getcolorcode.com

Triadic colors

1 #503A55 and #55503A with #3A5550 are triadic colors.

2 #50553A and #553A50 with #3A5550 are triadic colors.