COLOR #3C8FA3

HEX: #3C8FA3
RGB: (60,143,163)

Color info

#3C8FA3 contains mainly green and blue colors. Web safe color of #3C8FA3 is #339999 (or #399).

RGB color model

#3C8FA3 color RGB value is (60,143,163).

  • red value is 60;
  • green value is 143;
  • blue value is 163.
RGB:
(60,143,163)
(24%,56%,64%)

RGB channels and saturation

R 60 of 255 = 24%
G 143 of 255 = 56%
B 163 of 255 = 64%

60
143
163

R + G + B ~ 48%. #3C8FA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 143 + 163 = 366 (100%)
R 60 of 366 ~ 16.39%
G 143 of 366 ~ 39.07%
B 163 of 366 ~ 44.54%

%16.39
%39.07
%44.54

CMYK color model

#3C8FA3 color CMYK value is (63,12,0,36).

  • cyan value is 63.19%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(63,12,0,36)
C63M12Y0K36 
(63%,12%,0%,36%)
(0.63/0.12/0.00/0.36)	

CMYK percentages

%63.19
%12.27
%0
%36.08

Codes

Color #3C8FA3 in popluar color models

3C8FA3
RGB60143163
HSL192°46.19%43.73%
HSB/HSV192°63.19%63.92%
CMYK63.19%12.27%0.00%
36.08%

Color #3C8FA3 in popluar number systems.

HEX3C8FA3
Decimal60143163
Binary1111001000111110100011
Octal74217243

Shades and tints

Shades of #3C8FA3

#3C8FA3
(60,143,163)
#378295
(55,130,149)
#327587
(50,117,135)
#2D6879
(45,104,121)
#285B6B
(40,91,107)
#234E5D
(35,78,93)
#1E414F
(30,65,79)
#193441
(25,52,65)
#142733
(20,39,51)
#0F1A25
(15,26,37)
#0A0D17
(10,13,23)
#000000
(0,0,0)

Tints of #3C8FA3

#3C8FA3
(60,143,163)
#4D99AB
(77,153,171)
#5EA3B3
(94,163,179)
#6FADBB
(111,173,187)
#80B7C3
(128,183,195)
#91C1CB
(145,193,203)
#A2CBD3
(162,203,211)
#B3D5DB
(179,213,219)
#C4DFE3
(196,223,227)
#D5E9EB
(213,233,235)
#E6F3F3
(230,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C8FA3 color. Also use rgb(60,143,163) instead hex code.

Text Font Color

.myTextColor { color: #3C8FA3; }

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

This text font color is #3C8FA3.


Background Color

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

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

This div background color is #3C8FA3.


Border color

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

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

This div border color is #3C8FA3.


Opacity

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

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

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

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

This text has shadow with #3C8FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C8FA3 on black background.


Color preview on white background

This text has color #3C8FA3 on white background.



Black color preview on #3C8FA3 background

This text has black color on #3C8FA3 background.


White color preview on #3C8FA3 background

This text has white color on #3C8FA3 background.