COLOR #41493F

HEX: #41493F
RGB: (65,73,63)

Color info

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

RGB color model

#41493F color RGB value is (65,73,63).

  • red value is 65;
  • green value is 73;
  • blue value is 63.
RGB:
(65,73,63)
(25%,29%,25%)

RGB channels and saturation

R 65 of 255 = 25%
G 73 of 255 = 29%
B 63 of 255 = 25%

65
73
63

R + G + B ~ 26%. #41493F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 73 + 63 = 201 (100%)
R 65 of 201 ~ 32.34%
G 73 of 201 ~ 36.32%
B 63 of 201 ~ 31.34%

%32.34
%36.32
%31.34

CMYK color model

#41493F color CMYK value is (11,0,14,71).

  • cyan value is 10.96%
  • magenta value is 0.00%
  • yellow value is 13.70%
  • key color value is 71.37%
CMYK:
(11,0,14,71)
C11M0Y14K71 
(11%,0%,14%,71%)
(0.11/0.00/0.14/0.71)	

CMYK percentages

%10.96
%0
%13.7
%71.37

Codes

Color #41493F in popluar color models

41493F
RGB657363
HSL108°7.35%26.67%
HSB/HSV108°13.70%28.63%
CMYK10.96%0.00%13.70%
71.37%

Color #41493F in popluar number systems.

HEX41493F
Decimal657363
Binary10000011001001111111
Octal10111177

Shades and tints

Shades of #41493F

#41493F
(65,73,63)
#3C433A
(60,67,58)
#373D35
(55,61,53)
#323730
(50,55,48)
#2D312B
(45,49,43)
#282B26
(40,43,38)
#232521
(35,37,33)
#1E1F1C
(30,31,28)
#191917
(25,25,23)
#141312
(20,19,18)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #41493F

#41493F
(65,73,63)
#525950
(82,89,80)
#636961
(99,105,97)
#747972
(116,121,114)
#858983
(133,137,131)
#969994
(150,153,148)
#A7A9A5
(167,169,165)
#B8B9B6
(184,185,182)
#C9C9C7
(201,201,199)
#DAD9D8
(218,217,216)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41493F color. Also use rgb(65,73,63) instead hex code.

Text Font Color

.myTextColor { color: #41493F; }

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

This text font color is #41493F.


Background Color

.myBgColor { background-color: #41493F; }

<div style="background-color:#41493F">Inner text</div>

This div background color is #41493F.


Border color

.myBorderColor { border: 1px solid #41493F; }

<div style="border:3px solid #41493F">Div</div>

This div border color is #41493F.


Opacity

.myOpacity80 { color: #41493F; opacity: 0.8; }

<p style="color:#41493F;opacity:0.8;">80%</p>

Text with #41493F 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 #41493F;}

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

This text has shadow with #41493F color.

.textShadow {text-shadow: 3px 3px 1px #41493F, 3px 3px 1px red;}

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

This text has shadow with #41493F primary color and red secondary color.


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

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

This text has shadow with #41493F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41493F on black background.


Color preview on white background

This text has color #41493F on white background.



Black color preview on #41493F background

This text has black color on #41493F background.


White color preview on #41493F background

This text has white color on #41493F background.