COLOR #4377A4

HEX: #4377A4
RGB: (67,119,164)

Color info

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

RGB color model

#4377A4 color RGB value is (67,119,164).

  • red value is 67;
  • green value is 119;
  • blue value is 164.
RGB:
(67,119,164)
(26%,47%,64%)

RGB channels and saturation

R 67 of 255 = 26%
G 119 of 255 = 47%
B 164 of 255 = 64%

67
119
164

R + G + B ~ 46%. #4377A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 119 + 164 = 350 (100%)
R 67 of 350 ~ 19.14%
G 119 of 350 ~ 34%
B 164 of 350 ~ 46.86%

%19.14
%34
%46.86

CMYK color model

#4377A4 color CMYK value is (59,27,0,36).

  • cyan value is 59.15%
  • magenta value is 27.44%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(59,27,0,36)
C59M27Y0K36 
(59%,27%,0%,36%)
(0.59/0.27/0.00/0.36)	

CMYK percentages

%59.15
%27.44
%0
%35.69

Codes

Color #4377A4 in popluar color models

4377A4
RGB67119164
HSL208°41.99%45.29%
HSB/HSV208°59.15%64.31%
CMYK59.15%27.44%0.00%
35.69%

Color #4377A4 in popluar number systems.

HEX4377A4
Decimal67119164
Binary1000011111011110100100
Octal103167244

Shades and tints

Shades of #4377A4

#4377A4
(67,119,164)
#3D6D96
(61,109,150)
#376388
(55,99,136)
#31597A
(49,89,122)
#2B4F6C
(43,79,108)
#25455E
(37,69,94)
#1F3B50
(31,59,80)
#193142
(25,49,66)
#132734
(19,39,52)
#0D1D26
(13,29,38)
#071318
(7,19,24)
#000000
(0,0,0)

Tints of #4377A4

#4377A4
(67,119,164)
#5483AC
(84,131,172)
#658FB4
(101,143,180)
#769BBC
(118,155,188)
#87A7C4
(135,167,196)
#98B3CC
(152,179,204)
#A9BFD4
(169,191,212)
#BACBDC
(186,203,220)
#CBD7E4
(203,215,228)
#DCE3EC
(220,227,236)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4377A4 color. Also use rgb(67,119,164) instead hex code.

Text Font Color

.myTextColor { color: #4377A4; }

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

This text font color is #4377A4.


Background Color

.myBgColor { background-color: #4377A4; }

<div style="background-color:#4377A4">Inner text</div>

This div background color is #4377A4.


Border color

.myBorderColor { border: 1px solid #4377A4; }

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

This div border color is #4377A4.


Opacity

.myOpacity80 { color: #4377A4; opacity: 0.8; }

<p style="color:#4377A4;opacity:0.8;">80%</p>

Text with #4377A4 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 #4377A4;}

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

This text has shadow with #4377A4 color.

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

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

This text has shadow with #4377A4 primary color and red secondary color.


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

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

This text has shadow with #4377A4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4377A4 on black background.


Color preview on white background

This text has color #4377A4 on white background.



Black color preview on #4377A4 background

This text has black color on #4377A4 background.


White color preview on #4377A4 background

This text has white color on #4377A4 background.