COLOR #3B5853

HEX: #3B5853
RGB: (59,88,83)

Color info

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

RGB color model

#3B5853 color RGB value is (59,88,83).

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

RGB channels and saturation

R 59 of 255 = 23%
G 88 of 255 = 35%
B 83 of 255 = 33%

59
88
83

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

Portions of RGB colors in percentages

R + G + B =
59 + 88 + 83 = 230 (100%)
R 59 of 230 ~ 25.65%
G 88 of 230 ~ 38.26%
B 83 of 230 ~ 36.09%

%25.65
%38.26
%36.09

CMYK color model

#3B5853 color CMYK value is (33,0,6,65).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 65.49%
CMYK:
(33,0,6,65)
C33M0Y6K65 
(33%,0%,6%,65%)
(0.33/0.00/0.06/0.65)	

CMYK percentages

%32.95
%0
%5.68
%65.49

Codes

Color #3B5853 in popluar color models

3B5853
RGB598883
HSL170°19.73%28.82%
HSB/HSV170°32.95%34.51%
CMYK32.95%0.00%5.68%
65.49%

Color #3B5853 in popluar number systems.

HEX3B5853
Decimal598883
Binary11101110110001010011
Octal73130123

Shades and tints

Shades of #3B5853

#3B5853
(59,88,83)
#36504C
(54,80,76)
#314845
(49,72,69)
#2C403E
(44,64,62)
#273837
(39,56,55)
#223030
(34,48,48)
#1D2829
(29,40,41)
#182022
(24,32,34)
#13181B
(19,24,27)
#0E1014
(14,16,20)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #3B5853

#3B5853
(59,88,83)
#4C6762
(76,103,98)
#5D7671
(93,118,113)
#6E8580
(110,133,128)
#7F948F
(127,148,143)
#90A39E
(144,163,158)
#A1B2AD
(161,178,173)
#B2C1BC
(178,193,188)
#C3D0CB
(195,208,203)
#D4DFDA
(212,223,218)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5853; }

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

This text font color is #3B5853.


Background Color

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

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

This div background color is #3B5853.


Border color

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

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

This div border color is #3B5853.


Opacity

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

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

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

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

This text has shadow with #3B5853 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5853 on black background.


Color preview on white background

This text has color #3B5853 on white background.



Black color preview on #3B5853 background

This text has black color on #3B5853 background.


White color preview on #3B5853 background

This text has white color on #3B5853 background.