COLOR #41212C

HEX: #41212C RGB: (65,33,44)

Color info

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

RGB color model

#41212C color RGB value is (65,33,44).

RGB: (65,33,44) (25%, 13%, 17%)

RGB channels and saturation

R 65 of 255 = 25%
G 33 of 255 = 13%
B 44 of 255 = 17%

65
33
44

R + G + B ~ 18%. #41212C is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 33 + 44 = 142 (100%)
R 65 of 142 ~ 45.77%
G 33 of 142 ~ 23.24%
B 44 of 142 ~ 30.99'%

%45.77
%23.24
%30.99

CMYK color model

#41212C color CMYK value is (0,49,32,75).

  • cyan value is 0.00%
  • magenta value is 49.23%
  • yellow value is 32.31%
  • key color value is 74.51%

CMYK: (0,49,32,75)
C0M49Y32K75 (0%, 49%, 32%, 75%)
(0.00 / 0.49 / 0.32 / 0.75)

CMYK percentages

%0
%49.23
%32.31
%74.51

Codes

Color #41212C in popluar color models

41 21 2C
RGB 65 33 44
HSL 339° 32.65% 19.22%
HSB/HSV 339° 49.23% 25.49%
CMYK 0.00% 49.23% 32.31%
74.51%

Color #41212C in popluar number systems.

HEX 41 21 2C
Decimal 65 33 44
Binary 1000001 100001 101100
Octal 101 41 54

Shades and tints

Shades of #41212C

#41212C
(65,33,44)
#3C1E28
(60,30,40)
#371B24
(55,27,36)
#321820
(50,24,32)
#2D151C
(45,21,28)
#281218
(40,18,24)
#230F14
(35,15,20)
#1E0C10
(30,12,16)
#19090C
(25,9,12)
#140608
(20,6,8)
#0F0304
(15,3,4)
#000000
(0,0,0)

Tints of #41212C

#41212C
(65,33,44)
#52353F
(82,53,63)
#634952
(99,73,82)
#745D65
(116,93,101)
#857178
(133,113,120)
#96858B
(150,133,139)
#A7999E
(167,153,158)
#B8ADB1
(184,173,177)
#C9C1C4
(201,193,196)
#DAD5D7
(218,213,215)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41212C color. Also use rgb(65,33,44) instead hex code.

Text Font Color

.myTextColor { color: #41212C; }

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

This text font color is #41212C.

Background Color

.myBgColor { background-color: #41212C; }

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

This div background color is #41212C.

Border color

.myBorderColor { border: 1px solid #41212C; }

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

This div border color is #41212C.

Opacity

.myOpacity80 { color: #41212C; opacity: 0.8; }

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

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

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

This text has shadow with #41212C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41212C.

Preview

Color preview on black background

This text has color #41212C on black background.


Color preview on white background

This text has color #41212C on white background.


Black color preview on #41212C background

This text has black color on #41212C background.


White color preview on #41212C background

This text has white color on #41212C background.


Related colors

Complementary color

Complementary color for #hex is #BEDED3.


I love getcolorcode.com

Triadic colors

1 #2C4121 and #212C41 with #41212C are triadic colors.

2 #2C2141 and #21412C with #41212C are triadic colors.