COLOR #41473E

HEX: #41473E
RGB: (65,71,62)

Color info

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

RGB color model

#41473E color RGB value is (65,71,62).

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

RGB channels and saturation

R 65 of 255 = 25%
G 71 of 255 = 28%
B 62 of 255 = 24%

65
71
62

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

Portions of RGB colors in percentages

R + G + B =
65 + 71 + 62 = 198 (100%)
R 65 of 198 ~ 32.83%
G 71 of 198 ~ 35.86%
B 62 of 198 ~ 31.31%

%32.83
%35.86
%31.31

CMYK color model

#41473E color CMYK value is (8,0,13,72).

  • cyan value is 8.45%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 72.16%
CMYK:
(8,0,13,72)
C8M0Y13K72 
(8%,0%,13%,72%)
(0.08/0.00/0.13/0.72)	

CMYK percentages

%8.45
%0
%12.68
%72.16

Codes

Color #41473E in popluar color models

41473E
RGB657162
HSL100°6.77%26.08%
HSB/HSV100°12.68%27.84%
CMYK8.45%0.00%12.68%
72.16%

Color #41473E in popluar number systems.

HEX41473E
Decimal657162
Binary10000011000111111110
Octal10110776

Shades and tints

Shades of #41473E

#41473E
(65,71,62)
#3C4139
(60,65,57)
#373B34
(55,59,52)
#32352F
(50,53,47)
#2D2F2A
(45,47,42)
#282925
(40,41,37)
#232320
(35,35,32)
#1E1D1B
(30,29,27)
#191716
(25,23,22)
#141111
(20,17,17)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #41473E

#41473E
(65,71,62)
#52574F
(82,87,79)
#636760
(99,103,96)
#747771
(116,119,113)
#858782
(133,135,130)
#969793
(150,151,147)
#A7A7A4
(167,167,164)
#B8B7B5
(184,183,181)
#C9C7C6
(201,199,198)
#DAD7D7
(218,215,215)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41473E; }

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

This text font color is #41473E.


Background Color

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

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

This div background color is #41473E.


Border color

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

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

This div border color is #41473E.


Opacity

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

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

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

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

This text has shadow with #41473E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41473E on black background.


Color preview on white background

This text has color #41473E on white background.



Black color preview on #41473E background

This text has black color on #41473E background.


White color preview on #41473E background

This text has white color on #41473E background.