COLOR #41423F

HEX: #41423F RGB: (65,66,63)

Color info

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

RGB color model

#41423F color RGB value is (65,66,63).

RGB: (65,66,63) (25%, 26%, 25%)

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 63 of 255 = 25%

65
66
63

R + G + B ~ 25%. #41423F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 66 + 63 = 194 (100%)
R 65 of 194 ~ 33.51%
G 66 of 194 ~ 34.02%
B 63 of 194 ~ 32.47'%

%33.51
%34.02
%32.47

CMYK color model

#41423F color CMYK value is (2,0,5,74).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 74.12%

CMYK: (2,0,5,74)
C2M0Y5K74 (2%, 0%, 5%, 74%)
(0.02 / 0.00 / 0.05 / 0.74)

CMYK percentages

%1.52
%0
%4.55
%74.12

Codes

Color #41423F in popluar color models

41 42 3F
RGB 65 66 63
HSL 80° 2.33% 25.29%
HSB/HSV 80° 4.55% 25.88%
CMYK 1.52% 0.00% 4.55%
74.12%

Color #41423F in popluar number systems.

HEX 41 42 3F
Decimal 65 66 63
Binary 1000001 1000010 111111
Octal 101 102 77

Shades and tints

Shades of #41423F

#41423F
(65,66,63)
#3C3C3A
(60,60,58)
#373635
(55,54,53)
#323030
(50,48,48)
#2D2A2B
(45,42,43)
#282426
(40,36,38)
#231E21
(35,30,33)
#1E181C
(30,24,28)
#191217
(25,18,23)
#140C12
(20,12,18)
#0F060D
(15,6,13)
#000000
(0,0,0)

Tints of #41423F

#41423F
(65,66,63)
#525350
(82,83,80)
#636461
(99,100,97)
#747572
(116,117,114)
#858683
(133,134,131)
#969794
(150,151,148)
#A7A8A5
(167,168,165)
#B8B9B6
(184,185,182)
#C9CAC7
(201,202,199)
#DADBD8
(218,219,216)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41423F; }

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

This text font color is #41423F.

Background Color

.myBgColor { background-color: #41423F; }

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

This div background color is #41423F.

Border color

.myBorderColor { border: 1px solid #41423F; }

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

This div border color is #41423F.

Opacity

.myOpacity80 { color: #41423F; opacity: 0.8; }

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

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

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

This text has shadow with #41423F color.


.textShadow {text-shadow: 3px 3px 1px #41423F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #41423F; -webkit-box-shadow: 1px 1px 3px 2px #41423F; box-shadow:1px 1px 3px 2px #41423F;">
Div content here
</div>

This div box has shadow with color #41423F.

Preview

Color preview on black background

This text has color #41423F on black background.


Color preview on white background

This text has color #41423F on white background.


Black color preview on #41423F background

This text has black color on #41423F background.


White color preview on #41423F background

This text has white color on #41423F background.


Related colors

Complementary color

Complementary color for #hex is #BEBDC0.


I love getcolorcode.com

Triadic colors

1 #3F4142 and #423F41 with #41423F are triadic colors.

2 #3F4241 and #42413F with #41423F are triadic colors.