COLOR #425152

HEX: #425152
RGB: (66,81,82)

Color info

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

RGB color model

#425152 color RGB value is (66,81,82).

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

RGB channels and saturation

R 66 of 255 = 26%
G 81 of 255 = 32%
B 82 of 255 = 32%

66
81
82

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

Portions of RGB colors in percentages

R + G + B =
66 + 81 + 82 = 229 (100%)
R 66 of 229 ~ 28.82%
G 81 of 229 ~ 35.37%
B 82 of 229 ~ 35.81%

%28.82
%35.37
%35.81

CMYK color model

#425152 color CMYK value is (20,1,0,68).

  • cyan value is 19.51%
  • magenta value is 1.22%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(20,1,0,68)
C20M1Y0K68 
(20%,1%,0%,68%)
(0.20/0.01/0.00/0.68)	

CMYK percentages

%19.51
%1.22
%0
%67.84

Codes

Color #425152 in popluar color models

425152
RGB668182
HSL184°10.81%29.02%
HSB/HSV184°19.51%32.16%
CMYK19.51%1.22%0.00%
67.84%

Color #425152 in popluar number systems.

HEX425152
Decimal668182
Binary100001010100011010010
Octal102121122

Shades and tints

Shades of #425152

#425152
(66,81,82)
#3C4A4B
(60,74,75)
#364344
(54,67,68)
#303C3D
(48,60,61)
#2A3536
(42,53,54)
#242E2F
(36,46,47)
#1E2728
(30,39,40)
#182021
(24,32,33)
#12191A
(18,25,26)
#0C1213
(12,18,19)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #425152

#425152
(66,81,82)
#536061
(83,96,97)
#646F70
(100,111,112)
#757E7F
(117,126,127)
#868D8E
(134,141,142)
#979C9D
(151,156,157)
#A8ABAC
(168,171,172)
#B9BABB
(185,186,187)
#CAC9CA
(202,201,202)
#DBD8D9
(219,216,217)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425152; }

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

This text font color is #425152.


Background Color

.myBgColor { background-color: #425152; }

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

This div background color is #425152.


Border color

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

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

This div border color is #425152.


Opacity

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

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

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

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

This text has shadow with #425152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425152 on black background.


Color preview on white background

This text has color #425152 on white background.



Black color preview on #425152 background

This text has black color on #425152 background.


White color preview on #425152 background

This text has white color on #425152 background.