COLOR #41293D

HEX: #41293D
RGB: (65,41,61)

Color info

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

RGB color model

#41293D color RGB value is (65,41,61).

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

RGB channels and saturation

R 65 of 255 = 25%
G 41 of 255 = 16%
B 61 of 255 = 24%

65
41
61

R + G + B ~ 22%. #41293D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 41 + 61 = 167 (100%)
R 65 of 167 ~ 38.92%
G 41 of 167 ~ 24.55%
B 61 of 167 ~ 36.53%

%38.92
%24.55
%36.53

CMYK color model

#41293D color CMYK value is (0,37,6,75).

  • cyan value is 0.00%
  • magenta value is 36.92%
  • yellow value is 6.15%
  • key color value is 74.51%
CMYK:
(0,37,6,75)
C0M37Y6K75 
(0%,37%,6%,75%)
(0.00/0.37/0.06/0.75)	

CMYK percentages

%0
%36.92
%6.15
%74.51

Codes

Color #41293D in popluar color models

41293D
RGB654161
HSL310°22.64%20.78%
HSB/HSV310°36.92%25.49%
CMYK0.00%36.92%6.15%
74.51%

Color #41293D in popluar number systems.

HEX41293D
Decimal654161
Binary1000001101001111101
Octal1015175

Shades and tints

Shades of #41293D

#41293D
(65,41,61)
#3C2638
(60,38,56)
#372333
(55,35,51)
#32202E
(50,32,46)
#2D1D29
(45,29,41)
#281A24
(40,26,36)
#23171F
(35,23,31)
#1E141A
(30,20,26)
#191115
(25,17,21)
#140E10
(20,14,16)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #41293D

#41293D
(65,41,61)
#523C4E
(82,60,78)
#634F5F
(99,79,95)
#746270
(116,98,112)
#857581
(133,117,129)
#968892
(150,136,146)
#A79BA3
(167,155,163)
#B8AEB4
(184,174,180)
#C9C1C5
(201,193,197)
#DAD4D6
(218,212,214)
#EBE7E7
(235,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41293D; }

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

This text font color is #41293D.


Background Color

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

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

This div background color is #41293D.


Border color

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

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

This div border color is #41293D.


Opacity

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

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

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

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

This text has shadow with #41293D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41293D on black background.


Color preview on white background

This text has color #41293D on white background.



Black color preview on #41293D background

This text has black color on #41293D background.


White color preview on #41293D background

This text has white color on #41293D background.