COLOR #41414B

HEX: #41414B
RGB: (65,65,75)

Color info

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

RGB color model

#41414B color RGB value is (65,65,75).

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

RGB channels and saturation

R 65 of 255 = 25%
G 65 of 255 = 25%
B 75 of 255 = 29%

65
65
75

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

Portions of RGB colors in percentages

R + G + B =
65 + 65 + 75 = 205 (100%)
R 65 of 205 ~ 31.71%
G 65 of 205 ~ 31.71%
B 75 of 205 ~ 36.59%

%31.71
%31.71
%36.59

CMYK color model

#41414B color CMYK value is (13,13,0,71).

  • cyan value is 13.33%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(13,13,0,71)
C13M13Y0K71 
(13%,13%,0%,71%)
(0.13/0.13/0.00/0.71)	

CMYK percentages

%13.33
%13.33
%0
%70.59

Codes

Color #41414B in popluar color models

41414B
RGB656575
HSL240°7.14%27.45%
HSB/HSV240°13.33%29.41%
CMYK13.33%13.33%0.00%
70.59%

Color #41414B in popluar number systems.

HEX41414B
Decimal656575
Binary100000110000011001011
Octal101101113

Shades and tints

Shades of #41414B

#41414B
(65,65,75)
#3C3C45
(60,60,69)
#37373F
(55,55,63)
#323239
(50,50,57)
#2D2D33
(45,45,51)
#28282D
(40,40,45)
#232327
(35,35,39)
#1E1E21
(30,30,33)
#19191B
(25,25,27)
#141415
(20,20,21)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #41414B

#41414B
(65,65,75)
#52525B
(82,82,91)
#63636B
(99,99,107)
#74747B
(116,116,123)
#85858B
(133,133,139)
#96969B
(150,150,155)
#A7A7AB
(167,167,171)
#B8B8BB
(184,184,187)
#C9C9CB
(201,201,203)
#DADADB
(218,218,219)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41414B; }

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

This text font color is #41414B.


Background Color

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

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

This div background color is #41414B.


Border color

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

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

This div border color is #41414B.


Opacity

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

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

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

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

This text has shadow with #41414B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41414B on black background.


Color preview on white background

This text has color #41414B on white background.



Black color preview on #41414B background

This text has black color on #41414B background.


White color preview on #41414B background

This text has white color on #41414B background.