COLOR #3B6368

HEX: #3B6368 RGB: (59,99,104)

Color info

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

RGB color model

#3B6368 color RGB value is (59,99,104).

RGB: (59,99,104) (23%, 39%, 41%)

RGB channels and saturation

R 59 of 255 = 23%
G 99 of 255 = 39%
B 104 of 255 = 41%

59
99
104

R + G + B ~ 34%. #3B6368 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 99 + 104 = 262 (100%)
R 59 of 262 ~ 22.52%
G 99 of 262 ~ 37.79%
B 104 of 262 ~ 39.69'%

%22.52
%37.79
%39.69

CMYK color model

#3B6368 color CMYK value is (43,5,0,59).

  • cyan value is 43.27%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 59.22%

CMYK: (43,5,0,59)
C43M5Y0K59 (43%, 5%, 0%, 59%)
(0.43 / 0.05 / 0.00 / 0.59)

CMYK percentages

%43.27
%4.81
%0
%59.22

Codes

Color #3B6368 in popluar color models

3B 63 68
RGB 59 99 104
HSL 187° 27.61% 31.96%
HSB/HSV 187° 43.27% 40.78%
CMYK 43.27% 4.81% 0.00%
59.22%

Color #3B6368 in popluar number systems.

HEX 3B 63 68
Decimal 59 99 104
Binary 111011 1100011 1101000
Octal 73 143 150

Shades and tints

Shades of #3B6368

#3B6368
(59,99,104)
#365A5F
(54,90,95)
#315156
(49,81,86)
#2C484D
(44,72,77)
#273F44
(39,63,68)
#22363B
(34,54,59)
#1D2D32
(29,45,50)
#182429
(24,36,41)
#131B20
(19,27,32)
#0E1217
(14,18,23)
#09090E
(9,9,14)
#000000
(0,0,0)

Tints of #3B6368

#3B6368
(59,99,104)
#4C7175
(76,113,117)
#5D7F82
(93,127,130)
#6E8D8F
(110,141,143)
#7F9B9C
(127,155,156)
#90A9A9
(144,169,169)
#A1B7B6
(161,183,182)
#B2C5C3
(178,197,195)
#C3D3D0
(195,211,208)
#D4E1DD
(212,225,221)
#E5EFEA
(229,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6368 color. Also use rgb(59,99,104) instead hex code.

Text Font Color

.myTextColor { color: #3B6368; }

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

This text font color is #3B6368.

Background Color

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

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

This div background color is #3B6368.

Border color

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

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

This div border color is #3B6368.

Opacity

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

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

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

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

This text has shadow with #3B6368 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6368.

Preview

Color preview on black background

This text has color #3B6368 on black background.


Color preview on white background

This text has color #3B6368 on white background.


Black color preview on #3B6368 background

This text has black color on #3B6368 background.


White color preview on #3B6368 background

This text has white color on #3B6368 background.


Related colors

Complementary color

Complementary color for #hex is #C49C97.


I love getcolorcode.com

Triadic colors

1 #683B63 and #63683B with #3B6368 are triadic colors.

2 #68633B and #633B68 with #3B6368 are triadic colors.