COLOR #41414C

HEX: #41414C
RGB: (65,65,76)

Color info

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

RGB color model

#41414C color RGB value is (65,65,76).

  • red value is 65;
  • green value is 65;
  • blue value is 76.
RGB:
(65,65,76)
(25%,25%,30%)

RGB channels and saturation

R 65 of 255 = 25%
G 65 of 255 = 25%
B 76 of 255 = 30%

65
65
76

R + G + B ~ 27%. #41414C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 65 + 76 = 206 (100%)
R 65 of 206 ~ 31.55%
G 65 of 206 ~ 31.55%
B 76 of 206 ~ 36.89%

%31.55
%31.55
%36.89

CMYK color model

#41414C color CMYK value is (14,14,0,70).

  • cyan value is 14.47%
  • magenta value is 14.47%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(14,14,0,70)
C14M14Y0K70 
(14%,14%,0%,70%)
(0.14/0.14/0.00/0.70)	

CMYK percentages

%14.47
%14.47
%0
%70.2

Codes

Color #41414C in popluar color models

41414C
RGB656576
HSL240°7.80%27.65%
HSB/HSV240°14.47%29.80%
CMYK14.47%14.47%0.00%
70.20%

Color #41414C in popluar number systems.

HEX41414C
Decimal656576
Binary100000110000011001100
Octal101101114

Shades and tints

Shades of #41414C

#41414C
(65,65,76)
#3C3C46
(60,60,70)
#373740
(55,55,64)
#32323A
(50,50,58)
#2D2D34
(45,45,52)
#28282E
(40,40,46)
#232328
(35,35,40)
#1E1E22
(30,30,34)
#19191C
(25,25,28)
#141416
(20,20,22)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #41414C

#41414C
(65,65,76)
#52525C
(82,82,92)
#63636C
(99,99,108)
#74747C
(116,116,124)
#85858C
(133,133,140)
#96969C
(150,150,156)
#A7A7AC
(167,167,172)
#B8B8BC
(184,184,188)
#C9C9CC
(201,201,204)
#DADADC
(218,218,220)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41414C; }

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

This text font color is #41414C.


Background Color

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

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

This div background color is #41414C.


Border color

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

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

This div border color is #41414C.


Opacity

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

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

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

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

This text has shadow with #41414C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41414C on black background.


Color preview on white background

This text has color #41414C on white background.



Black color preview on #41414C background

This text has black color on #41414C background.


White color preview on #41414C background

This text has white color on #41414C background.