COLOR #425261

HEX: #425261
RGB: (66,82,97)

Color info

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

RGB color model

#425261 color RGB value is (66,82,97).

  • red value is 66;
  • green value is 82;
  • blue value is 97.
RGB:
(66,82,97)
(26%,32%,38%)

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 97 of 255 = 38%

66
82
97

R + G + B ~ 32%. #425261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 97 = 245 (100%)
R 66 of 245 ~ 26.94%
G 82 of 245 ~ 33.47%
B 97 of 245 ~ 39.59%

%26.94
%33.47
%39.59

CMYK color model

#425261 color CMYK value is (32,15,0,62).

  • cyan value is 31.96%
  • magenta value is 15.46%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(32,15,0,62)
C32M15Y0K62 
(32%,15%,0%,62%)
(0.32/0.15/0.00/0.62)	

CMYK percentages

%31.96
%15.46
%0
%61.96

Codes

Color #425261 in popluar color models

425261
RGB668297
HSL209°19.02%31.96%
HSB/HSV209°31.96%38.04%
CMYK31.96%15.46%0.00%
61.96%

Color #425261 in popluar number systems.

HEX425261
Decimal668297
Binary100001010100101100001
Octal102122141

Shades and tints

Shades of #425261

#425261
(66,82,97)
#3C4B59
(60,75,89)
#364451
(54,68,81)
#303D49
(48,61,73)
#2A3641
(42,54,65)
#242F39
(36,47,57)
#1E2831
(30,40,49)
#182129
(24,33,41)
#121A21
(18,26,33)
#0C1319
(12,19,25)
#060C11
(6,12,17)
#000000
(0,0,0)

Tints of #425261

#425261
(66,82,97)
#53616F
(83,97,111)
#64707D
(100,112,125)
#757F8B
(117,127,139)
#868E99
(134,142,153)
#979DA7
(151,157,167)
#A8ACB5
(168,172,181)
#B9BBC3
(185,187,195)
#CACAD1
(202,202,209)
#DBD9DF
(219,217,223)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425261 color. Also use rgb(66,82,97) instead hex code.

Text Font Color

.myTextColor { color: #425261; }

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

This text font color is #425261.


Background Color

.myBgColor { background-color: #425261; }

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

This div background color is #425261.


Border color

.myBorderColor { border: 1px solid #425261; }

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

This div border color is #425261.


Opacity

.myOpacity80 { color: #425261; opacity: 0.8; }

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

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

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

This text has shadow with #425261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425261 on black background.


Color preview on white background

This text has color #425261 on white background.



Black color preview on #425261 background

This text has black color on #425261 background.


White color preview on #425261 background

This text has white color on #425261 background.