COLOR #41343C

HEX: #41343C RGB: (65,52,60)

Color info

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

RGB color model

#41343C color RGB value is (65,52,60).

RGB: (65,52,60) (25%, 20%, 24%)

RGB channels and saturation

R 65 of 255 = 25%
G 52 of 255 = 20%
B 60 of 255 = 24%

65
52
60

R + G + B ~ 23%. #41343C is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 52 + 60 = 177 (100%)
R 65 of 177 ~ 36.72%
G 52 of 177 ~ 29.38%
B 60 of 177 ~ 33.9'%

%36.72
%29.38
%33.9

CMYK color model

#41343C color CMYK value is (0,20,8,75).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 7.69%
  • key color value is 74.51%

CMYK: (0,20,8,75)
C0M20Y8K75 (0%, 20%, 8%, 75%)
(0.00 / 0.20 / 0.08 / 0.75)

CMYK percentages

%0
%20
%7.69
%74.51

Codes

Color #41343C in popluar color models

41 34 3C
RGB 65 52 60
HSL 323° 11.11% 22.94%
HSB/HSV 323° 20.00% 25.49%
CMYK 0.00% 20.00% 7.69%
74.51%

Color #41343C in popluar number systems.

HEX 41 34 3C
Decimal 65 52 60
Binary 1000001 110100 111100
Octal 101 64 74

Shades and tints

Shades of #41343C

#41343C
(65,52,60)
#3C3037
(60,48,55)
#372C32
(55,44,50)
#32282D
(50,40,45)
#2D2428
(45,36,40)
#282023
(40,32,35)
#231C1E
(35,28,30)
#1E1819
(30,24,25)
#191414
(25,20,20)
#14100F
(20,16,15)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #41343C

#41343C
(65,52,60)
#52464D
(82,70,77)
#63585E
(99,88,94)
#746A6F
(116,106,111)
#857C80
(133,124,128)
#968E91
(150,142,145)
#A7A0A2
(167,160,162)
#B8B2B3
(184,178,179)
#C9C4C4
(201,196,196)
#DAD6D5
(218,214,213)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41343C color. Also use rgb(65,52,60) instead hex code.

Text Font Color

.myTextColor { color: #41343C; }

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

This text font color is #41343C.

Background Color

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

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

This div background color is #41343C.

Border color

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

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

This div border color is #41343C.

Opacity

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

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

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

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

This text has shadow with #41343C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41343C.

Preview

Color preview on black background

This text has color #41343C on black background.


Color preview on white background

This text has color #41343C on white background.


Black color preview on #41343C background

This text has black color on #41343C background.


White color preview on #41343C background

This text has white color on #41343C background.


Related colors

Complementary color

Complementary color for #hex is #BECBC3.


I love getcolorcode.com

Triadic colors

1 #3C4134 and #343C41 with #41343C are triadic colors.

2 #3C3441 and #34413C with #41343C are triadic colors.