COLOR #425F75

HEX: #425F75 RGB: (66,95,117)

Color info

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

RGB color model

#425F75 color RGB value is (66,95,117).

RGB: (66,95,117) (26%, 37%, 46%)

RGB channels and saturation

R 66 of 255 = 26%
G 95 of 255 = 37%
B 117 of 255 = 46%

66
95
117

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

Portions of RGB colors in percentages

R + G + B = 66 + 95 + 117 = 278 (100%)
R 66 of 278 ~ 23.74%
G 95 of 278 ~ 34.17%
B 117 of 278 ~ 42.09'%

%23.74
%34.17
%42.09

CMYK color model

#425F75 color CMYK value is (44,19,0,54).

  • cyan value is 43.59%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (44,19,0,54)
C44M19Y0K54 (44%, 19%, 0%, 54%)
(0.44 / 0.19 / 0.00 / 0.54)

CMYK percentages

%43.59
%18.8
%0
%54.12

Codes

Color #425F75 in popluar color models

42 5F 75
RGB 66 95 117
HSL 206° 27.87% 35.88%
HSB/HSV 206° 43.59% 45.88%
CMYK 43.59% 18.80% 0.00%
54.12%

Color #425F75 in popluar number systems.

HEX 42 5F 75
Decimal 66 95 117
Binary 1000010 1011111 1110101
Octal 102 137 165

Shades and tints

Shades of #425F75

#425F75
(66,95,117)
#3C576B
(60,87,107)
#364F61
(54,79,97)
#304757
(48,71,87)
#2A3F4D
(42,63,77)
#243743
(36,55,67)
#1E2F39
(30,47,57)
#18272F
(24,39,47)
#121F25
(18,31,37)
#0C171B
(12,23,27)
#060F11
(6,15,17)
#000000
(0,0,0)

Tints of #425F75

#425F75
(66,95,117)
#536D81
(83,109,129)
#647B8D
(100,123,141)
#758999
(117,137,153)
#8697A5
(134,151,165)
#97A5B1
(151,165,177)
#A8B3BD
(168,179,189)
#B9C1C9
(185,193,201)
#CACFD5
(202,207,213)
#DBDDE1
(219,221,225)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425F75; }

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

This text font color is #425F75.

Background Color

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

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

This div background color is #425F75.

Border color

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

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

This div border color is #425F75.

Opacity

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

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

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

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

This text has shadow with #425F75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425F75.

Preview

Color preview on black background

This text has color #425F75 on black background.


Color preview on white background

This text has color #425F75 on white background.


Black color preview on #425F75 background

This text has black color on #425F75 background.


White color preview on #425F75 background

This text has white color on #425F75 background.


Related colors

Complementary color

Complementary color for #hex is #BDA08A.


I love getcolorcode.com

Triadic colors

1 #75425F and #5F7542 with #425F75 are triadic colors.

2 #755F42 and #5F4275 with #425F75 are triadic colors.