COLOR #3C736D

HEX: #3C736D
RGB: (60,115,109)

Color info

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

RGB color model

#3C736D color RGB value is (60,115,109).

  • red value is 60;
  • green value is 115;
  • blue value is 109.
RGB:
(60,115,109)
(24%,45%,43%)

RGB channels and saturation

R 60 of 255 = 24%
G 115 of 255 = 45%
B 109 of 255 = 43%

60
115
109

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

Portions of RGB colors in percentages

R + G + B =
60 + 115 + 109 = 284 (100%)
R 60 of 284 ~ 21.13%
G 115 of 284 ~ 40.49%
B 109 of 284 ~ 38.38%

%21.13
%40.49
%38.38

CMYK color model

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

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK:
(48,0,5,55)
C48M0Y5K55 
(48%,0%,5%,55%)
(0.48/0.00/0.05/0.55)	

CMYK percentages

%47.83
%0
%5.22
%54.9

Codes

Color #3C736D in popluar color models

3C736D
RGB60115109
HSL173°31.43%34.31%
HSB/HSV173°47.83%45.10%
CMYK47.83%0.00%5.22%
54.90%

Color #3C736D in popluar number systems.

HEX3C736D
Decimal60115109
Binary11110011100111101101
Octal74163155

Shades and tints

Shades of #3C736D

#3C736D
(60,115,109)
#376964
(55,105,100)
#325F5B
(50,95,91)
#2D5552
(45,85,82)
#284B49
(40,75,73)
#234140
(35,65,64)
#1E3737
(30,55,55)
#192D2E
(25,45,46)
#142325
(20,35,37)
#0F191C
(15,25,28)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #3C736D

#3C736D
(60,115,109)
#4D7F7A
(77,127,122)
#5E8B87
(94,139,135)
#6F9794
(111,151,148)
#80A3A1
(128,163,161)
#91AFAE
(145,175,174)
#A2BBBB
(162,187,187)
#B3C7C8
(179,199,200)
#C4D3D5
(196,211,213)
#D5DFE2
(213,223,226)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C736D; }

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

This text font color is #3C736D.


Background Color

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

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

This div background color is #3C736D.


Border color

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

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

This div border color is #3C736D.


Opacity

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

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

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

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

This text has shadow with #3C736D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C736D on black background.


Color preview on white background

This text has color #3C736D on white background.



Black color preview on #3C736D background

This text has black color on #3C736D background.


White color preview on #3C736D background

This text has white color on #3C736D background.