COLOR #425361

HEX: #425361
RGB: (66,83,97)

Color info

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

RGB color model

#425361 color RGB value is (66,83,97).

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

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 97 of 255 = 38%

66
83
97

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

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 97 = 246 (100%)
R 66 of 246 ~ 26.83%
G 83 of 246 ~ 33.74%
B 97 of 246 ~ 39.43%

%26.83
%33.74
%39.43

CMYK color model

#425361 color CMYK value is (32,14,0,62).

  • cyan value is 31.96%
  • magenta value is 14.43%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(32,14,0,62)
C32M14Y0K62 
(32%,14%,0%,62%)
(0.32/0.14/0.00/0.62)	

CMYK percentages

%31.96
%14.43
%0
%61.96

Codes

Color #425361 in popluar color models

425361
RGB668397
HSL207°19.02%31.96%
HSB/HSV207°31.96%38.04%
CMYK31.96%14.43%0.00%
61.96%

Color #425361 in popluar number systems.

HEX425361
Decimal668397
Binary100001010100111100001
Octal102123141

Shades and tints

Shades of #425361

#425361
(66,83,97)
#3C4C59
(60,76,89)
#364551
(54,69,81)
#303E49
(48,62,73)
#2A3741
(42,55,65)
#243039
(36,48,57)
#1E2931
(30,41,49)
#182229
(24,34,41)
#121B21
(18,27,33)
#0C1419
(12,20,25)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #425361

#425361
(66,83,97)
#53626F
(83,98,111)
#64717D
(100,113,125)
#75808B
(117,128,139)
#868F99
(134,143,153)
#979EA7
(151,158,167)
#A8ADB5
(168,173,181)
#B9BCC3
(185,188,195)
#CACBD1
(202,203,209)
#DBDADF
(219,218,223)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425361; }

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

This text font color is #425361.


Background Color

.myBgColor { background-color: #425361; }

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

This div background color is #425361.


Border color

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

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

This div border color is #425361.


Opacity

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

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

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

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

This text has shadow with #425361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425361 on black background.


Color preview on white background

This text has color #425361 on white background.



Black color preview on #425361 background

This text has black color on #425361 background.


White color preview on #425361 background

This text has white color on #425361 background.