COLOR #3B5A55

HEX: #3B5A55
RGB: (59,90,85)

Color info

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

RGB color model

#3B5A55 color RGB value is (59,90,85).

  • red value is 59;
  • green value is 90;
  • blue value is 85.
RGB:
(59,90,85)
(23%,35%,33%)

RGB channels and saturation

R 59 of 255 = 23%
G 90 of 255 = 35%
B 85 of 255 = 33%

59
90
85

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

Portions of RGB colors in percentages

R + G + B =
59 + 90 + 85 = 234 (100%)
R 59 of 234 ~ 25.21%
G 90 of 234 ~ 38.46%
B 85 of 234 ~ 36.32%

%25.21
%38.46
%36.32

CMYK color model

#3B5A55 color CMYK value is (34,0,6,65).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 64.71%
CMYK:
(34,0,6,65)
C34M0Y6K65 
(34%,0%,6%,65%)
(0.34/0.00/0.06/0.65)	

CMYK percentages

%34.44
%0
%5.56
%64.71

Codes

Color #3B5A55 in popluar color models

3B5A55
RGB599085
HSL170°20.81%29.22%
HSB/HSV170°34.44%35.29%
CMYK34.44%0.00%5.56%
64.71%

Color #3B5A55 in popluar number systems.

HEX3B5A55
Decimal599085
Binary11101110110101010101
Octal73132125

Shades and tints

Shades of #3B5A55

#3B5A55
(59,90,85)
#36524E
(54,82,78)
#314A47
(49,74,71)
#2C4240
(44,66,64)
#273A39
(39,58,57)
#223232
(34,50,50)
#1D2A2B
(29,42,43)
#182224
(24,34,36)
#131A1D
(19,26,29)
#0E1216
(14,18,22)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #3B5A55

#3B5A55
(59,90,85)
#4C6964
(76,105,100)
#5D7873
(93,120,115)
#6E8782
(110,135,130)
#7F9691
(127,150,145)
#90A5A0
(144,165,160)
#A1B4AF
(161,180,175)
#B2C3BE
(178,195,190)
#C3D2CD
(195,210,205)
#D4E1DC
(212,225,220)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5A55 color. Also use rgb(59,90,85) instead hex code.

Text Font Color

.myTextColor { color: #3B5A55; }

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

This text font color is #3B5A55.


Background Color

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

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

This div background color is #3B5A55.


Border color

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

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

This div border color is #3B5A55.


Opacity

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

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

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

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

This text has shadow with #3B5A55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5A55 on black background.


Color preview on white background

This text has color #3B5A55 on white background.



Black color preview on #3B5A55 background

This text has black color on #3B5A55 background.


White color preview on #3B5A55 background

This text has white color on #3B5A55 background.