COLOR #3B655E

HEX: #3B655E RGB: (59,101,94)

Color info

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

RGB color model

#3B655E color RGB value is (59,101,94).

RGB: (59,101,94) (23%, 40%, 37%)

RGB channels and saturation

R 59 of 255 = 23%
G 101 of 255 = 40%
B 94 of 255 = 37%

59
101
94

R + G + B ~ 33%. #3B655E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 101 + 94 = 254 (100%)
R 59 of 254 ~ 23.23%
G 101 of 254 ~ 39.76%
B 94 of 254 ~ 37.01'%

%23.23
%39.76
%37.01

CMYK color model

#3B655E color CMYK value is (42,0,7,60).

  • cyan value is 41.58%
  • magenta value is 0.00%
  • yellow value is 6.93%
  • key color value is 60.39%
CMYK: (42,0,7,60) C42M0Y7K60 (42%,0%,7%,60%) (0.42/0.00/0.07/0.60) 

CMYK percentages

%41.58
%0
%6.93
%60.39

Codes

Color #3B655E in popluar color models

3B 65 5E
RGB 59 101 94
HSL 170° 26.25% 31.37%
HSB/HSV 170° 41.58% 39.61%
CMYK 41.58% 0.00% 6.93%
60.39%

Color #3B655E in popluar number systems.

HEX 3B 65 5E
Decimal 59 101 94
Binary 111011 1100101 1011110
Octal 73 145 136

Shades and tints

Shades of #3B655E

#3B655E
(59,101,94)
#365C56
(54,92,86)
#31534E
(49,83,78)
#2C4A46
(44,74,70)
#27413E
(39,65,62)
#223836
(34,56,54)
#1D2F2E
(29,47,46)
#182626
(24,38,38)
#131D1E
(19,29,30)
#0E1416
(14,20,22)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #3B655E

#3B655E
(59,101,94)
#4C736C
(76,115,108)
#5D817A
(93,129,122)
#6E8F88
(110,143,136)
#7F9D96
(127,157,150)
#90ABA4
(144,171,164)
#A1B9B2
(161,185,178)
#B2C7C0
(178,199,192)
#C3D5CE
(195,213,206)
#D4E3DC
(212,227,220)
#E5F1EA
(229,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B655E color. Also use rgb(59,101,94) instead hex code.

Text Font Color

.myTextColor { color: #3B655E; }

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

This text font color is #3B655E.

Background Color

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

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

This div background color is #3B655E.

Border color

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

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

This div border color is #3B655E.

Opacity

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

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

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

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

This text has shadow with #3B655E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B655E.

Preview

Color preview on black background

This text has color #3B655E on black background.


Color preview on white background

This text has color #3B655E on white background.


Black color preview on #3B655E background

This text has black color on #3B655E background.


White color preview on #3B655E background

This text has white color on #3B655E background.


Related colors

Complementary color

Complementary color for #hex is #C49AA1.


I love getcolorcode.com

Triadic colors

1 #5E3B65 and #655E3B with #3B655E are triadic colors.

2 #5E653B and #653B5E with #3B655E are triadic colors.