COLOR #3877A7

HEX: #3877A7
RGB: (56,119,167)

Color info

#3877A7 contains mainly green and blue colors. Web safe color of #3877A7 is #336699 (or #369).

RGB color model

#3877A7 color RGB value is (56,119,167).

  • red value is 56;
  • green value is 119;
  • blue value is 167.
RGB:
(56,119,167)
(22%,47%,65%)

RGB channels and saturation

R 56 of 255 = 22%
G 119 of 255 = 47%
B 167 of 255 = 65%

56
119
167

R + G + B ~ 45%. #3877A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 119 + 167 = 342 (100%)
R 56 of 342 ~ 16.37%
G 119 of 342 ~ 34.8%
B 167 of 342 ~ 48.83%

%16.37
%34.8
%48.83

CMYK color model

#3877A7 color CMYK value is (66,29,0,35).

  • cyan value is 66.47%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(66,29,0,35)
C66M29Y0K35 
(66%,29%,0%,35%)
(0.66/0.29/0.00/0.35)	

CMYK percentages

%66.47
%28.74
%0
%34.51

Codes

Color #3877A7 in popluar color models

3877A7
RGB56119167
HSL206°49.78%43.73%
HSB/HSV206°66.47%65.49%
CMYK66.47%28.74%0.00%
34.51%

Color #3877A7 in popluar number systems.

HEX3877A7
Decimal56119167
Binary111000111011110100111
Octal70167247

Shades and tints

Shades of #3877A7

#3877A7
(56,119,167)
#336D98
(51,109,152)
#2E6389
(46,99,137)
#29597A
(41,89,122)
#244F6B
(36,79,107)
#1F455C
(31,69,92)
#1A3B4D
(26,59,77)
#15313E
(21,49,62)
#10272F
(16,39,47)
#0B1D20
(11,29,32)
#061311
(6,19,17)
#000000
(0,0,0)

Tints of #3877A7

#3877A7
(56,119,167)
#4A83AF
(74,131,175)
#5C8FB7
(92,143,183)
#6E9BBF
(110,155,191)
#80A7C7
(128,167,199)
#92B3CF
(146,179,207)
#A4BFD7
(164,191,215)
#B6CBDF
(182,203,223)
#C8D7E7
(200,215,231)
#DAE3EF
(218,227,239)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3877A7 color. Also use rgb(56,119,167) instead hex code.

Text Font Color

.myTextColor { color: #3877A7; }

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

This text font color is #3877A7.


Background Color

.myBgColor { background-color: #3877A7; }

<div style="background-color:#3877A7">Inner text</div>

This div background color is #3877A7.


Border color

.myBorderColor { border: 1px solid #3877A7; }

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

This div border color is #3877A7.


Opacity

.myOpacity80 { color: #3877A7; opacity: 0.8; }

<p style="color:#3877A7;opacity:0.8;">80%</p>

Text with #3877A7 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 #3877A7;}

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

This text has shadow with #3877A7 color.

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

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

This text has shadow with #3877A7 primary color and red secondary color.


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

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

This text has shadow with #3877A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3877A7 on black background.


Color preview on white background

This text has color #3877A7 on white background.



Black color preview on #3877A7 background

This text has black color on #3877A7 background.


White color preview on #3877A7 background

This text has white color on #3877A7 background.