COLOR #3B6D6B

HEX: #3B6D6B RGB: (59,109,107)

Color info

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

RGB color model

#3B6D6B color RGB value is (59,109,107).

RGB: (59,109,107) (23%, 43%, 42%)

RGB channels and saturation

R 59 of 255 = 23%
G 109 of 255 = 43%
B 107 of 255 = 42%

59
109
107

R + G + B ~ 36%. #3B6D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 109 + 107 = 275 (100%)
R 59 of 275 ~ 21.45%
G 109 of 275 ~ 39.64%
B 107 of 275 ~ 38.91'%

%21.45
%39.64
%38.91

CMYK color model

#3B6D6B color CMYK value is (46,0,2,57).

  • cyan value is 45.87%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%

CMYK: (46,0,2,57)
C46M0Y2K57 (46%, 0%, 2%, 57%)
(0.46 / 0.00 / 0.02 / 0.57)

CMYK percentages

%45.87
%0
%1.83
%57.25

Codes

Color #3B6D6B in popluar color models

3B 6D 6B
RGB 59 109 107
HSL 178° 29.76% 32.94%
HSB/HSV 178° 45.87% 42.75%
CMYK 45.87% 0.00% 1.83%
57.25%

Color #3B6D6B in popluar number systems.

HEX 3B 6D 6B
Decimal 59 109 107
Binary 111011 1101101 1101011
Octal 73 155 153

Shades and tints

Shades of #3B6D6B

#3B6D6B
(59,109,107)
#366462
(54,100,98)
#315B59
(49,91,89)
#2C5250
(44,82,80)
#274947
(39,73,71)
#22403E
(34,64,62)
#1D3735
(29,55,53)
#182E2C
(24,46,44)
#132523
(19,37,35)
#0E1C1A
(14,28,26)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #3B6D6B

#3B6D6B
(59,109,107)
#4C7A78
(76,122,120)
#5D8785
(93,135,133)
#6E9492
(110,148,146)
#7FA19F
(127,161,159)
#90AEAC
(144,174,172)
#A1BBB9
(161,187,185)
#B2C8C6
(178,200,198)
#C3D5D3
(195,213,211)
#D4E2E0
(212,226,224)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6D6B color. Also use rgb(59,109,107) instead hex code.

Text Font Color

.myTextColor { color: #3B6D6B; }

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

This text font color is #3B6D6B.

Background Color

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

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

This div background color is #3B6D6B.

Border color

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

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

This div border color is #3B6D6B.

Opacity

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

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

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

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

This text has shadow with #3B6D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6D6B.

Preview

Color preview on black background

This text has color #3B6D6B on black background.


Color preview on white background

This text has color #3B6D6B on white background.


Black color preview on #3B6D6B background

This text has black color on #3B6D6B background.


White color preview on #3B6D6B background

This text has white color on #3B6D6B background.


Related colors

Complementary color

Complementary color for #hex is #C49294.


I love getcolorcode.com

Triadic colors

1 #6B3B6D and #6D6B3B with #3B6D6B are triadic colors.

2 #6B6D3B and #6D3B6B with #3B6D6B are triadic colors.