COLOR #425369

HEX: #425369
RGB: (66,83,105)

Color info

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

RGB color model

#425369 color RGB value is (66,83,105).

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

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 105 of 255 = 41%

66
83
105

R + G + B ~ 33%. #425369 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 105 = 254 (100%)
R 66 of 254 ~ 25.98%
G 83 of 254 ~ 32.68%
B 105 of 254 ~ 41.34%

%25.98
%32.68
%41.34

CMYK color model

#425369 color CMYK value is (37,21,0,59).

  • cyan value is 37.14%
  • magenta value is 20.95%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(37,21,0,59)
C37M21Y0K59 
(37%,21%,0%,59%)
(0.37/0.21/0.00/0.59)	

CMYK percentages

%37.14
%20.95
%0
%58.82

Codes

Color #425369 in popluar color models

425369
RGB6683105
HSL214°22.81%33.53%
HSB/HSV214°37.14%41.18%
CMYK37.14%20.95%0.00%
58.82%

Color #425369 in popluar number systems.

HEX425369
Decimal6683105
Binary100001010100111101001
Octal102123151

Shades and tints

Shades of #425369

#425369
(66,83,105)
#3C4C60
(60,76,96)
#364557
(54,69,87)
#303E4E
(48,62,78)
#2A3745
(42,55,69)
#24303C
(36,48,60)
#1E2933
(30,41,51)
#18222A
(24,34,42)
#121B21
(18,27,33)
#0C1418
(12,20,24)
#060D0F
(6,13,15)
#000000
(0,0,0)

Tints of #425369

#425369
(66,83,105)
#536276
(83,98,118)
#647183
(100,113,131)
#758090
(117,128,144)
#868F9D
(134,143,157)
#979EAA
(151,158,170)
#A8ADB7
(168,173,183)
#B9BCC4
(185,188,196)
#CACBD1
(202,203,209)
#DBDADE
(219,218,222)
#ECE9EB
(236,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425369; }

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

This text font color is #425369.


Background Color

.myBgColor { background-color: #425369; }

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

This div background color is #425369.


Border color

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

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

This div border color is #425369.


Opacity

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

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

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

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

This text has shadow with #425369 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425369 on black background.


Color preview on white background

This text has color #425369 on white background.



Black color preview on #425369 background

This text has black color on #425369 background.


White color preview on #425369 background

This text has white color on #425369 background.