COLOR #41393D

HEX: #41393D
RGB: (65,57,61)

Color info

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

RGB color model

#41393D color RGB value is (65,57,61).

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

RGB channels and saturation

R 65 of 255 = 25%
G 57 of 255 = 22%
B 61 of 255 = 24%

65
57
61

R + G + B ~ 24%. #41393D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 57 + 61 = 183 (100%)
R 65 of 183 ~ 35.52%
G 57 of 183 ~ 31.15%
B 61 of 183 ~ 33.33%

%35.52
%31.15
%33.33

CMYK color model

#41393D color CMYK value is (0,12,6,75).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 6.15%
  • key color value is 74.51%
CMYK:
(0,12,6,75)
C0M12Y6K75 
(0%,12%,6%,75%)
(0.00/0.12/0.06/0.75)	

CMYK percentages

%0
%12.31
%6.15
%74.51

Codes

Color #41393D in popluar color models

41393D
RGB655761
HSL330°6.56%23.92%
HSB/HSV330°12.31%25.49%
CMYK0.00%12.31%6.15%
74.51%

Color #41393D in popluar number systems.

HEX41393D
Decimal655761
Binary1000001111001111101
Octal1017175

Shades and tints

Shades of #41393D

#41393D
(65,57,61)
#3C3438
(60,52,56)
#372F33
(55,47,51)
#322A2E
(50,42,46)
#2D2529
(45,37,41)
#282024
(40,32,36)
#231B1F
(35,27,31)
#1E161A
(30,22,26)
#191115
(25,17,21)
#140C10
(20,12,16)
#0F070B
(15,7,11)
#000000
(0,0,0)

Tints of #41393D

#41393D
(65,57,61)
#524B4E
(82,75,78)
#635D5F
(99,93,95)
#746F70
(116,111,112)
#858181
(133,129,129)
#969392
(150,147,146)
#A7A5A3
(167,165,163)
#B8B7B4
(184,183,180)
#C9C9C5
(201,201,197)
#DADBD6
(218,219,214)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41393D; }

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

This text font color is #41393D.


Background Color

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

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

This div background color is #41393D.


Border color

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

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

This div border color is #41393D.


Opacity

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

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

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

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

This text has shadow with #41393D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41393D on black background.


Color preview on white background

This text has color #41393D on white background.



Black color preview on #41393D background

This text has black color on #41393D background.


White color preview on #41393D background

This text has white color on #41393D background.