COLOR #3C736A

HEX: #3C736A RGB: (60,115,106)

Color info

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

RGB color model

#3C736A color RGB value is (60,115,106).

RGB: (60,115,106) (24%, 45%, 42%)

RGB channels and saturation

R 60 of 255 = 24%
G 115 of 255 = 45%
B 106 of 255 = 42%

60
115
106

R + G + B ~ 37%. #3C736A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 60 + 115 + 106 = 281 (100%)
R 60 of 281 ~ 21.35%
G 115 of 281 ~ 40.93%
B 106 of 281 ~ 37.72'%

%21.35
%40.93
%37.72

CMYK color model

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

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

CMYK: (48,0,8,55)
C48M0Y8K55 (48%, 0%, 8%, 55%)
(0.48 / 0.00 / 0.08 / 0.55)

CMYK percentages

%47.83
%0
%7.83
%54.9

Codes

Color #3C736A in popluar color models

3C 73 6A
RGB 60 115 106
HSL 170° 31.43% 34.31%
HSB/HSV 170° 47.83% 45.10%
CMYK 47.83% 0.00% 7.83%
54.90%

Color #3C736A in popluar number systems.

HEX 3C 73 6A
Decimal 60 115 106
Binary 111100 1110011 1101010
Octal 74 163 152

Shades and tints

Shades of #3C736A

#3C736A
(60,115,106)
#376961
(55,105,97)
#325F58
(50,95,88)
#2D554F
(45,85,79)
#284B46
(40,75,70)
#23413D
(35,65,61)
#1E3734
(30,55,52)
#192D2B
(25,45,43)
#142322
(20,35,34)
#0F1919
(15,25,25)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #3C736A

#3C736A
(60,115,106)
#4D7F77
(77,127,119)
#5E8B84
(94,139,132)
#6F9791
(111,151,145)
#80A39E
(128,163,158)
#91AFAB
(145,175,171)
#A2BBB8
(162,187,184)
#B3C7C5
(179,199,197)
#C4D3D2
(196,211,210)
#D5DFDF
(213,223,223)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C736A; }

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

This text font color is #3C736A.

Background Color

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

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

This div background color is #3C736A.

Border color

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

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

This div border color is #3C736A.

Opacity

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

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

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

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

This text has shadow with #3C736A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3C736A.

Preview

Color preview on black background

This text has color #3C736A on black background.


Color preview on white background

This text has color #3C736A on white background.


Black color preview on #3C736A background

This text has black color on #3C736A background.


White color preview on #3C736A background

This text has white color on #3C736A background.


Related colors

Complementary color

Complementary color for #hex is #C38C95.


I love getcolorcode.com

Triadic colors

1 #6A3C73 and #736A3C with #3C736A are triadic colors.

2 #6A733C and #733C6A with #3C736A are triadic colors.