COLOR #3C7469

HEX: #3C7469
RGB: (60,116,105)

Color info

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

RGB color model

#3C7469 color RGB value is (60,116,105).

  • red value is 60;
  • green value is 116;
  • blue value is 105.
RGB:
(60,116,105)
(24%,45%,41%)

RGB channels and saturation

R 60 of 255 = 24%
G 116 of 255 = 45%
B 105 of 255 = 41%

60
116
105

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

Portions of RGB colors in percentages

R + G + B =
60 + 116 + 105 = 281 (100%)
R 60 of 281 ~ 21.35%
G 116 of 281 ~ 41.28%
B 105 of 281 ~ 37.37%

%21.35
%41.28
%37.37

CMYK color model

#3C7469 color CMYK value is (48,0,9,55).

  • cyan value is 48.28%
  • magenta value is 0.00%
  • yellow value is 9.48%
  • key color value is 54.51%
CMYK:
(48,0,9,55)
C48M0Y9K55 
(48%,0%,9%,55%)
(0.48/0.00/0.09/0.55)	

CMYK percentages

%48.28
%0
%9.48
%54.51

Codes

Color #3C7469 in popluar color models

3C7469
RGB60116105
HSL168°31.82%34.51%
HSB/HSV168°48.28%45.49%
CMYK48.28%0.00%9.48%
54.51%

Color #3C7469 in popluar number systems.

HEX3C7469
Decimal60116105
Binary11110011101001101001
Octal74164151

Shades and tints

Shades of #3C7469

#3C7469
(60,116,105)
#376A60
(55,106,96)
#326057
(50,96,87)
#2D564E
(45,86,78)
#284C45
(40,76,69)
#23423C
(35,66,60)
#1E3833
(30,56,51)
#192E2A
(25,46,42)
#142421
(20,36,33)
#0F1A18
(15,26,24)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #3C7469

#3C7469
(60,116,105)
#4D8076
(77,128,118)
#5E8C83
(94,140,131)
#6F9890
(111,152,144)
#80A49D
(128,164,157)
#91B0AA
(145,176,170)
#A2BCB7
(162,188,183)
#B3C8C4
(179,200,196)
#C4D4D1
(196,212,209)
#D5E0DE
(213,224,222)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C7469 color. Also use rgb(60,116,105) instead hex code.

Text Font Color

.myTextColor { color: #3C7469; }

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

This text font color is #3C7469.


Background Color

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

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

This div background color is #3C7469.


Border color

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

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

This div border color is #3C7469.


Opacity

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

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

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

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

This text has shadow with #3C7469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C7469 on black background.


Color preview on white background

This text has color #3C7469 on white background.



Black color preview on #3C7469 background

This text has black color on #3C7469 background.


White color preview on #3C7469 background

This text has white color on #3C7469 background.