COLOR #425267

HEX: #425267
RGB: (66,82,103)

Color info

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

RGB color model

#425267 color RGB value is (66,82,103).

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

RGB channels and saturation

R 66 of 255 = 26%
G 82 of 255 = 32%
B 103 of 255 = 40%

66
82
103

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

Portions of RGB colors in percentages

R + G + B =
66 + 82 + 103 = 251 (100%)
R 66 of 251 ~ 26.29%
G 82 of 251 ~ 32.67%
B 103 of 251 ~ 41.04%

%26.29
%32.67
%41.04

CMYK color model

#425267 color CMYK value is (36,20,0,60).

  • cyan value is 35.92%
  • magenta value is 20.39%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(36,20,0,60)
C36M20Y0K60 
(36%,20%,0%,60%)
(0.36/0.20/0.00/0.60)	

CMYK percentages

%35.92
%20.39
%0
%59.61

Codes

Color #425267 in popluar color models

425267
RGB6682103
HSL214°21.89%33.14%
HSB/HSV214°35.92%40.39%
CMYK35.92%20.39%0.00%
59.61%

Color #425267 in popluar number systems.

HEX425267
Decimal6682103
Binary100001010100101100111
Octal102122147

Shades and tints

Shades of #425267

#425267
(66,82,103)
#3C4B5E
(60,75,94)
#364455
(54,68,85)
#303D4C
(48,61,76)
#2A3643
(42,54,67)
#242F3A
(36,47,58)
#1E2831
(30,40,49)
#182128
(24,33,40)
#121A1F
(18,26,31)
#0C1316
(12,19,22)
#060C0D
(6,12,13)
#000000
(0,0,0)

Tints of #425267

#425267
(66,82,103)
#536174
(83,97,116)
#647081
(100,112,129)
#757F8E
(117,127,142)
#868E9B
(134,142,155)
#979DA8
(151,157,168)
#A8ACB5
(168,172,181)
#B9BBC2
(185,187,194)
#CACACF
(202,202,207)
#DBD9DC
(219,217,220)
#ECE8E9
(236,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425267; }

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

This text font color is #425267.


Background Color

.myBgColor { background-color: #425267; }

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

This div background color is #425267.


Border color

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

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

This div border color is #425267.


Opacity

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

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

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

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

This text has shadow with #425267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425267 on black background.


Color preview on white background

This text has color #425267 on white background.



Black color preview on #425267 background

This text has black color on #425267 background.


White color preview on #425267 background

This text has white color on #425267 background.