COLOR #3B604D

HEX: #3B604D
RGB: (59,96,77)

Color info

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

RGB color model

#3B604D color RGB value is (59,96,77).

  • red value is 59;
  • green value is 96;
  • blue value is 77.
RGB:
(59,96,77)
(23%,38%,30%)

RGB channels and saturation

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

59
96
77

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

Portions of RGB colors in percentages

R + G + B =
59 + 96 + 77 = 232 (100%)
R 59 of 232 ~ 25.43%
G 96 of 232 ~ 41.38%
B 77 of 232 ~ 33.19%

%25.43
%41.38
%33.19

CMYK color model

#3B604D color CMYK value is (39,0,20,62).

  • cyan value is 38.54%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 62.35%
CMYK:
(39,0,20,62)
C39M0Y20K62 
(39%,0%,20%,62%)
(0.39/0.00/0.20/0.62)	

CMYK percentages

%38.54
%0
%19.79
%62.35

Codes

Color #3B604D in popluar color models

3B604D
RGB599677
HSL149°23.87%30.39%
HSB/HSV149°38.54%37.65%
CMYK38.54%0.00%19.79%
62.35%

Color #3B604D in popluar number systems.

HEX3B604D
Decimal599677
Binary11101111000001001101
Octal73140115

Shades and tints

Shades of #3B604D

#3B604D
(59,96,77)
#365846
(54,88,70)
#31503F
(49,80,63)
#2C4838
(44,72,56)
#274031
(39,64,49)
#22382A
(34,56,42)
#1D3023
(29,48,35)
#18281C
(24,40,28)
#132015
(19,32,21)
#0E180E
(14,24,14)
#091007
(9,16,7)
#000000
(0,0,0)

Tints of #3B604D

#3B604D
(59,96,77)
#4C6E5D
(76,110,93)
#5D7C6D
(93,124,109)
#6E8A7D
(110,138,125)
#7F988D
(127,152,141)
#90A69D
(144,166,157)
#A1B4AD
(161,180,173)
#B2C2BD
(178,194,189)
#C3D0CD
(195,208,205)
#D4DEDD
(212,222,221)
#E5ECED
(229,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B604D; }

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

This text font color is #3B604D.


Background Color

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

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

This div background color is #3B604D.


Border color

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

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

This div border color is #3B604D.


Opacity

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

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

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

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

This text has shadow with #3B604D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B604D on black background.


Color preview on white background

This text has color #3B604D on white background.



Black color preview on #3B604D background

This text has black color on #3B604D background.


White color preview on #3B604D background

This text has white color on #3B604D background.