COLOR #3B564B

HEX: #3B564B RGB: (59,86,75)

Color info

#3B564B contains red, green and blue colors in about the same proportion. Web safe color of #3B564B is #336633 (or #363).

RGB color model

#3B564B color RGB value is (59,86,75).

RGB: (59,86,75) (23%, 34%, 29%)

RGB channels and saturation

R 59 of 255 = 23%
G 86 of 255 = 34%
B 75 of 255 = 29%

59
86
75

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

Portions of RGB colors in percentages

R + G + B = 59 + 86 + 75 = 220 (100%)
R 59 of 220 ~ 26.82%
G 86 of 220 ~ 39.09%
B 75 of 220 ~ 34.09'%

%26.82
%39.09
%34.09

CMYK color model

#3B564B color CMYK value is (31,0,13,66).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 66.27%

CMYK: (31,0,13,66)
C31M0Y13K66 (31%, 0%, 13%, 66%)
(0.31 / 0.00 / 0.13 / 0.66)

CMYK percentages

%31.4
%0
%12.79
%66.27

Codes

Color #3B564B in popluar color models

3B 56 4B
RGB 59 86 75
HSL 156° 18.62% 28.43%
HSB/HSV 156° 31.40% 33.73%
CMYK 31.40% 0.00% 12.79%
66.27%

Color #3B564B in popluar number systems.

HEX 3B 56 4B
Decimal 59 86 75
Binary 111011 1010110 1001011
Octal 73 126 113

Shades and tints

Shades of #3B564B

#3B564B
(59,86,75)
#364F45
(54,79,69)
#31483F
(49,72,63)
#2C4139
(44,65,57)
#273A33
(39,58,51)
#22332D
(34,51,45)
#1D2C27
(29,44,39)
#182521
(24,37,33)
#131E1B
(19,30,27)
#0E1715
(14,23,21)
#09100F
(9,16,15)
#000000
(0,0,0)

Tints of #3B564B

#3B564B
(59,86,75)
#4C655B
(76,101,91)
#5D746B
(93,116,107)
#6E837B
(110,131,123)
#7F928B
(127,146,139)
#90A19B
(144,161,155)
#A1B0AB
(161,176,171)
#B2BFBB
(178,191,187)
#C3CECB
(195,206,203)
#D4DDDB
(212,221,219)
#E5ECEB
(229,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B564B color. Also use rgb(59,86,75) instead hex code.

Text Font Color

.myTextColor { color: #3B564B; }

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

This text font color is #3B564B.

Background Color

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

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

This div background color is #3B564B.

Border color

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

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

This div border color is #3B564B.

Opacity

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

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

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

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

This text has shadow with #3B564B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B564B.

Preview

Color preview on black background

This text has color #3B564B on black background.


Color preview on white background

This text has color #3B564B on white background.


Black color preview on #3B564B background

This text has black color on #3B564B background.


White color preview on #3B564B background

This text has white color on #3B564B background.


Related colors

Complementary color

Complementary color for #hex is #C4A9B4.


I love getcolorcode.com

Triadic colors

1 #4B3B56 and #564B3B with #3B564B are triadic colors.

2 #4B563B and #563B4B with #3B564B are triadic colors.