COLOR #425053

HEX: #425053
RGB: (66,80,83)

Color info

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

RGB color model

#425053 color RGB value is (66,80,83).

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

RGB channels and saturation

R 66 of 255 = 26%
G 80 of 255 = 31%
B 83 of 255 = 33%

66
80
83

R + G + B ~ 30%. #425053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 80 + 83 = 229 (100%)
R 66 of 229 ~ 28.82%
G 80 of 229 ~ 34.93%
B 83 of 229 ~ 36.24%

%28.82
%34.93
%36.24

CMYK color model

#425053 color CMYK value is (20,4,0,67).

  • cyan value is 20.48%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(20,4,0,67)
C20M4Y0K67 
(20%,4%,0%,67%)
(0.20/0.04/0.00/0.67)	

CMYK percentages

%20.48
%3.61
%0
%67.45

Codes

Color #425053 in popluar color models

425053
RGB668083
HSL191°11.41%29.22%
HSB/HSV191°20.48%32.55%
CMYK20.48%3.61%0.00%
67.45%

Color #425053 in popluar number systems.

HEX425053
Decimal668083
Binary100001010100001010011
Octal102120123

Shades and tints

Shades of #425053

#425053
(66,80,83)
#3C494C
(60,73,76)
#364245
(54,66,69)
#303B3E
(48,59,62)
#2A3437
(42,52,55)
#242D30
(36,45,48)
#1E2629
(30,38,41)
#181F22
(24,31,34)
#12181B
(18,24,27)
#0C1114
(12,17,20)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #425053

#425053
(66,80,83)
#535F62
(83,95,98)
#646E71
(100,110,113)
#757D80
(117,125,128)
#868C8F
(134,140,143)
#979B9E
(151,155,158)
#A8AAAD
(168,170,173)
#B9B9BC
(185,185,188)
#CAC8CB
(202,200,203)
#DBD7DA
(219,215,218)
#ECE6E9
(236,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425053; }

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

This text font color is #425053.


Background Color

.myBgColor { background-color: #425053; }

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

This div background color is #425053.


Border color

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

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

This div border color is #425053.


Opacity

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

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

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

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

This text has shadow with #425053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425053 on black background.


Color preview on white background

This text has color #425053 on white background.



Black color preview on #425053 background

This text has black color on #425053 background.


White color preview on #425053 background

This text has white color on #425053 background.