COLOR #413847

HEX: #413847
RGB: (65,56,71)

Color info

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

RGB color model

#413847 color RGB value is (65,56,71).

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

RGB channels and saturation

R 65 of 255 = 25%
G 56 of 255 = 22%
B 71 of 255 = 28%

65
56
71

R + G + B ~ 25%. #413847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 56 + 71 = 192 (100%)
R 65 of 192 ~ 33.85%
G 56 of 192 ~ 29.17%
B 71 of 192 ~ 36.98%

%33.85
%29.17
%36.98

CMYK color model

#413847 color CMYK value is (8,21,0,72).

  • cyan value is 8.45%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 72.16%
CMYK:
(8,21,0,72)
C8M21Y0K72 
(8%,21%,0%,72%)
(0.08/0.21/0.00/0.72)	

CMYK percentages

%8.45
%21.13
%0
%72.16

Codes

Color #413847 in popluar color models

413847
RGB655671
HSL276°11.81%24.90%
HSB/HSV276°21.13%27.84%
CMYK8.45%21.13%0.00%
72.16%

Color #413847 in popluar number systems.

HEX413847
Decimal655671
Binary10000011110001000111
Octal10170107

Shades and tints

Shades of #413847

#413847
(65,56,71)
#3C3341
(60,51,65)
#372E3B
(55,46,59)
#322935
(50,41,53)
#2D242F
(45,36,47)
#281F29
(40,31,41)
#231A23
(35,26,35)
#1E151D
(30,21,29)
#191017
(25,16,23)
#140B11
(20,11,17)
#0F060B
(15,6,11)
#000000
(0,0,0)

Tints of #413847

#413847
(65,56,71)
#524A57
(82,74,87)
#635C67
(99,92,103)
#746E77
(116,110,119)
#858087
(133,128,135)
#969297
(150,146,151)
#A7A4A7
(167,164,167)
#B8B6B7
(184,182,183)
#C9C8C7
(201,200,199)
#DADAD7
(218,218,215)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413847; }

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

This text font color is #413847.


Background Color

.myBgColor { background-color: #413847; }

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

This div background color is #413847.


Border color

.myBorderColor { border: 1px solid #413847; }

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

This div border color is #413847.


Opacity

.myOpacity80 { color: #413847; opacity: 0.8; }

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

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

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

This text has shadow with #413847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413847 on black background.


Color preview on white background

This text has color #413847 on white background.



Black color preview on #413847 background

This text has black color on #413847 background.


White color preview on #413847 background

This text has white color on #413847 background.