COLOR #41403B

HEX: #41403B
RGB: (65,64,59)

Color info

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

RGB color model

#41403B color RGB value is (65,64,59).

  • red value is 65;
  • green value is 64;
  • blue value is 59.
RGB:
(65,64,59)
(25%,25%,23%)

RGB channels and saturation

R 65 of 255 = 25%
G 64 of 255 = 25%
B 59 of 255 = 23%

65
64
59

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

Portions of RGB colors in percentages

R + G + B =
65 + 64 + 59 = 188 (100%)
R 65 of 188 ~ 34.57%
G 64 of 188 ~ 34.04%
B 59 of 188 ~ 31.38%

%34.57
%34.04
%31.38

CMYK color model

#41403B color CMYK value is (0,2,9,75).

  • cyan value is 0.00%
  • magenta value is 1.54%
  • yellow value is 9.23%
  • key color value is 74.51%
CMYK:
(0,2,9,75)
C0M2Y9K75 
(0%,2%,9%,75%)
(0.00/0.02/0.09/0.75)	

CMYK percentages

%0
%1.54
%9.23
%74.51

Codes

Color #41403B in popluar color models

41403B
RGB656459
HSL50°4.84%24.31%
HSB/HSV50°9.23%25.49%
CMYK0.00%1.54%9.23%
74.51%

Color #41403B in popluar number systems.

HEX41403B
Decimal656459
Binary10000011000000111011
Octal10110073

Shades and tints

Shades of #41403B

#41403B
(65,64,59)
#3C3B36
(60,59,54)
#373631
(55,54,49)
#32312C
(50,49,44)
#2D2C27
(45,44,39)
#282722
(40,39,34)
#23221D
(35,34,29)
#1E1D18
(30,29,24)
#191813
(25,24,19)
#14130E
(20,19,14)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #41403B

#41403B
(65,64,59)
#52514C
(82,81,76)
#63625D
(99,98,93)
#74736E
(116,115,110)
#85847F
(133,132,127)
#969590
(150,149,144)
#A7A6A1
(167,166,161)
#B8B7B2
(184,183,178)
#C9C8C3
(201,200,195)
#DAD9D4
(218,217,212)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41403B color. Also use rgb(65,64,59) instead hex code.

Text Font Color

.myTextColor { color: #41403B; }

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

This text font color is #41403B.


Background Color

.myBgColor { background-color: #41403B; }

<div style="background-color:#41403B">Inner text</div>

This div background color is #41403B.


Border color

.myBorderColor { border: 1px solid #41403B; }

<div style="border:3px solid #41403B">Div</div>

This div border color is #41403B.


Opacity

.myOpacity80 { color: #41403B; opacity: 0.8; }

<p style="color:#41403B;opacity:0.8;">80%</p>

Text with #41403B 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 #41403B;}

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

This text has shadow with #41403B color.

.textShadow {text-shadow: 3px 3px 1px #41403B, 3px 3px 1px red;}

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

This text has shadow with #41403B primary color and red secondary color.


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

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

This text has shadow with #41403B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41403B on black background.


Color preview on white background

This text has color #41403B on white background.



Black color preview on #41403B background

This text has black color on #41403B background.


White color preview on #41403B background

This text has white color on #41403B background.