COLOR #3B555B

HEX: #3B555B RGB: (59,85,91)

Color info

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

RGB color model

#3B555B color RGB value is (59,85,91).

RGB: (59,85,91) (23%, 33%, 36%)

RGB channels and saturation

R 59 of 255 = 23%
G 85 of 255 = 33%
B 91 of 255 = 36%

59
85
91

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

Portions of RGB colors in percentages

R + G + B = 59 + 85 + 91 = 235 (100%)
R 59 of 235 ~ 25.11%
G 85 of 235 ~ 36.17%
B 91 of 235 ~ 38.72'%

%25.11
%36.17
%38.72

CMYK color model

#3B555B color CMYK value is (35,7,0,64).

  • cyan value is 35.16%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (35,7,0,64)
C35M7Y0K64 (35%, 7%, 0%, 64%)
(0.35 / 0.07 / 0.00 / 0.64)

CMYK percentages

%35.16
%6.59
%0
%64.31

Codes

Color #3B555B in popluar color models

3B 55 5B
RGB 59 85 91
HSL 191° 21.33% 29.41%
HSB/HSV 191° 35.16% 35.69%
CMYK 35.16% 6.59% 0.00%
64.31%

Color #3B555B in popluar number systems.

HEX 3B 55 5B
Decimal 59 85 91
Binary 111011 1010101 1011011
Octal 73 125 133

Shades and tints

Shades of #3B555B

#3B555B
(59,85,91)
#364E53
(54,78,83)
#31474B
(49,71,75)
#2C4043
(44,64,67)
#27393B
(39,57,59)
#223233
(34,50,51)
#1D2B2B
(29,43,43)
#182423
(24,36,35)
#131D1B
(19,29,27)
#0E1613
(14,22,19)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #3B555B

#3B555B
(59,85,91)
#4C6469
(76,100,105)
#5D7377
(93,115,119)
#6E8285
(110,130,133)
#7F9193
(127,145,147)
#90A0A1
(144,160,161)
#A1AFAF
(161,175,175)
#B2BEBD
(178,190,189)
#C3CDCB
(195,205,203)
#D4DCD9
(212,220,217)
#E5EBE7
(229,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B555B; }

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

This text font color is #3B555B.

Background Color

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

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

This div background color is #3B555B.

Border color

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

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

This div border color is #3B555B.

Opacity

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

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

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

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

This text has shadow with #3B555B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B555B.

Preview

Color preview on black background

This text has color #3B555B on black background.


Color preview on white background

This text has color #3B555B on white background.


Black color preview on #3B555B background

This text has black color on #3B555B background.


White color preview on #3B555B background

This text has white color on #3B555B background.


Related colors

Complementary color

Complementary color for #hex is #C4AAA4.


I love getcolorcode.com

Triadic colors

1 #5B3B55 and #555B3B with #3B555B are triadic colors.

2 #5B553B and #553B5B with #3B555B are triadic colors.