COLOR #41313C

HEX: #41313C
RGB: (65,49,60)

Color info

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

RGB color model

#41313C color RGB value is (65,49,60).

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

RGB channels and saturation

R 65 of 255 = 25%
G 49 of 255 = 19%
B 60 of 255 = 24%

65
49
60

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

Portions of RGB colors in percentages

R + G + B =
65 + 49 + 60 = 174 (100%)
R 65 of 174 ~ 37.36%
G 49 of 174 ~ 28.16%
B 60 of 174 ~ 34.48%

%37.36
%28.16
%34.48

CMYK color model

#41313C color CMYK value is (0,25,8,75).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 7.69%
  • key color value is 74.51%
CMYK:
(0,25,8,75)
C0M25Y8K75 
(0%,25%,8%,75%)
(0.00/0.25/0.08/0.75)	

CMYK percentages

%0
%24.62
%7.69
%74.51

Codes

Color #41313C in popluar color models

41313C
RGB654960
HSL319°14.04%22.35%
HSB/HSV319°24.62%25.49%
CMYK0.00%24.62%7.69%
74.51%

Color #41313C in popluar number systems.

HEX41313C
Decimal654960
Binary1000001110001111100
Octal1016174

Shades and tints

Shades of #41313C

#41313C
(65,49,60)
#3C2D37
(60,45,55)
#372932
(55,41,50)
#32252D
(50,37,45)
#2D2128
(45,33,40)
#281D23
(40,29,35)
#23191E
(35,25,30)
#1E1519
(30,21,25)
#191114
(25,17,20)
#140D0F
(20,13,15)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #41313C

#41313C
(65,49,60)
#52434D
(82,67,77)
#63555E
(99,85,94)
#74676F
(116,103,111)
#857980
(133,121,128)
#968B91
(150,139,145)
#A79DA2
(167,157,162)
#B8AFB3
(184,175,179)
#C9C1C4
(201,193,196)
#DAD3D5
(218,211,213)
#EBE5E6
(235,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41313C; }

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

This text font color is #41313C.


Background Color

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

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

This div background color is #41313C.


Border color

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

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

This div border color is #41313C.


Opacity

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

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

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

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

This text has shadow with #41313C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41313C on black background.


Color preview on white background

This text has color #41313C on white background.



Black color preview on #41313C background

This text has black color on #41313C background.


White color preview on #41313C background

This text has white color on #41313C background.