COLOR #41474B

HEX: #41474B RGB: (65,71,75)

Color info

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

RGB color model

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

RGB: (65,71,75) (25%, 28%, 29%)

RGB channels and saturation

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

65
71
75

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

Portions of RGB colors in percentages

R + G + B = 65 + 71 + 75 = 211 (100%)
R 65 of 211 ~ 30.81%
G 71 of 211 ~ 33.65%
B 75 of 211 ~ 35.55'%

%30.81
%33.65
%35.55

CMYK color model

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

  • cyan value is 13.33%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 70.59%

CMYK: (13,5,0,71)
C13M5Y0K71 (13%, 5%, 0%, 71%)
(0.13 / 0.05 / 0.00 / 0.71)

CMYK percentages

%13.33
%5.33
%0
%70.59

Codes

Color #41474B in popluar color models

41 47 4B
RGB 65 71 75
HSL 204° 7.14% 27.45%
HSB/HSV 204° 13.33% 29.41%
CMYK 13.33% 5.33% 0.00%
70.59%

Color #41474B in popluar number systems.

HEX 41 47 4B
Decimal 65 71 75
Binary 1000001 1000111 1001011
Octal 101 107 113

Shades and tints

Shades of #41474B

#41474B
(65,71,75)
#3C4145
(60,65,69)
#373B3F
(55,59,63)
#323539
(50,53,57)
#2D2F33
(45,47,51)
#28292D
(40,41,45)
#232327
(35,35,39)
#1E1D21
(30,29,33)
#19171B
(25,23,27)
#141115
(20,17,21)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #41474B

#41474B
(65,71,75)
#52575B
(82,87,91)
#63676B
(99,103,107)
#74777B
(116,119,123)
#85878B
(133,135,139)
#96979B
(150,151,155)
#A7A7AB
(167,167,171)
#B8B7BB
(184,183,187)
#C9C7CB
(201,199,203)
#DAD7DB
(218,215,219)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41474B; }

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

This text font color is #41474B.

Background Color

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

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

This div background color is #41474B.

Border color

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

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

This div border color is #41474B.

Opacity

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

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

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

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

This text has shadow with #41474B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41474B.

Preview

Color preview on black background

This text has color #41474B on black background.


Color preview on white background

This text has color #41474B on white background.


Black color preview on #41474B background

This text has black color on #41474B background.


White color preview on #41474B background

This text has white color on #41474B background.


Related colors

Complementary color

Complementary color for #hex is #BEB8B4.


I love getcolorcode.com

Triadic colors

1 #4B4147 and #474B41 with #41474B are triadic colors.

2 #4B4741 and #47414B with #41474B are triadic colors.