COLOR #3C83AF

HEX: #3C83AF
RGB: (60,131,175)

Color info

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

RGB color model

#3C83AF color RGB value is (60,131,175).

  • red value is 60;
  • green value is 131;
  • blue value is 175.
RGB:
(60,131,175)
(24%,51%,69%)

RGB channels and saturation

R 60 of 255 = 24%
G 131 of 255 = 51%
B 175 of 255 = 69%

60
131
175

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

Portions of RGB colors in percentages

R + G + B =
60 + 131 + 175 = 366 (100%)
R 60 of 366 ~ 16.39%
G 131 of 366 ~ 35.79%
B 175 of 366 ~ 47.81%

%16.39
%35.79
%47.81

CMYK color model

#3C83AF color CMYK value is (66,25,0,31).

  • cyan value is 65.71%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(66,25,0,31)
C66M25Y0K31 
(66%,25%,0%,31%)
(0.66/0.25/0.00/0.31)	

CMYK percentages

%65.71
%25.14
%0
%31.37

Codes

Color #3C83AF in popluar color models

3C83AF
RGB60131175
HSL203°48.94%46.08%
HSB/HSV203°65.71%68.63%
CMYK65.71%25.14%0.00%
31.37%

Color #3C83AF in popluar number systems.

HEX3C83AF
Decimal60131175
Binary1111001000001110101111
Octal74203257

Shades and tints

Shades of #3C83AF

#3C83AF
(60,131,175)
#3778A0
(55,120,160)
#326D91
(50,109,145)
#2D6282
(45,98,130)
#285773
(40,87,115)
#234C64
(35,76,100)
#1E4155
(30,65,85)
#193646
(25,54,70)
#142B37
(20,43,55)
#0F2028
(15,32,40)
#0A1519
(10,21,25)
#000000
(0,0,0)

Tints of #3C83AF

#3C83AF
(60,131,175)
#4D8EB6
(77,142,182)
#5E99BD
(94,153,189)
#6FA4C4
(111,164,196)
#80AFCB
(128,175,203)
#91BAD2
(145,186,210)
#A2C5D9
(162,197,217)
#B3D0E0
(179,208,224)
#C4DBE7
(196,219,231)
#D5E6EE
(213,230,238)
#E6F1F5
(230,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C83AF color. Also use rgb(60,131,175) instead hex code.

Text Font Color

.myTextColor { color: #3C83AF; }

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

This text font color is #3C83AF.


Background Color

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

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

This div background color is #3C83AF.


Border color

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

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

This div border color is #3C83AF.


Opacity

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

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

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

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

This text has shadow with #3C83AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C83AF on black background.


Color preview on white background

This text has color #3C83AF on white background.



Black color preview on #3C83AF background

This text has black color on #3C83AF background.


White color preview on #3C83AF background

This text has white color on #3C83AF background.