COLOR #41333F

HEX: #41333F RGB: (65,51,63)

Color info

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

RGB color model

#41333F color RGB value is (65,51,63).

RGB: (65,51,63) (25%, 20%, 25%)

RGB channels and saturation

R 65 of 255 = 25%
G 51 of 255 = 20%
B 63 of 255 = 25%

65
51
63

R + G + B ~ 23%. #41333F is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 51 + 63 = 179 (100%)
R 65 of 179 ~ 36.31%
G 51 of 179 ~ 28.49%
B 63 of 179 ~ 35.2'%

%36.31
%28.49
%35.2

CMYK color model

#41333F color CMYK value is (0,22,3,75).

  • cyan value is 0.00%
  • magenta value is 21.54%
  • yellow value is 3.08%
  • key color value is 74.51%

CMYK: (0,22,3,75)
C0M22Y3K75 (0%, 22%, 3%, 75%)
(0.00 / 0.22 / 0.03 / 0.75)

CMYK percentages

%0
%21.54
%3.08
%74.51

Codes

Color #41333F in popluar color models

41 33 3F
RGB 65 51 63
HSL 309° 12.07% 22.75%
HSB/HSV 309° 21.54% 25.49%
CMYK 0.00% 21.54% 3.08%
74.51%

Color #41333F in popluar number systems.

HEX 41 33 3F
Decimal 65 51 63
Binary 1000001 110011 111111
Octal 101 63 77

Shades and tints

Shades of #41333F

#41333F
(65,51,63)
#3C2F3A
(60,47,58)
#372B35
(55,43,53)
#322730
(50,39,48)
#2D232B
(45,35,43)
#281F26
(40,31,38)
#231B21
(35,27,33)
#1E171C
(30,23,28)
#191317
(25,19,23)
#140F12
(20,15,18)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #41333F

#41333F
(65,51,63)
#524550
(82,69,80)
#635761
(99,87,97)
#746972
(116,105,114)
#857B83
(133,123,131)
#968D94
(150,141,148)
#A79FA5
(167,159,165)
#B8B1B6
(184,177,182)
#C9C3C7
(201,195,199)
#DAD5D8
(218,213,216)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41333F; }

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

This text font color is #41333F.

Background Color

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

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

This div background color is #41333F.

Border color

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

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

This div border color is #41333F.

Opacity

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

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

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

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

This text has shadow with #41333F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41333F.

Preview

Color preview on black background

This text has color #41333F on black background.


Color preview on white background

This text has color #41333F on white background.


Black color preview on #41333F background

This text has black color on #41333F background.


White color preview on #41333F background

This text has white color on #41333F background.


Related colors

Complementary color

Complementary color for #hex is #BECCC0.


I love getcolorcode.com

Triadic colors

1 #3F4133 and #333F41 with #41333F are triadic colors.

2 #3F3341 and #33413F with #41333F are triadic colors.