COLOR #41473F

HEX: #41473F
RGB: (65,71,63)

Color info

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

RGB color model

#41473F color RGB value is (65,71,63).

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

RGB channels and saturation

R 65 of 255 = 25%
G 71 of 255 = 28%
B 63 of 255 = 25%

65
71
63

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

Portions of RGB colors in percentages

R + G + B =
65 + 71 + 63 = 199 (100%)
R 65 of 199 ~ 32.66%
G 71 of 199 ~ 35.68%
B 63 of 199 ~ 31.66%

%32.66
%35.68
%31.66

CMYK color model

#41473F color CMYK value is (8,0,11,72).

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 11.27%
  • key color value is 72.16%
CMYK:
(8,0,11,72)
C8M0Y11K72 
(8%,0%,11%,72%)
(0.08/0.00/0.11/0.72)	

CMYK percentages

%8.45
%0
%11.27
%72.16

Codes

Color #41473F in popluar color models

41473F
RGB657163
HSL105°5.97%26.27%
HSB/HSV105°11.27%27.84%
CMYK8.45%0.00%11.27%
72.16%

Color #41473F in popluar number systems.

HEX41473F
Decimal657163
Binary10000011000111111111
Octal10110777

Shades and tints

Shades of #41473F

#41473F
(65,71,63)
#3C413A
(60,65,58)
#373B35
(55,59,53)
#323530
(50,53,48)
#2D2F2B
(45,47,43)
#282926
(40,41,38)
#232321
(35,35,33)
#1E1D1C
(30,29,28)
#191717
(25,23,23)
#141112
(20,17,18)
#0F0B0D
(15,11,13)
#000000
(0,0,0)

Tints of #41473F

#41473F
(65,71,63)
#525750
(82,87,80)
#636761
(99,103,97)
#747772
(116,119,114)
#858783
(133,135,131)
#969794
(150,151,148)
#A7A7A5
(167,167,165)
#B8B7B6
(184,183,182)
#C9C7C7
(201,199,199)
#DAD7D8
(218,215,216)
#EBE7E9
(235,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41473F; }

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

This text font color is #41473F.


Background Color

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

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

This div background color is #41473F.


Border color

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

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

This div border color is #41473F.


Opacity

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

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

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

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

This text has shadow with #41473F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41473F on black background.


Color preview on white background

This text has color #41473F on white background.



Black color preview on #41473F background

This text has black color on #41473F background.


White color preview on #41473F background

This text has white color on #41473F background.