COLOR #3C675E

HEX: #3C675E
RGB: (60,103,94)

Color info

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

RGB color model

#3C675E color RGB value is (60,103,94).

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

RGB channels and saturation

R 60 of 255 = 24%
G 103 of 255 = 40%
B 94 of 255 = 37%

60
103
94

R + G + B ~ 34%. #3C675E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 103 + 94 = 257 (100%)
R 60 of 257 ~ 23.35%
G 103 of 257 ~ 40.08%
B 94 of 257 ~ 36.58%

%23.35
%40.08
%36.58

CMYK color model

#3C675E color CMYK value is (42,0,9,60).

  • cyan value is 41.75%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 59.61%
CMYK:
(42,0,9,60)
C42M0Y9K60 
(42%,0%,9%,60%)
(0.42/0.00/0.09/0.60)	

CMYK percentages

%41.75
%0
%8.74
%59.61

Codes

Color #3C675E in popluar color models

3C675E
RGB6010394
HSL167°26.38%31.96%
HSB/HSV167°41.75%40.39%
CMYK41.75%0.00%8.74%
59.61%

Color #3C675E in popluar number systems.

HEX3C675E
Decimal6010394
Binary11110011001111011110
Octal74147136

Shades and tints

Shades of #3C675E

#3C675E
(60,103,94)
#375E56
(55,94,86)
#32554E
(50,85,78)
#2D4C46
(45,76,70)
#28433E
(40,67,62)
#233A36
(35,58,54)
#1E312E
(30,49,46)
#192826
(25,40,38)
#141F1E
(20,31,30)
#0F1616
(15,22,22)
#0A0D0E
(10,13,14)
#000000
(0,0,0)

Tints of #3C675E

#3C675E
(60,103,94)
#4D746C
(77,116,108)
#5E817A
(94,129,122)
#6F8E88
(111,142,136)
#809B96
(128,155,150)
#91A8A4
(145,168,164)
#A2B5B2
(162,181,178)
#B3C2C0
(179,194,192)
#C4CFCE
(196,207,206)
#D5DCDC
(213,220,220)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3C675E; }

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

This text font color is #3C675E.


Background Color

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

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

This div background color is #3C675E.


Border color

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

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

This div border color is #3C675E.


Opacity

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

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

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

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

This text has shadow with #3C675E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C675E on black background.


Color preview on white background

This text has color #3C675E on white background.



Black color preview on #3C675E background

This text has black color on #3C675E background.


White color preview on #3C675E background

This text has white color on #3C675E background.