COLOR #3C674C

HEX: #3C674C
RGB: (60,103,76)

Color info

#3C674C contains red, green and blue colors in about the same proportion. Web safe color of #3C674C is #336633 (or #363).

RGB color model

#3C674C color RGB value is (60,103,76).

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

RGB channels and saturation

R 60 of 255 = 24%
G 103 of 255 = 40%
B 76 of 255 = 30%

60
103
76

R + G + B ~ 31%. #3C674C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 103 + 76 = 239 (100%)
R 60 of 239 ~ 25.1%
G 103 of 239 ~ 43.1%
B 76 of 239 ~ 31.8%

%25.1
%43.1
%31.8

CMYK color model

#3C674C color CMYK value is (42,0,26,60).

  • cyan value is 41.75%
  • magenta value is 0.00%
  • yellow value is 26.21%
  • key color value is 59.61%
CMYK:
(42,0,26,60)
C42M0Y26K60 
(42%,0%,26%,60%)
(0.42/0.00/0.26/0.60)	

CMYK percentages

%41.75
%0
%26.21
%59.61

Codes

Color #3C674C in popluar color models

3C674C
RGB6010376
HSL142°26.38%31.96%
HSB/HSV142°41.75%40.39%
CMYK41.75%0.00%26.21%
59.61%

Color #3C674C in popluar number systems.

HEX3C674C
Decimal6010376
Binary11110011001111001100
Octal74147114

Shades and tints

Shades of #3C674C

#3C674C
(60,103,76)
#375E46
(55,94,70)
#325540
(50,85,64)
#2D4C3A
(45,76,58)
#284334
(40,67,52)
#233A2E
(35,58,46)
#1E3128
(30,49,40)
#192822
(25,40,34)
#141F1C
(20,31,28)
#0F1616
(15,22,22)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #3C674C

#3C674C
(60,103,76)
#4D745C
(77,116,92)
#5E816C
(94,129,108)
#6F8E7C
(111,142,124)
#809B8C
(128,155,140)
#91A89C
(145,168,156)
#A2B5AC
(162,181,172)
#B3C2BC
(179,194,188)
#C4CFCC
(196,207,204)
#D5DCDC
(213,220,220)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C674C; }

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

This text font color is #3C674C.


Background Color

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

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

This div background color is #3C674C.


Border color

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

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

This div border color is #3C674C.


Opacity

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

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

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

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

This text has shadow with #3C674C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C674C on black background.


Color preview on white background

This text has color #3C674C on white background.



Black color preview on #3C674C background

This text has black color on #3C674C background.


White color preview on #3C674C background

This text has white color on #3C674C background.