COLOR #424541

HEX: #424541
RGB: (66,69,65)

Color info

#424541 contains red, green and blue colors in about the same proportion. Web safe color of #424541 is #333333 (or #333).

RGB color model

#424541 color RGB value is (66,69,65).

  • red value is 66;
  • green value is 69;
  • blue value is 65.
RGB:
(66,69,65)
(26%,27%,25%)

RGB channels and saturation

R 66 of 255 = 26%
G 69 of 255 = 27%
B 65 of 255 = 25%

66
69
65

R + G + B ~ 26%. #424541 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 69 + 65 = 200 (100%)
R 66 of 200 ~ 33%
G 69 of 200 ~ 34.5%
B 65 of 200 ~ 32.5%

%33
%34.5
%32.5

CMYK color model

#424541 color CMYK value is (4,0,6,73).

  • cyan value is 4.35%
  • magenta value is 0.00%
  • yellow value is 5.80%
  • key color value is 72.94%
CMYK:
(4,0,6,73)
C4M0Y6K73 
(4%,0%,6%,73%)
(0.04/0.00/0.06/0.73)	

CMYK percentages

%4.35
%0
%5.8
%72.94

Codes

Color #424541 in popluar color models

424541
RGB666965
HSL105°2.99%26.27%
HSB/HSV105°5.80%27.06%
CMYK4.35%0.00%5.80%
72.94%

Color #424541 in popluar number systems.

HEX424541
Decimal666965
Binary100001010001011000001
Octal102105101

Shades and tints

Shades of #424541

#424541
(66,69,65)
#3C3F3C
(60,63,60)
#363937
(54,57,55)
#303332
(48,51,50)
#2A2D2D
(42,45,45)
#242728
(36,39,40)
#1E2123
(30,33,35)
#181B1E
(24,27,30)
#121519
(18,21,25)
#0C0F14
(12,15,20)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #424541

#424541
(66,69,65)
#535552
(83,85,82)
#646563
(100,101,99)
#757574
(117,117,116)
#868585
(134,133,133)
#979596
(151,149,150)
#A8A5A7
(168,165,167)
#B9B5B8
(185,181,184)
#CAC5C9
(202,197,201)
#DBD5DA
(219,213,218)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #424541 color. Also use rgb(66,69,65) instead hex code.

Text Font Color

.myTextColor { color: #424541; }

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

This text font color is #424541.


Background Color

.myBgColor { background-color: #424541; }

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

This div background color is #424541.


Border color

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

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

This div border color is #424541.


Opacity

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

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

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

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

This text has shadow with #424541 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #424541 on black background.


Color preview on white background

This text has color #424541 on white background.



Black color preview on #424541 background

This text has black color on #424541 background.


White color preview on #424541 background

This text has white color on #424541 background.