COLOR #3B5850

HEX: #3B5850
RGB: (59,88,80)

Color info

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

RGB color model

#3B5850 color RGB value is (59,88,80).

  • red value is 59;
  • green value is 88;
  • blue value is 80.
RGB:
(59,88,80)
(23%,35%,31%)

RGB channels and saturation

R 59 of 255 = 23%
G 88 of 255 = 35%
B 80 of 255 = 31%

59
88
80

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

Portions of RGB colors in percentages

R + G + B =
59 + 88 + 80 = 227 (100%)
R 59 of 227 ~ 25.99%
G 88 of 227 ~ 38.77%
B 80 of 227 ~ 35.24%

%25.99
%38.77
%35.24

CMYK color model

#3B5850 color CMYK value is (33,0,9,65).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(33,0,9,65)
C33M0Y9K65 
(33%,0%,9%,65%)
(0.33/0.00/0.09/0.65)	

CMYK percentages

%32.95
%0
%9.09
%65.49

Codes

Color #3B5850 in popluar color models

3B5850
RGB598880
HSL163°19.73%28.82%
HSB/HSV163°32.95%34.51%
CMYK32.95%0.00%9.09%
65.49%

Color #3B5850 in popluar number systems.

HEX3B5850
Decimal598880
Binary11101110110001010000
Octal73130120

Shades and tints

Shades of #3B5850

#3B5850
(59,88,80)
#365049
(54,80,73)
#314842
(49,72,66)
#2C403B
(44,64,59)
#273834
(39,56,52)
#22302D
(34,48,45)
#1D2826
(29,40,38)
#18201F
(24,32,31)
#131818
(19,24,24)
#0E1011
(14,16,17)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #3B5850

#3B5850
(59,88,80)
#4C675F
(76,103,95)
#5D766E
(93,118,110)
#6E857D
(110,133,125)
#7F948C
(127,148,140)
#90A39B
(144,163,155)
#A1B2AA
(161,178,170)
#B2C1B9
(178,193,185)
#C3D0C8
(195,208,200)
#D4DFD7
(212,223,215)
#E5EEE6
(229,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5850 color. Also use rgb(59,88,80) instead hex code.

Text Font Color

.myTextColor { color: #3B5850; }

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

This text font color is #3B5850.


Background Color

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

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

This div background color is #3B5850.


Border color

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

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

This div border color is #3B5850.


Opacity

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

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

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

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

This text has shadow with #3B5850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5850 on black background.


Color preview on white background

This text has color #3B5850 on white background.



Black color preview on #3B5850 background

This text has black color on #3B5850 background.


White color preview on #3B5850 background

This text has white color on #3B5850 background.