COLOR #3B6A7A

HEX: #3B6A7A RGB: (59,106,122)

Color info

#3B6A7A contains mainly green and blue colors. Web safe color of #3B6A7A is #336666 (or #366).

RGB color model

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

RGB: (59,106,122) (23%, 42%, 48%)

RGB channels and saturation

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

59
106
122

R + G + B ~ 38%. #3B6A7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 106 + 122 = 287 (100%)
R 59 of 287 ~ 20.56%
G 106 of 287 ~ 36.93%
B 122 of 287 ~ 42.51'%

%20.56
%36.93
%42.51

CMYK color model

#3B6A7A color CMYK value is (52,13,0,52).

  • cyan value is 51.64%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (52,13,0,52) C52M13Y0K52 (52%,13%,0%,52%) (0.52/0.13/0.00/0.52) 

CMYK percentages

%51.64
%13.11
%0
%52.16

Codes

Color #3B6A7A in popluar color models

3B 6A 7A
RGB 59 106 122
HSL 195° 34.81% 35.49%
HSB/HSV 195° 51.64% 47.84%
CMYK 51.64% 13.11% 0.00%
52.16%

Color #3B6A7A in popluar number systems.

HEX 3B 6A 7A
Decimal 59 106 122
Binary 111011 1101010 1111010
Octal 73 152 172

Shades and tints

Shades of #3B6A7A

#3B6A7A
(59,106,122)
#36616F
(54,97,111)
#315864
(49,88,100)
#2C4F59
(44,79,89)
#27464E
(39,70,78)
#223D43
(34,61,67)
#1D3438
(29,52,56)
#182B2D
(24,43,45)
#132222
(19,34,34)
#0E1917
(14,25,23)
#09100C
(9,16,12)
#000000
(0,0,0)

Tints of #3B6A7A

#3B6A7A
(59,106,122)
#4C7786
(76,119,134)
#5D8492
(93,132,146)
#6E919E
(110,145,158)
#7F9EAA
(127,158,170)
#90ABB6
(144,171,182)
#A1B8C2
(161,184,194)
#B2C5CE
(178,197,206)
#C3D2DA
(195,210,218)
#D4DFE6
(212,223,230)
#E5ECF2
(229,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B6A7A; }

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

This text font color is #3B6A7A.

Background Color

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

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

This div background color is #3B6A7A.

Border color

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

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

This div border color is #3B6A7A.

Opacity

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

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

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

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

This text has shadow with #3B6A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6A7A.

Preview

Color preview on black background

This text has color #3B6A7A on black background.


Color preview on white background

This text has color #3B6A7A on white background.


Black color preview on #3B6A7A background

This text has black color on #3B6A7A background.


White color preview on #3B6A7A background

This text has white color on #3B6A7A background.


Related colors

Complementary color

Complementary color for #hex is #C49585.


I love getcolorcode.com

Triadic colors

1 #7A3B6A and #6A7A3B with #3B6A7A are triadic colors.

2 #7A6A3B and #6A3B7A with #3B6A7A are triadic colors.