COLOR #41313A

HEX: #41313A
RGB: (65,49,58)

Color info

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

RGB color model

#41313A color RGB value is (65,49,58).

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

RGB channels and saturation

R 65 of 255 = 25%
G 49 of 255 = 19%
B 58 of 255 = 23%

65
49
58

R + G + B ~ 22%. #41313A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 49 + 58 = 172 (100%)
R 65 of 172 ~ 37.79%
G 49 of 172 ~ 28.49%
B 58 of 172 ~ 33.72%

%37.79
%28.49
%33.72

CMYK color model

#41313A color CMYK value is (0,25,11,75).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 10.77%
  • key color value is 74.51%
CMYK:
(0,25,11,75)
C0M25Y11K75 
(0%,25%,11%,75%)
(0.00/0.25/0.11/0.75)	

CMYK percentages

%0
%24.62
%10.77
%74.51

Codes

Color #41313A in popluar color models

41313A
RGB654958
HSL326°14.04%22.35%
HSB/HSV326°24.62%25.49%
CMYK0.00%24.62%10.77%
74.51%

Color #41313A in popluar number systems.

HEX41313A
Decimal654958
Binary1000001110001111010
Octal1016172

Shades and tints

Shades of #41313A

#41313A
(65,49,58)
#3C2D35
(60,45,53)
#372930
(55,41,48)
#32252B
(50,37,43)
#2D2126
(45,33,38)
#281D21
(40,29,33)
#23191C
(35,25,28)
#1E1517
(30,21,23)
#191112
(25,17,18)
#140D0D
(20,13,13)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #41313A

#41313A
(65,49,58)
#52434B
(82,67,75)
#63555C
(99,85,92)
#74676D
(116,103,109)
#85797E
(133,121,126)
#968B8F
(150,139,143)
#A79DA0
(167,157,160)
#B8AFB1
(184,175,177)
#C9C1C2
(201,193,194)
#DAD3D3
(218,211,211)
#EBE5E4
(235,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41313A; }

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

This text font color is #41313A.


Background Color

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

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

This div background color is #41313A.


Border color

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

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

This div border color is #41313A.


Opacity

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

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

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

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

This text has shadow with #41313A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41313A on black background.


Color preview on white background

This text has color #41313A on white background.



Black color preview on #41313A background

This text has black color on #41313A background.


White color preview on #41313A background

This text has white color on #41313A background.