COLOR #41323A

HEX: #41323A
RGB: (65,50,58)

Color info

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

RGB color model

#41323A color RGB value is (65,50,58).

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

RGB channels and saturation

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

65
50
58

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

Portions of RGB colors in percentages

R + G + B =
65 + 50 + 58 = 173 (100%)
R 65 of 173 ~ 37.57%
G 50 of 173 ~ 28.9%
B 58 of 173 ~ 33.53%

%37.57
%28.9
%33.53

CMYK color model

#41323A color CMYK value is (0,23,11,75).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 10.77%
  • key color value is 74.51%
CMYK:
(0,23,11,75)
C0M23Y11K75 
(0%,23%,11%,75%)
(0.00/0.23/0.11/0.75)	

CMYK percentages

%0
%23.08
%10.77
%74.51

Codes

Color #41323A in popluar color models

41323A
RGB655058
HSL328°13.04%22.55%
HSB/HSV328°23.08%25.49%
CMYK0.00%23.08%10.77%
74.51%

Color #41323A in popluar number systems.

HEX41323A
Decimal655058
Binary1000001110010111010
Octal1016272

Shades and tints

Shades of #41323A

#41323A
(65,50,58)
#3C2E35
(60,46,53)
#372A30
(55,42,48)
#32262B
(50,38,43)
#2D2226
(45,34,38)
#281E21
(40,30,33)
#231A1C
(35,26,28)
#1E1617
(30,22,23)
#191212
(25,18,18)
#140E0D
(20,14,13)
#0F0A08
(15,10,8)
#000000
(0,0,0)

Tints of #41323A

#41323A
(65,50,58)
#52444B
(82,68,75)
#63565C
(99,86,92)
#74686D
(116,104,109)
#857A7E
(133,122,126)
#968C8F
(150,140,143)
#A79EA0
(167,158,160)
#B8B0B1
(184,176,177)
#C9C2C2
(201,194,194)
#DAD4D3
(218,212,211)
#EBE6E4
(235,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41323A; }

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

This text font color is #41323A.


Background Color

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

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

This div background color is #41323A.


Border color

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

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

This div border color is #41323A.


Opacity

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

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

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

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

This text has shadow with #41323A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41323A on black background.


Color preview on white background

This text has color #41323A on white background.



Black color preview on #41323A background

This text has black color on #41323A background.


White color preview on #41323A background

This text has white color on #41323A background.