COLOR #3B6965

HEX: #3B6965
RGB: (59,105,101)

Color info

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

RGB color model

#3B6965 color RGB value is (59,105,101).

  • red value is 59;
  • green value is 105;
  • blue value is 101.
RGB:
(59,105,101)
(23%,41%,40%)

RGB channels and saturation

R 59 of 255 = 23%
G 105 of 255 = 41%
B 101 of 255 = 40%

59
105
101

R + G + B ~ 35%. #3B6965 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 105 + 101 = 265 (100%)
R 59 of 265 ~ 22.26%
G 105 of 265 ~ 39.62%
B 101 of 265 ~ 38.11%

%22.26
%39.62
%38.11

CMYK color model

#3B6965 color CMYK value is (44,0,4,59).

  • cyan value is 43.81%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 58.82%
CMYK:
(44,0,4,59)
C44M0Y4K59 
(44%,0%,4%,59%)
(0.44/0.00/0.04/0.59)	

CMYK percentages

%43.81
%0
%3.81
%58.82

Codes

Color #3B6965 in popluar color models

3B6965
RGB59105101
HSL175°28.05%32.16%
HSB/HSV175°43.81%41.18%
CMYK43.81%0.00%3.81%
58.82%

Color #3B6965 in popluar number systems.

HEX3B6965
Decimal59105101
Binary11101111010011100101
Octal73151145

Shades and tints

Shades of #3B6965

#3B6965
(59,105,101)
#36605C
(54,96,92)
#315753
(49,87,83)
#2C4E4A
(44,78,74)
#274541
(39,69,65)
#223C38
(34,60,56)
#1D332F
(29,51,47)
#182A26
(24,42,38)
#13211D
(19,33,29)
#0E1814
(14,24,20)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #3B6965

#3B6965
(59,105,101)
#4C7673
(76,118,115)
#5D8381
(93,131,129)
#6E908F
(110,144,143)
#7F9D9D
(127,157,157)
#90AAAB
(144,170,171)
#A1B7B9
(161,183,185)
#B2C4C7
(178,196,199)
#C3D1D5
(195,209,213)
#D4DEE3
(212,222,227)
#E5EBF1
(229,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6965 color. Also use rgb(59,105,101) instead hex code.

Text Font Color

.myTextColor { color: #3B6965; }

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

This text font color is #3B6965.


Background Color

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

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

This div background color is #3B6965.


Border color

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

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

This div border color is #3B6965.


Opacity

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

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

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

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

This text has shadow with #3B6965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6965 on black background.


Color preview on white background

This text has color #3B6965 on white background.



Black color preview on #3B6965 background

This text has black color on #3B6965 background.


White color preview on #3B6965 background

This text has white color on #3B6965 background.