COLOR #41424A

HEX: #41424A
RGB: (65,66,74)

Color info

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

RGB color model

#41424A color RGB value is (65,66,74).

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

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 74 of 255 = 29%

65
66
74

R + G + B ~ 27%. #41424A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 74 = 205 (100%)
R 65 of 205 ~ 31.71%
G 66 of 205 ~ 32.2%
B 74 of 205 ~ 36.1%

%31.71
%32.2
%36.1

CMYK color model

#41424A color CMYK value is (12,11,0,71).

  • cyan value is 12.16%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK: (12,11,0,71) C12M11Y0K71 (12%,11%,0%,71%) (0.12/0.11/0.00/0.71)

CMYK percentages

%12.16
%10.81
%0
%70.98

Codes

Color #41424A in popluar color models

41424A
RGB656674
HSL233°6.47%27.25%
HSB/HSV233°12.16%29.02%
CMYK12.16%10.81%0.00%
70.98%

Color #41424A in popluar number systems.

HEX41424A
Decimal656674
Binary100000110000101001010
Octal101102112

Shades and tints

Shades of #41424A

#41424A
(65,66,74)
#3C3C44
(60,60,68)
#37363E
(55,54,62)
#323038
(50,48,56)
#2D2A32
(45,42,50)
#28242C
(40,36,44)
#231E26
(35,30,38)
#1E1820
(30,24,32)
#19121A
(25,18,26)
#140C14
(20,12,20)
#0F060E
(15,6,14)
#000000
(0,0,0)

Tints of #41424A

#41424A
(65,66,74)
#52535A
(82,83,90)
#63646A
(99,100,106)
#74757A
(116,117,122)
#85868A
(133,134,138)
#96979A
(150,151,154)
#A7A8AA
(167,168,170)
#B8B9BA
(184,185,186)
#C9CACA
(201,202,202)
#DADBDA
(218,219,218)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41424A; }

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

This text font color is #41424A.


Background Color

.myBgColor { background-color: #41424A; }

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

This div background color is #41424A.


Border color

.myBorderColor { border: 1px solid #41424A; }

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

This div border color is #41424A.


Opacity

.myOpacity80 { color: #41424A; opacity: 0.8; }

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

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

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

This text has shadow with #41424A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #41424A on black background.


Color preview on white background

This text has color #41424A on white background.



Black color preview on #41424A background

This text has black color on #41424A background.


White color preview on #41424A background

This text has white color on #41424A background.