COLOR #424767

HEX: #424767
RGB: (66,71,103)

Color info

#424767 contains red, green and blue colors in about the same proportion. Web safe color of #424767 is #333366 (or #336).

RGB color model

#424767 color RGB value is (66,71,103).

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

RGB channels and saturation

R 66 of 255 = 26%
G 71 of 255 = 28%
B 103 of 255 = 40%

66
71
103

R + G + B ~ 31%. #424767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 71 + 103 = 240 (100%)
R 66 of 240 ~ 27.5%
G 71 of 240 ~ 29.58%
B 103 of 240 ~ 42.92%

%27.5
%29.58
%42.92

CMYK color model

#424767 color CMYK value is (36,31,0,60).

  • cyan value is 35.92%
  • magenta value is 31.07%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(36,31,0,60)
C36M31Y0K60 
(36%,31%,0%,60%)
(0.36/0.31/0.00/0.60)	

CMYK percentages

%35.92
%31.07
%0
%59.61

Codes

Color #424767 in popluar color models

424767
RGB6671103
HSL232°21.89%33.14%
HSB/HSV232°35.92%40.39%
CMYK35.92%31.07%0.00%
59.61%

Color #424767 in popluar number systems.

HEX424767
Decimal6671103
Binary100001010001111100111
Octal102107147

Shades and tints

Shades of #424767

#424767
(66,71,103)
#3C415E
(60,65,94)
#363B55
(54,59,85)
#30354C
(48,53,76)
#2A2F43
(42,47,67)
#24293A
(36,41,58)
#1E2331
(30,35,49)
#181D28
(24,29,40)
#12171F
(18,23,31)
#0C1116
(12,17,22)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #424767

#424767
(66,71,103)
#535774
(83,87,116)
#646781
(100,103,129)
#75778E
(117,119,142)
#86879B
(134,135,155)
#9797A8
(151,151,168)
#A8A7B5
(168,167,181)
#B9B7C2
(185,183,194)
#CAC7CF
(202,199,207)
#DBD7DC
(219,215,220)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #424767; }

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

This text font color is #424767.


Background Color

.myBgColor { background-color: #424767; }

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

This div background color is #424767.


Border color

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

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

This div border color is #424767.


Opacity

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

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

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

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

This text has shadow with #424767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424767 on black background.


Color preview on white background

This text has color #424767 on white background.



Black color preview on #424767 background

This text has black color on #424767 background.


White color preview on #424767 background

This text has white color on #424767 background.