COLOR #3B505D

HEX: #3B505D RGB: (59,80,93)

Color info

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

RGB color model

#3B505D color RGB value is (59,80,93).

RGB: (59,80,93) (23%, 31%, 36%)

RGB channels and saturation

R 59 of 255 = 23%
G 80 of 255 = 31%
B 93 of 255 = 36%

59
80
93

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

Portions of RGB colors in percentages

R + G + B = 59 + 80 + 93 = 232 (100%)
R 59 of 232 ~ 25.43%
G 80 of 232 ~ 34.48%
B 93 of 232 ~ 40.09'%

%25.43
%34.48
%40.09

CMYK color model

#3B505D color CMYK value is (37,14,0,64).

  • cyan value is 36.56%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK: (37,14,0,64) C37M14Y0K64 (37%,14%,0%,64%) (0.37/0.14/0.00/0.64) 

CMYK percentages

%36.56
%13.98
%0
%63.53

Codes

Color #3B505D in popluar color models

3B 50 5D
RGB 59 80 93
HSL 203° 22.37% 29.80%
HSB/HSV 203° 36.56% 36.47%
CMYK 36.56% 13.98% 0.00%
63.53%

Color #3B505D in popluar number systems.

HEX 3B 50 5D
Decimal 59 80 93
Binary 111011 1010000 1011101
Octal 73 120 135

Shades and tints

Shades of #3B505D

#3B505D
(59,80,93)
#364955
(54,73,85)
#31424D
(49,66,77)
#2C3B45
(44,59,69)
#27343D
(39,52,61)
#222D35
(34,45,53)
#1D262D
(29,38,45)
#181F25
(24,31,37)
#13181D
(19,24,29)
#0E1115
(14,17,21)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #3B505D

#3B505D
(59,80,93)
#4C5F6B
(76,95,107)
#5D6E79
(93,110,121)
#6E7D87
(110,125,135)
#7F8C95
(127,140,149)
#909BA3
(144,155,163)
#A1AAB1
(161,170,177)
#B2B9BF
(178,185,191)
#C3C8CD
(195,200,205)
#D4D7DB
(212,215,219)
#E5E6E9
(229,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B505D color. Also use rgb(59,80,93) instead hex code.

Text Font Color

.myTextColor { color: #3B505D; }

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

This text font color is #3B505D.

Background Color

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

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

This div background color is #3B505D.

Border color

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

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

This div border color is #3B505D.

Opacity

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

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

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

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

This text has shadow with #3B505D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B505D.

Preview

Color preview on black background

This text has color #3B505D on black background.


Color preview on white background

This text has color #3B505D on white background.


Black color preview on #3B505D background

This text has black color on #3B505D background.


White color preview on #3B505D background

This text has white color on #3B505D background.


Related colors

Complementary color

Complementary color for #hex is #C4AFA2.


I love getcolorcode.com

Triadic colors

1 #5D3B50 and #505D3B with #3B505D are triadic colors.

2 #5D503B and #503B5D with #3B505D are triadic colors.