COLOR #3C757A

HEX: #3C757A
RGB: (60,117,122)

Color info

#3C757A contains mainly green and blue colors. Web safe color of #3C757A is #336666 (or #366).

RGB color model

#3C757A color RGB value is (60,117,122).

  • red value is 60;
  • green value is 117;
  • blue value is 122.
RGB:
(60,117,122)
(24%,46%,48%)

RGB channels and saturation

R 60 of 255 = 24%
G 117 of 255 = 46%
B 122 of 255 = 48%

60
117
122

R + G + B ~ 39%. #3C757A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 117 + 122 = 299 (100%)
R 60 of 299 ~ 20.07%
G 117 of 299 ~ 39.13%
B 122 of 299 ~ 40.8%

%20.07
%39.13
%40.8

CMYK color model

#3C757A color CMYK value is (51,4,0,52).

  • cyan value is 50.82%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(51,4,0,52)
C51M4Y0K52 
(51%,4%,0%,52%)
(0.51/0.04/0.00/0.52)	

CMYK percentages

%50.82
%4.1
%0
%52.16

Codes

Color #3C757A in popluar color models

3C757A
RGB60117122
HSL185°34.07%35.69%
HSB/HSV185°50.82%47.84%
CMYK50.82%4.10%0.00%
52.16%

Color #3C757A in popluar number systems.

HEX3C757A
Decimal60117122
Binary11110011101011111010
Octal74165172

Shades and tints

Shades of #3C757A

#3C757A
(60,117,122)
#376B6F
(55,107,111)
#326164
(50,97,100)
#2D5759
(45,87,89)
#284D4E
(40,77,78)
#234343
(35,67,67)
#1E3938
(30,57,56)
#192F2D
(25,47,45)
#142522
(20,37,34)
#0F1B17
(15,27,23)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #3C757A

#3C757A
(60,117,122)
#4D8186
(77,129,134)
#5E8D92
(94,141,146)
#6F999E
(111,153,158)
#80A5AA
(128,165,170)
#91B1B6
(145,177,182)
#A2BDC2
(162,189,194)
#B3C9CE
(179,201,206)
#C4D5DA
(196,213,218)
#D5E1E6
(213,225,230)
#E6EDF2
(230,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C757A color. Also use rgb(60,117,122) instead hex code.

Text Font Color

.myTextColor { color: #3C757A; }

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

This text font color is #3C757A.


Background Color

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

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

This div background color is #3C757A.


Border color

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

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

This div border color is #3C757A.


Opacity

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

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

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

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

This text has shadow with #3C757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C757A on black background.


Color preview on white background

This text has color #3C757A on white background.



Black color preview on #3C757A background

This text has black color on #3C757A background.


White color preview on #3C757A background

This text has white color on #3C757A background.