COLOR #413938

HEX: #413938
RGB: (65,57,56)

Color info

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

RGB color model

#413938 color RGB value is (65,57,56).

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

RGB channels and saturation

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

65
57
56

R + G + B ~ 23%. #413938 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 57 + 56 = 178 (100%)
R 65 of 178 ~ 36.52%
G 57 of 178 ~ 32.02%
B 56 of 178 ~ 31.46%

%36.52
%32.02
%31.46

CMYK color model

#413938 color CMYK value is (0,12,14,75).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 13.85%
  • key color value is 74.51%
CMYK:
(0,12,14,75)
C0M12Y14K75 
(0%,12%,14%,75%)
(0.00/0.12/0.14/0.75)	

CMYK percentages

%0
%12.31
%13.85
%74.51

Codes

Color #413938 in popluar color models

413938
RGB655756
HSL7.44%23.73%
HSB/HSV13.85%25.49%
CMYK0.00%12.31%13.85%
74.51%

Color #413938 in popluar number systems.

HEX413938
Decimal655756
Binary1000001111001111000
Octal1017170

Shades and tints

Shades of #413938

#413938
(65,57,56)
#3C3433
(60,52,51)
#372F2E
(55,47,46)
#322A29
(50,42,41)
#2D2524
(45,37,36)
#28201F
(40,32,31)
#231B1A
(35,27,26)
#1E1615
(30,22,21)
#191110
(25,17,16)
#140C0B
(20,12,11)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #413938

#413938
(65,57,56)
#524B4A
(82,75,74)
#635D5C
(99,93,92)
#746F6E
(116,111,110)
#858180
(133,129,128)
#969392
(150,147,146)
#A7A5A4
(167,165,164)
#B8B7B6
(184,183,182)
#C9C9C8
(201,201,200)
#DADBDA
(218,219,218)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413938; }

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

This text font color is #413938.


Background Color

.myBgColor { background-color: #413938; }

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

This div background color is #413938.


Border color

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

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

This div border color is #413938.


Opacity

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

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

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

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

This text has shadow with #413938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413938 on black background.


Color preview on white background

This text has color #413938 on white background.



Black color preview on #413938 background

This text has black color on #413938 background.


White color preview on #413938 background

This text has white color on #413938 background.