COLOR #3C736F

HEX: #3C736F RGB: (60,115,111)

Color info

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

RGB color model

#3C736F color RGB value is (60,115,111).

RGB: (60,115,111) (24%, 45%, 44%)

RGB channels and saturation

R 60 of 255 = 24%
G 115 of 255 = 45%
B 111 of 255 = 44%

60
115
111

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

Portions of RGB colors in percentages

R + G + B = 60 + 115 + 111 = 286 (100%)
R 60 of 286 ~ 20.98%
G 115 of 286 ~ 40.21%
B 111 of 286 ~ 38.81'%

%20.98
%40.21
%38.81

CMYK color model

#3C736F color CMYK value is (48,0,3,55).

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%

CMYK: (48,0,3,55)
C48M0Y3K55 (48%, 0%, 3%, 55%)
(0.48 / 0.00 / 0.03 / 0.55)

CMYK percentages

%47.83
%0
%3.48
%54.9

Codes

Color #3C736F in popluar color models

3C 73 6F
RGB 60 115 111
HSL 176° 31.43% 34.31%
HSB/HSV 176° 47.83% 45.10%
CMYK 47.83% 0.00% 3.48%
54.90%

Color #3C736F in popluar number systems.

HEX 3C 73 6F
Decimal 60 115 111
Binary 111100 1110011 1101111
Octal 74 163 157

Shades and tints

Shades of #3C736F

#3C736F
(60,115,111)
#376965
(55,105,101)
#325F5B
(50,95,91)
#2D5551
(45,85,81)
#284B47
(40,75,71)
#23413D
(35,65,61)
#1E3733
(30,55,51)
#192D29
(25,45,41)
#14231F
(20,35,31)
#0F1915
(15,25,21)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #3C736F

#3C736F
(60,115,111)
#4D7F7C
(77,127,124)
#5E8B89
(94,139,137)
#6F9796
(111,151,150)
#80A3A3
(128,163,163)
#91AFB0
(145,175,176)
#A2BBBD
(162,187,189)
#B3C7CA
(179,199,202)
#C4D3D7
(196,211,215)
#D5DFE4
(213,223,228)
#E6EBF1
(230,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C736F color. Also use rgb(60,115,111) instead hex code.

Text Font Color

.myTextColor { color: #3C736F; }

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

This text font color is #3C736F.

Background Color

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

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

This div background color is #3C736F.

Border color

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

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

This div border color is #3C736F.

Opacity

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

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

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

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

This text has shadow with #3C736F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C736F.

Preview

Color preview on black background

This text has color #3C736F on black background.


Color preview on white background

This text has color #3C736F on white background.


Black color preview on #3C736F background

This text has black color on #3C736F background.


White color preview on #3C736F background

This text has white color on #3C736F background.


Related colors

Complementary color

Complementary color for #hex is #C38C90.


I love getcolorcode.com

Triadic colors

1 #6F3C73 and #736F3C with #3C736F are triadic colors.

2 #6F733C and #733C6F with #3C736F are triadic colors.