COLOR #425F74

HEX: #425F74 RGB: (66,95,116)

Color info

#425F74 contains red, green and blue colors in about the same proportion. Web safe color of #425F74 is #336666 (or #366).

RGB color model

#425F74 color RGB value is (66,95,116).

RGB: (66,95,116) (26%, 37%, 45%)

RGB channels and saturation

R 66 of 255 = 26%
G 95 of 255 = 37%
B 116 of 255 = 45%

66
95
116

R + G + B ~ 36%. #425F74 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 95 + 116 = 277 (100%)
R 66 of 277 ~ 23.83%
G 95 of 277 ~ 34.3%
B 116 of 277 ~ 41.88'%

%23.83
%34.3
%41.88

CMYK color model

#425F74 color CMYK value is (43,18,0,55).

  • cyan value is 43.10%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK: (43,18,0,55) C43M18Y0K55 (43%,18%,0%,55%) (0.43/0.18/0.00/0.55) 

CMYK percentages

%43.1
%18.1
%0
%54.51

Codes

Color #425F74 in popluar color models

42 5F 74
RGB 66 95 116
HSL 205° 27.47% 35.69%
HSB/HSV 205° 43.10% 45.49%
CMYK 43.10% 18.10% 0.00%
54.51%

Color #425F74 in popluar number systems.

HEX 42 5F 74
Decimal 66 95 116
Binary 1000010 1011111 1110100
Octal 102 137 164

Shades and tints

Shades of #425F74

#425F74
(66,95,116)
#3C576A
(60,87,106)
#364F60
(54,79,96)
#304756
(48,71,86)
#2A3F4C
(42,63,76)
#243742
(36,55,66)
#1E2F38
(30,47,56)
#18272E
(24,39,46)
#121F24
(18,31,36)
#0C171A
(12,23,26)
#060F10
(6,15,16)
#000000
(0,0,0)

Tints of #425F74

#425F74
(66,95,116)
#536D80
(83,109,128)
#647B8C
(100,123,140)
#758998
(117,137,152)
#8697A4
(134,151,164)
#97A5B0
(151,165,176)
#A8B3BC
(168,179,188)
#B9C1C8
(185,193,200)
#CACFD4
(202,207,212)
#DBDDE0
(219,221,224)
#ECEBEC
(236,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425F74 color. Also use rgb(66,95,116) instead hex code.

Text Font Color

.myTextColor { color: #425F74; }

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

This text font color is #425F74.

Background Color

.myBgColor { background-color: #425F74; }

<div style="background-color:#425F74">Inner text</div>

This div background color is #425F74.

Border color

.myBorderColor { border: 1px solid #425F74; }

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

This div border color is #425F74.

Opacity

.myOpacity80 { color: #425F74; opacity: 0.8; }

<p style="color:#425F74;opacity:0.8;">80%</p>

Text with #425F74 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 #425F74;}

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

This text has shadow with #425F74 color.


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

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

This text has shadow with #425F74 primary color and red secondary color.


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

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

This text has shadow with #425F74 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #425F74.

Preview

Color preview on black background

This text has color #425F74 on black background.


Color preview on white background

This text has color #425F74 on white background.


Black color preview on #425F74 background

This text has black color on #425F74 background.


White color preview on #425F74 background

This text has white color on #425F74 background.


Related colors

Complementary color

Complementary color for #hex is #BDA08B.


I love getcolorcode.com

Triadic colors

1 #74425F and #5F7442 with #425F74 are triadic colors.

2 #745F42 and #5F4274 with #425F74 are triadic colors.