COLOR #3B5D4D

HEX: #3B5D4D
RGB: (59,93,77)

Color info

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

RGB color model

#3B5D4D color RGB value is (59,93,77).

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

RGB channels and saturation

R 59 of 255 = 23%
G 93 of 255 = 36%
B 77 of 255 = 30%

59
93
77

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

Portions of RGB colors in percentages

R + G + B =
59 + 93 + 77 = 229 (100%)
R 59 of 229 ~ 25.76%
G 93 of 229 ~ 40.61%
B 77 of 229 ~ 33.62%

%25.76
%40.61
%33.62

CMYK color model

#3B5D4D color CMYK value is (37,0,17,64).

  • cyan value is 36.56%
  • magenta value is 0.00%
  • yellow value is 17.20%
  • key color value is 63.53%
CMYK:
(37,0,17,64)
C37M0Y17K64 
(37%,0%,17%,64%)
(0.37/0.00/0.17/0.64)	

CMYK percentages

%36.56
%0
%17.2
%63.53

Codes

Color #3B5D4D in popluar color models

3B5D4D
RGB599377
HSL152°22.37%29.80%
HSB/HSV152°36.56%36.47%
CMYK36.56%0.00%17.20%
63.53%

Color #3B5D4D in popluar number systems.

HEX3B5D4D
Decimal599377
Binary11101110111011001101
Octal73135115

Shades and tints

Shades of #3B5D4D

#3B5D4D
(59,93,77)
#365546
(54,85,70)
#314D3F
(49,77,63)
#2C4538
(44,69,56)
#273D31
(39,61,49)
#22352A
(34,53,42)
#1D2D23
(29,45,35)
#18251C
(24,37,28)
#131D15
(19,29,21)
#0E150E
(14,21,14)
#090D07
(9,13,7)
#000000
(0,0,0)

Tints of #3B5D4D

#3B5D4D
(59,93,77)
#4C6B5D
(76,107,93)
#5D796D
(93,121,109)
#6E877D
(110,135,125)
#7F958D
(127,149,141)
#90A39D
(144,163,157)
#A1B1AD
(161,177,173)
#B2BFBD
(178,191,189)
#C3CDCD
(195,205,205)
#D4DBDD
(212,219,221)
#E5E9ED
(229,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5D4D; }

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

This text font color is #3B5D4D.


Background Color

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

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

This div background color is #3B5D4D.


Border color

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

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

This div border color is #3B5D4D.


Opacity

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

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

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

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

This text has shadow with #3B5D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5D4D on black background.


Color preview on white background

This text has color #3B5D4D on white background.



Black color preview on #3B5D4D background

This text has black color on #3B5D4D background.


White color preview on #3B5D4D background

This text has white color on #3B5D4D background.