COLOR #41443F

HEX: #41443F
RGB: (65,68,63)

Color info

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

RGB color model

#41443F color RGB value is (65,68,63).

  • red value is 65;
  • green value is 68;
  • blue value is 63.
RGB:
(65,68,63)
(25%,27%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 68 of 255 = 27%
B 63 of 255 = 25%

65
68
63

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

Portions of RGB colors in percentages

R + G + B =
65 + 68 + 63 = 196 (100%)
R 65 of 196 ~ 33.16%
G 68 of 196 ~ 34.69%
B 63 of 196 ~ 32.14%

%33.16
%34.69
%32.14

CMYK color model

#41443F color CMYK value is (4,0,7,73).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 73.33%
CMYK:
(4,0,7,73)
C4M0Y7K73 
(4%,0%,7%,73%)
(0.04/0.00/0.07/0.73)	

CMYK percentages

%4.41
%0
%7.35
%73.33

Codes

Color #41443F in popluar color models

41443F
RGB656863
HSL96°3.82%25.69%
HSB/HSV96°7.35%26.67%
CMYK4.41%0.00%7.35%
73.33%

Color #41443F in popluar number systems.

HEX41443F
Decimal656863
Binary10000011000100111111
Octal10110477

Shades and tints

Shades of #41443F

#41443F
(65,68,63)
#3C3E3A
(60,62,58)
#373835
(55,56,53)
#323230
(50,50,48)
#2D2C2B
(45,44,43)
#282626
(40,38,38)
#232021
(35,32,33)
#1E1A1C
(30,26,28)
#191417
(25,20,23)
#140E12
(20,14,18)
#0F080D
(15,8,13)
#000000
(0,0,0)

Tints of #41443F

#41443F
(65,68,63)
#525550
(82,85,80)
#636661
(99,102,97)
#747772
(116,119,114)
#858883
(133,136,131)
#969994
(150,153,148)
#A7AAA5
(167,170,165)
#B8BBB6
(184,187,182)
#C9CCC7
(201,204,199)
#DADDD8
(218,221,216)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41443F; }

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

This text font color is #41443F.


Background Color

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

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

This div background color is #41443F.


Border color

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

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

This div border color is #41443F.


Opacity

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

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

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

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

This text has shadow with #41443F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41443F on black background.


Color preview on white background

This text has color #41443F on white background.



Black color preview on #41443F background

This text has black color on #41443F background.


White color preview on #41443F background

This text has white color on #41443F background.