COLOR #3B555A

HEX: #3B555A RGB: (59,85,90)

Color info

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

RGB color model

#3B555A color RGB value is (59,85,90).

RGB: (59,85,90) (23%, 33%, 35%)

RGB channels and saturation

R 59 of 255 = 23%
G 85 of 255 = 33%
B 90 of 255 = 35%

59
85
90

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

Portions of RGB colors in percentages

R + G + B = 59 + 85 + 90 = 234 (100%)
R 59 of 234 ~ 25.21%
G 85 of 234 ~ 36.32%
B 90 of 234 ~ 38.46'%

%25.21
%36.32
%38.46

CMYK color model

#3B555A color CMYK value is (34,6,0,65).

  • cyan value is 34.44%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (34,6,0,65)
C34M6Y0K65 (34%, 6%, 0%, 65%)
(0.34 / 0.06 / 0.00 / 0.65)

CMYK percentages

%34.44
%5.56
%0
%64.71

Codes

Color #3B555A in popluar color models

3B 55 5A
RGB 59 85 90
HSL 190° 20.81% 29.22%
HSB/HSV 190° 34.44% 35.29%
CMYK 34.44% 5.56% 0.00%
64.71%

Color #3B555A in popluar number systems.

HEX 3B 55 5A
Decimal 59 85 90
Binary 111011 1010101 1011010
Octal 73 125 132

Shades and tints

Shades of #3B555A

#3B555A
(59,85,90)
#364E52
(54,78,82)
#31474A
(49,71,74)
#2C4042
(44,64,66)
#27393A
(39,57,58)
#223232
(34,50,50)
#1D2B2A
(29,43,42)
#182422
(24,36,34)
#131D1A
(19,29,26)
#0E1612
(14,22,18)
#090F0A
(9,15,10)
#000000
(0,0,0)

Tints of #3B555A

#3B555A
(59,85,90)
#4C6469
(76,100,105)
#5D7378
(93,115,120)
#6E8287
(110,130,135)
#7F9196
(127,145,150)
#90A0A5
(144,160,165)
#A1AFB4
(161,175,180)
#B2BEC3
(178,190,195)
#C3CDD2
(195,205,210)
#D4DCE1
(212,220,225)
#E5EBF0
(229,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B555A color. Also use rgb(59,85,90) instead hex code.

Text Font Color

.myTextColor { color: #3B555A; }

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

This text font color is #3B555A.

Background Color

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

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

This div background color is #3B555A.

Border color

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

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

This div border color is #3B555A.

Opacity

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

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

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

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

This text has shadow with #3B555A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B555A.

Preview

Color preview on black background

This text has color #3B555A on black background.


Color preview on white background

This text has color #3B555A on white background.


Black color preview on #3B555A background

This text has black color on #3B555A background.


White color preview on #3B555A background

This text has white color on #3B555A background.


Related colors

Complementary color

Complementary color for #hex is #C4AAA5.


I love getcolorcode.com

Triadic colors

1 #5A3B55 and #555A3B with #3B555A are triadic colors.

2 #5A553B and #553B5A with #3B555A are triadic colors.