COLOR #3B6153

HEX: #3B6153
RGB: (59,97,83)

Color info

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

RGB color model

#3B6153 color RGB value is (59,97,83).

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

RGB channels and saturation

R 59 of 255 = 23%
G 97 of 255 = 38%
B 83 of 255 = 33%

59
97
83

R + G + B ~ 31%. #3B6153 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 97 + 83 = 239 (100%)
R 59 of 239 ~ 24.69%
G 97 of 239 ~ 40.59%
B 83 of 239 ~ 34.73%

%24.69
%40.59
%34.73

CMYK color model

#3B6153 color CMYK value is (39,0,14,62).

  • cyan value is 39.18%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 61.96%
CMYK:
(39,0,14,62)
C39M0Y14K62 
(39%,0%,14%,62%)
(0.39/0.00/0.14/0.62)	

CMYK percentages

%39.18
%0
%14.43
%61.96

Codes

Color #3B6153 in popluar color models

3B6153
RGB599783
HSL158°24.36%30.59%
HSB/HSV158°39.18%38.04%
CMYK39.18%0.00%14.43%
61.96%

Color #3B6153 in popluar number systems.

HEX3B6153
Decimal599783
Binary11101111000011010011
Octal73141123

Shades and tints

Shades of #3B6153

#3B6153
(59,97,83)
#36594C
(54,89,76)
#315145
(49,81,69)
#2C493E
(44,73,62)
#274137
(39,65,55)
#223930
(34,57,48)
#1D3129
(29,49,41)
#182922
(24,41,34)
#13211B
(19,33,27)
#0E1914
(14,25,20)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #3B6153

#3B6153
(59,97,83)
#4C6F62
(76,111,98)
#5D7D71
(93,125,113)
#6E8B80
(110,139,128)
#7F998F
(127,153,143)
#90A79E
(144,167,158)
#A1B5AD
(161,181,173)
#B2C3BC
(178,195,188)
#C3D1CB
(195,209,203)
#D4DFDA
(212,223,218)
#E5EDE9
(229,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6153; }

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

This text font color is #3B6153.


Background Color

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

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

This div background color is #3B6153.


Border color

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

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

This div border color is #3B6153.


Opacity

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

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

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

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

This text has shadow with #3B6153 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6153 on black background.


Color preview on white background

This text has color #3B6153 on white background.



Black color preview on #3B6153 background

This text has black color on #3B6153 background.


White color preview on #3B6153 background

This text has white color on #3B6153 background.