COLOR #425F6C

HEX: #425F6C RGB: (66,95,108)

Color info

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

RGB color model

#425F6C color RGB value is (66,95,108).

RGB: (66,95,108) (26%, 37%, 42%)

RGB channels and saturation

R 66 of 255 = 26%
G 95 of 255 = 37%
B 108 of 255 = 42%

66
95
108

R + G + B ~ 35%. #425F6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 95 + 108 = 269 (100%)
R 66 of 269 ~ 24.54%
G 95 of 269 ~ 35.32%
B 108 of 269 ~ 40.15'%

%24.54
%35.32
%40.15

CMYK color model

#425F6C color CMYK value is (39,12,0,58).

  • cyan value is 38.89%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (39,12,0,58) C39M12Y0K58 (39%,12%,0%,58%) (0.39/0.12/0.00/0.58) 

CMYK percentages

%38.89
%12.04
%0
%57.65

Codes

Color #425F6C in popluar color models

42 5F 6C
RGB 66 95 108
HSL 199° 24.14% 34.12%
HSB/HSV 199° 38.89% 42.35%
CMYK 38.89% 12.04% 0.00%
57.65%

Color #425F6C in popluar number systems.

HEX 42 5F 6C
Decimal 66 95 108
Binary 1000010 1011111 1101100
Octal 102 137 154

Shades and tints

Shades of #425F6C

#425F6C
(66,95,108)
#3C5763
(60,87,99)
#364F5A
(54,79,90)
#304751
(48,71,81)
#2A3F48
(42,63,72)
#24373F
(36,55,63)
#1E2F36
(30,47,54)
#18272D
(24,39,45)
#121F24
(18,31,36)
#0C171B
(12,23,27)
#060F12
(6,15,18)
#000000
(0,0,0)

Tints of #425F6C

#425F6C
(66,95,108)
#536D79
(83,109,121)
#647B86
(100,123,134)
#758993
(117,137,147)
#8697A0
(134,151,160)
#97A5AD
(151,165,173)
#A8B3BA
(168,179,186)
#B9C1C7
(185,193,199)
#CACFD4
(202,207,212)
#DBDDE1
(219,221,225)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425F6C; }

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

This text font color is #425F6C.

Background Color

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

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

This div background color is #425F6C.

Border color

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

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

This div border color is #425F6C.

Opacity

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

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

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

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

This text has shadow with #425F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425F6C.

Preview

Color preview on black background

This text has color #425F6C on black background.


Color preview on white background

This text has color #425F6C on white background.


Black color preview on #425F6C background

This text has black color on #425F6C background.


White color preview on #425F6C background

This text has white color on #425F6C background.


Related colors

Complementary color

Complementary color for #hex is #BDA093.


I love getcolorcode.com

Triadic colors

1 #6C425F and #5F6C42 with #425F6C are triadic colors.

2 #6C5F42 and #5F426C with #425F6C are triadic colors.