COLOR #41393A

HEX: #41393A
RGB: (65,57,58)

Color info

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

RGB color model

#41393A color RGB value is (65,57,58).

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

RGB channels and saturation

R 65 of 255 = 25%
G 57 of 255 = 22%
B 58 of 255 = 23%

65
57
58

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

Portions of RGB colors in percentages

R + G + B =
65 + 57 + 58 = 180 (100%)
R 65 of 180 ~ 36.11%
G 57 of 180 ~ 31.67%
B 58 of 180 ~ 32.22%

%36.11
%31.67
%32.22

CMYK color model

#41393A color CMYK value is (0,12,11,75).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 10.77%
  • key color value is 74.51%
CMYK:
(0,12,11,75)
C0M12Y11K75 
(0%,12%,11%,75%)
(0.00/0.12/0.11/0.75)	

CMYK percentages

%0
%12.31
%10.77
%74.51

Codes

Color #41393A in popluar color models

41393A
RGB655758
HSL353°6.56%23.92%
HSB/HSV353°12.31%25.49%
CMYK0.00%12.31%10.77%
74.51%

Color #41393A in popluar number systems.

HEX41393A
Decimal655758
Binary1000001111001111010
Octal1017172

Shades and tints

Shades of #41393A

#41393A
(65,57,58)
#3C3435
(60,52,53)
#372F30
(55,47,48)
#322A2B
(50,42,43)
#2D2526
(45,37,38)
#282021
(40,32,33)
#231B1C
(35,27,28)
#1E1617
(30,22,23)
#191112
(25,17,18)
#140C0D
(20,12,13)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #41393A

#41393A
(65,57,58)
#524B4B
(82,75,75)
#635D5C
(99,93,92)
#746F6D
(116,111,109)
#85817E
(133,129,126)
#96938F
(150,147,143)
#A7A5A0
(167,165,160)
#B8B7B1
(184,183,177)
#C9C9C2
(201,201,194)
#DADBD3
(218,219,211)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41393A; }

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

This text font color is #41393A.


Background Color

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

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

This div background color is #41393A.


Border color

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

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

This div border color is #41393A.


Opacity

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

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

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

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

This text has shadow with #41393A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41393A on black background.


Color preview on white background

This text has color #41393A on white background.



Black color preview on #41393A background

This text has black color on #41393A background.


White color preview on #41393A background

This text has white color on #41393A background.