COLOR #3C7367

HEX: #3C7367
RGB: (60,115,103)

Color info

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

RGB color model

#3C7367 color RGB value is (60,115,103).

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

RGB channels and saturation

R 60 of 255 = 24%
G 115 of 255 = 45%
B 103 of 255 = 40%

60
115
103

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

Portions of RGB colors in percentages

R + G + B =
60 + 115 + 103 = 278 (100%)
R 60 of 278 ~ 21.58%
G 115 of 278 ~ 41.37%
B 103 of 278 ~ 37.05%

%21.58
%41.37
%37.05

CMYK color model

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

  • cyan value is 47.83%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 54.90%
CMYK:
(48,0,10,55)
C48M0Y10K55 
(48%,0%,10%,55%)
(0.48/0.00/0.10/0.55)	

CMYK percentages

%47.83
%0
%10.43
%54.9

Codes

Color #3C7367 in popluar color models

3C7367
RGB60115103
HSL167°31.43%34.31%
HSB/HSV167°47.83%45.10%
CMYK47.83%0.00%10.43%
54.90%

Color #3C7367 in popluar number systems.

HEX3C7367
Decimal60115103
Binary11110011100111100111
Octal74163147

Shades and tints

Shades of #3C7367

#3C7367
(60,115,103)
#37695E
(55,105,94)
#325F55
(50,95,85)
#2D554C
(45,85,76)
#284B43
(40,75,67)
#23413A
(35,65,58)
#1E3731
(30,55,49)
#192D28
(25,45,40)
#14231F
(20,35,31)
#0F1916
(15,25,22)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #3C7367

#3C7367
(60,115,103)
#4D7F74
(77,127,116)
#5E8B81
(94,139,129)
#6F978E
(111,151,142)
#80A39B
(128,163,155)
#91AFA8
(145,175,168)
#A2BBB5
(162,187,181)
#B3C7C2
(179,199,194)
#C4D3CF
(196,211,207)
#D5DFDC
(213,223,220)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C7367; }

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

This text font color is #3C7367.


Background Color

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

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

This div background color is #3C7367.


Border color

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

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

This div border color is #3C7367.


Opacity

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

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

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

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

This text has shadow with #3C7367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7367 on black background.


Color preview on white background

This text has color #3C7367 on white background.



Black color preview on #3C7367 background

This text has black color on #3C7367 background.


White color preview on #3C7367 background

This text has white color on #3C7367 background.