COLOR #3B6A6A

HEX: #3B6A6A
RGB: (59,106,106)

Color info

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

RGB color model

#3B6A6A color RGB value is (59,106,106).

  • red value is 59;
  • green value is 106;
  • blue value is 106.
RGB:
(59,106,106)
(23%,42%,42%)

RGB channels and saturation

R 59 of 255 = 23%
G 106 of 255 = 42%
B 106 of 255 = 42%

59
106
106

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

Portions of RGB colors in percentages

R + G + B =
59 + 106 + 106 = 271 (100%)
R 59 of 271 ~ 21.77%
G 106 of 271 ~ 39.11%
B 106 of 271 ~ 39.11%

%21.77
%39.11
%39.11

CMYK color model

#3B6A6A color CMYK value is (44,0,0,58).

  • cyan value is 44.34%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(44,0,0,58)
C44M0Y0K58 
(44%,0%,0%,58%)
(0.44/0.00/0.00/0.58)	

CMYK percentages

%44.34
%0
%0
%58.43

Codes

Color #3B6A6A in popluar color models

3B6A6A
RGB59106106
HSL180°28.48%32.35%
HSB/HSV180°44.34%41.57%
CMYK44.34%0.00%0.00%
58.43%

Color #3B6A6A in popluar number systems.

HEX3B6A6A
Decimal59106106
Binary11101111010101101010
Octal73152152

Shades and tints

Shades of #3B6A6A

#3B6A6A
(59,106,106)
#366161
(54,97,97)
#315858
(49,88,88)
#2C4F4F
(44,79,79)
#274646
(39,70,70)
#223D3D
(34,61,61)
#1D3434
(29,52,52)
#182B2B
(24,43,43)
#132222
(19,34,34)
#0E1919
(14,25,25)
#091010
(9,16,16)
#000000
(0,0,0)

Tints of #3B6A6A

#3B6A6A
(59,106,106)
#4C7777
(76,119,119)
#5D8484
(93,132,132)
#6E9191
(110,145,145)
#7F9E9E
(127,158,158)
#90ABAB
(144,171,171)
#A1B8B8
(161,184,184)
#B2C5C5
(178,197,197)
#C3D2D2
(195,210,210)
#D4DFDF
(212,223,223)
#E5ECEC
(229,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6A6A; }

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

This text font color is #3B6A6A.


Background Color

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

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

This div background color is #3B6A6A.


Border color

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

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

This div border color is #3B6A6A.


Opacity

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

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

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

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

This text has shadow with #3B6A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6A6A on black background.


Color preview on white background

This text has color #3B6A6A on white background.



Black color preview on #3B6A6A background

This text has black color on #3B6A6A background.


White color preview on #3B6A6A background

This text has white color on #3B6A6A background.