COLOR #41463B

HEX: #41463B RGB: (65,70,59)

Color info

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

RGB color model

#41463B color RGB value is (65,70,59).

RGB: (65,70,59) (25%, 27%, 23%)

RGB channels and saturation

R 65 of 255 = 25%
G 70 of 255 = 27%
B 59 of 255 = 23%

65
70
59

R + G + B ~ 25%. #41463B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 70 + 59 = 194 (100%)
R 65 of 194 ~ 33.51%
G 70 of 194 ~ 36.08%
B 59 of 194 ~ 30.41'%

%33.51
%36.08
%30.41

CMYK color model

#41463B color CMYK value is (7,0,16,73).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 72.55%

CMYK: (7,0,16,73)
C7M0Y16K73 (7%, 0%, 16%, 73%)
(0.07 / 0.00 / 0.16 / 0.73)

CMYK percentages

%7.14
%0
%15.71
%72.55

Codes

Color #41463B in popluar color models

41 46 3B
RGB 65 70 59
HSL 87° 8.53% 25.29%
HSB/HSV 87° 15.71% 27.45%
CMYK 7.14% 0.00% 15.71%
72.55%

Color #41463B in popluar number systems.

HEX 41 46 3B
Decimal 65 70 59
Binary 1000001 1000110 111011
Octal 101 106 73

Shades and tints

Shades of #41463B

#41463B
(65,70,59)
#3C4036
(60,64,54)
#373A31
(55,58,49)
#32342C
(50,52,44)
#2D2E27
(45,46,39)
#282822
(40,40,34)
#23221D
(35,34,29)
#1E1C18
(30,28,24)
#191613
(25,22,19)
#14100E
(20,16,14)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #41463B

#41463B
(65,70,59)
#52564C
(82,86,76)
#63665D
(99,102,93)
#74766E
(116,118,110)
#85867F
(133,134,127)
#969690
(150,150,144)
#A7A6A1
(167,166,161)
#B8B6B2
(184,182,178)
#C9C6C3
(201,198,195)
#DAD6D4
(218,214,212)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41463B; }

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

This text font color is #41463B.

Background Color

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

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

This div background color is #41463B.

Border color

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

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

This div border color is #41463B.

Opacity

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

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

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

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

This text has shadow with #41463B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41463B.

Preview

Color preview on black background

This text has color #41463B on black background.


Color preview on white background

This text has color #41463B on white background.


Black color preview on #41463B background

This text has black color on #41463B background.


White color preview on #41463B background

This text has white color on #41463B background.


Related colors

Complementary color

Complementary color for #hex is #BEB9C4.


I love getcolorcode.com

Triadic colors

1 #3B4146 and #463B41 with #41463B are triadic colors.

2 #3B4641 and #46413B with #41463B are triadic colors.