COLOR #41323B

HEX: #41323B
RGB: (65,50,59)

Color info

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

RGB color model

#41323B color RGB value is (65,50,59).

  • red value is 65;
  • green value is 50;
  • blue value is 59.
RGB:
(65,50,59)
(25%,20%,23%)

RGB channels and saturation

R 65 of 255 = 25%
G 50 of 255 = 20%
B 59 of 255 = 23%

65
50
59

R + G + B ~ 23%. #41323B is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 50 + 59 = 174 (100%)
R 65 of 174 ~ 37.36%
G 50 of 174 ~ 28.74%
B 59 of 174 ~ 33.91%

%37.36
%28.74
%33.91

CMYK color model

#41323B color CMYK value is (0,23,9,75).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 9.23%
  • key color value is 74.51%
CMYK:
(0,23,9,75)
C0M23Y9K75 
(0%,23%,9%,75%)
(0.00/0.23/0.09/0.75)	

CMYK percentages

%0
%23.08
%9.23
%74.51

Codes

Color #41323B in popluar color models

41323B
RGB655059
HSL324°13.04%22.55%
HSB/HSV324°23.08%25.49%
CMYK0.00%23.08%9.23%
74.51%

Color #41323B in popluar number systems.

HEX41323B
Decimal655059
Binary1000001110010111011
Octal1016273

Shades and tints

Shades of #41323B

#41323B
(65,50,59)
#3C2E36
(60,46,54)
#372A31
(55,42,49)
#32262C
(50,38,44)
#2D2227
(45,34,39)
#281E22
(40,30,34)
#231A1D
(35,26,29)
#1E1618
(30,22,24)
#191213
(25,18,19)
#140E0E
(20,14,14)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #41323B

#41323B
(65,50,59)
#52444C
(82,68,76)
#63565D
(99,86,93)
#74686E
(116,104,110)
#857A7F
(133,122,127)
#968C90
(150,140,144)
#A79EA1
(167,158,161)
#B8B0B2
(184,176,178)
#C9C2C3
(201,194,195)
#DAD4D4
(218,212,212)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41323B; }

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

This text font color is #41323B.


Background Color

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

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

This div background color is #41323B.


Border color

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

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

This div border color is #41323B.


Opacity

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

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

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

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

This text has shadow with #41323B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41323B on black background.


Color preview on white background

This text has color #41323B on white background.



Black color preview on #41323B background

This text has black color on #41323B background.


White color preview on #41323B background

This text has white color on #41323B background.