COLOR #5F749C

HEX: #5F749C RGB: (95,116,156)

Color info

#5F749C contains mainly green and blue colors. Web safe color of #5F749C is #666699 (or #669).

RGB color model

#5F749C color RGB value is (95,116,156).

RGB: (95,116,156) (37%, 45%, 61%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 156 of 255 = 61%

95
116
156

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

Portions of RGB colors in percentages

R + G + B = 95 + 116 + 156 = 367 (100%)
R 95 of 367 ~ 25.89%
G 116 of 367 ~ 31.61%
B 156 of 367 ~ 42.51'%

%25.89
%31.61
%42.51

CMYK color model

#5F749C color CMYK value is (39,26,0,39).

  • cyan value is 39.10%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (39,26,0,39) C39M26Y0K39 (39%,26%,0%,39%) (0.39/0.26/0.00/0.39) 

CMYK percentages

%39.1
%25.64
%0
%38.82

Codes

Color #5F749C in popluar color models

5F 74 9C
RGB 95 116 156
HSL 219° 24.30% 49.22%
HSB/HSV 219° 39.10% 61.18%
CMYK 39.10% 25.64% 0.00%
38.82%

Color #5F749C in popluar number systems.

HEX 5F 74 9C
Decimal 95 116 156
Binary 1011111 1110100 10011100
Octal 137 164 234

Shades and tints

Shades of #5F749C

#5F749C
(95,116,156)
#576A8E
(87,106,142)
#4F6080
(79,96,128)
#475672
(71,86,114)
#3F4C64
(63,76,100)
#374256
(55,66,86)
#2F3848
(47,56,72)
#272E3A
(39,46,58)
#1F242C
(31,36,44)
#171A1E
(23,26,30)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #5F749C

#5F749C
(95,116,156)
#6D80A5
(109,128,165)
#7B8CAE
(123,140,174)
#8998B7
(137,152,183)
#97A4C0
(151,164,192)
#A5B0C9
(165,176,201)
#B3BCD2
(179,188,210)
#C1C8DB
(193,200,219)
#CFD4E4
(207,212,228)
#DDE0ED
(221,224,237)
#EBECF6
(235,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F749C color. Also use rgb(95,116,156) instead hex code.

Text Font Color

.myTextColor { color: #5F749C; }

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

This text font color is #5F749C.

Background Color

.myBgColor { background-color: #5F749C; }

<div style="background-color:#5F749C">Inner text</div>

This div background color is #5F749C.

Border color

.myBorderColor { border: 1px solid #5F749C; }

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

This div border color is #5F749C.

Opacity

.myOpacity80 { color: #5F749C; opacity: 0.8; }

<p style="color:#5F749C;opacity:0.8;">80%</p>

Text with #5F749C 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 #5F749C;}

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

This text has shadow with #5F749C color.


.textShadow {text-shadow: 3px 3px 1px #5F749C', 3px 3px 1px red;}

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

This text has shadow with #5F749C primary color and red secondary color.


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

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

This text has shadow with #5F749C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #5F749C; -webkit-box-shadow: 1px 1px 3px 2px #5F749C; box-shadow:1px 1px 3px 2px #5F749C;">
Div content here
</div>

This div box has shadow with color #5F749C.

Preview

Color preview on black background

This text has color #5F749C on black background.


Color preview on white background

This text has color #5F749C on white background.


Black color preview on #5F749C background

This text has black color on #5F749C background.


White color preview on #5F749C background

This text has white color on #5F749C background.


Related colors

Complementary color

Complementary color for #hex is #A08B63.


I love getcolorcode.com

Triadic colors

1 #9C5F74 and #749C5F with #5F749C are triadic colors.

2 #9C745F and #745F9C with #5F749C are triadic colors.