COLOR #413F39

HEX: #413F39
RGB: (65,63,57)

Color info

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

RGB color model

#413F39 color RGB value is (65,63,57).

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

RGB channels and saturation

R 65 of 255 = 25%
G 63 of 255 = 25%
B 57 of 255 = 22%

65
63
57

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

Portions of RGB colors in percentages

R + G + B =
65 + 63 + 57 = 185 (100%)
R 65 of 185 ~ 35.14%
G 63 of 185 ~ 34.05%
B 57 of 185 ~ 30.81%

%35.14
%34.05
%30.81

CMYK color model

#413F39 color CMYK value is (0,3,12,75).

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 12.31%
  • key color value is 74.51%
CMYK:
(0,3,12,75)
C0M3Y12K75 
(0%,3%,12%,75%)
(0.00/0.03/0.12/0.75)	

CMYK percentages

%0
%3.08
%12.31
%74.51

Codes

Color #413F39 in popluar color models

413F39
RGB656357
HSL45°6.56%23.92%
HSB/HSV45°12.31%25.49%
CMYK0.00%3.08%12.31%
74.51%

Color #413F39 in popluar number systems.

HEX413F39
Decimal656357
Binary1000001111111111001
Octal1017771

Shades and tints

Shades of #413F39

#413F39
(65,63,57)
#3C3A34
(60,58,52)
#37352F
(55,53,47)
#32302A
(50,48,42)
#2D2B25
(45,43,37)
#282620
(40,38,32)
#23211B
(35,33,27)
#1E1C16
(30,28,22)
#191711
(25,23,17)
#14120C
(20,18,12)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #413F39

#413F39
(65,63,57)
#52504B
(82,80,75)
#63615D
(99,97,93)
#74726F
(116,114,111)
#858381
(133,131,129)
#969493
(150,148,147)
#A7A5A5
(167,165,165)
#B8B6B7
(184,182,183)
#C9C7C9
(201,199,201)
#DAD8DB
(218,216,219)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #413F39 color. Also use rgb(65,63,57) instead hex code.

Text Font Color

.myTextColor { color: #413F39; }

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

This text font color is #413F39.


Background Color

.myBgColor { background-color: #413F39; }

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

This div background color is #413F39.


Border color

.myBorderColor { border: 1px solid #413F39; }

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

This div border color is #413F39.


Opacity

.myOpacity80 { color: #413F39; opacity: 0.8; }

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

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

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

This text has shadow with #413F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413F39 on black background.


Color preview on white background

This text has color #413F39 on white background.



Black color preview on #413F39 background

This text has black color on #413F39 background.


White color preview on #413F39 background

This text has white color on #413F39 background.