COLOR #3B604C

HEX: #3B604C RGB: (59,96,76)

Color info

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

RGB color model

#3B604C color RGB value is (59,96,76).

RGB: (59,96,76) (23%, 38%, 30%)

RGB channels and saturation

R 59 of 255 = 23%
G 96 of 255 = 38%
B 76 of 255 = 30%

59
96
76

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

Portions of RGB colors in percentages

R + G + B = 59 + 96 + 76 = 231 (100%)
R 59 of 231 ~ 25.54%
G 96 of 231 ~ 41.56%
B 76 of 231 ~ 32.9'%

%25.54
%41.56
%32.9

CMYK color model

#3B604C color CMYK value is (39,0,21,62).

  • cyan value is 38.54%
  • magenta value is 0.00%
  • yellow value is 20.83%
  • key color value is 62.35%
CMYK: (39,0,21,62) C39M0Y21K62 (39%,0%,21%,62%) (0.39/0.00/0.21/0.62) 

CMYK percentages

%38.54
%0
%20.83
%62.35

Codes

Color #3B604C in popluar color models

3B 60 4C
RGB 59 96 76
HSL 148° 23.87% 30.39%
HSB/HSV 148° 38.54% 37.65%
CMYK 38.54% 0.00% 20.83%
62.35%

Color #3B604C in popluar number systems.

HEX 3B 60 4C
Decimal 59 96 76
Binary 111011 1100000 1001100
Octal 73 140 114

Shades and tints

Shades of #3B604C

#3B604C
(59,96,76)
#365846
(54,88,70)
#315040
(49,80,64)
#2C483A
(44,72,58)
#274034
(39,64,52)
#22382E
(34,56,46)
#1D3028
(29,48,40)
#182822
(24,40,34)
#13201C
(19,32,28)
#0E1816
(14,24,22)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #3B604C

#3B604C
(59,96,76)
#4C6E5C
(76,110,92)
#5D7C6C
(93,124,108)
#6E8A7C
(110,138,124)
#7F988C
(127,152,140)
#90A69C
(144,166,156)
#A1B4AC
(161,180,172)
#B2C2BC
(178,194,188)
#C3D0CC
(195,208,204)
#D4DEDC
(212,222,220)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B604C color. Also use rgb(59,96,76) instead hex code.

Text Font Color

.myTextColor { color: #3B604C; }

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

This text font color is #3B604C.

Background Color

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

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

This div background color is #3B604C.

Border color

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

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

This div border color is #3B604C.

Opacity

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

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

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

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

This text has shadow with #3B604C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B604C.

Preview

Color preview on black background

This text has color #3B604C on black background.


Color preview on white background

This text has color #3B604C on white background.


Black color preview on #3B604C background

This text has black color on #3B604C background.


White color preview on #3B604C background

This text has white color on #3B604C background.


Related colors

Complementary color

Complementary color for #hex is #C49FB3.


I love getcolorcode.com

Triadic colors

1 #4C3B60 and #604C3B with #3B604C are triadic colors.

2 #4C603B and #603B4C with #3B604C are triadic colors.