COLOR #41484B

HEX: #41484B RGB: (65,72,75)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

65
72
75

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

Portions of RGB colors in percentages

R + G + B = 65 + 72 + 75 = 212 (100%)
R 65 of 212 ~ 30.66%
G 72 of 212 ~ 33.96%
B 75 of 212 ~ 35.38'%

%30.66
%33.96
%35.38

CMYK color model

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

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

CMYK: (13,4,0,71)
C13M4Y0K71 (13%, 4%, 0%, 71%)
(0.13 / 0.04 / 0.00 / 0.71)

CMYK percentages

%13.33
%4
%0
%70.59

Codes

Color #41484B in popluar color models

41 48 4B
RGB 65 72 75
HSL 198° 7.14% 27.45%
HSB/HSV 198° 13.33% 29.41%
CMYK 13.33% 4.00% 0.00%
70.59%

Color #41484B in popluar number systems.

HEX 41 48 4B
Decimal 65 72 75
Binary 1000001 1001000 1001011
Octal 101 110 113

Shades and tints

Shades of #41484B

#41484B
(65,72,75)
#3C4245
(60,66,69)
#373C3F
(55,60,63)
#323639
(50,54,57)
#2D3033
(45,48,51)
#282A2D
(40,42,45)
#232427
(35,36,39)
#1E1E21
(30,30,33)
#19181B
(25,24,27)
#141215
(20,18,21)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #41484B

#41484B
(65,72,75)
#52585B
(82,88,91)
#63686B
(99,104,107)
#74787B
(116,120,123)
#85888B
(133,136,139)
#96989B
(150,152,155)
#A7A8AB
(167,168,171)
#B8B8BB
(184,184,187)
#C9C8CB
(201,200,203)
#DAD8DB
(218,216,219)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41484B; }

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

This text font color is #41484B.

Background Color

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

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

This div background color is #41484B.

Border color

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

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

This div border color is #41484B.

Opacity

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

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

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

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

This text has shadow with #41484B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41484B.

Preview

Color preview on black background

This text has color #41484B on black background.


Color preview on white background

This text has color #41484B on white background.


Black color preview on #41484B background

This text has black color on #41484B background.


White color preview on #41484B background

This text has white color on #41484B background.


Related colors

Complementary color

Complementary color for #hex is #BEB7B4.


I love getcolorcode.com

Triadic colors

1 #4B4148 and #484B41 with #41484B are triadic colors.

2 #4B4841 and #48414B with #41484B are triadic colors.