COLOR #413538

HEX: #413538
RGB: (65,53,56)

Color info

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

RGB color model

#413538 color RGB value is (65,53,56).

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

RGB channels and saturation

R 65 of 255 = 25%
G 53 of 255 = 21%
B 56 of 255 = 22%

65
53
56

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

Portions of RGB colors in percentages

R + G + B =
65 + 53 + 56 = 174 (100%)
R 65 of 174 ~ 37.36%
G 53 of 174 ~ 30.46%
B 56 of 174 ~ 32.18%

%37.36
%30.46
%32.18

CMYK color model

#413538 color CMYK value is (0,18,14,75).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 13.85%
  • key color value is 74.51%
CMYK:
(0,18,14,75)
C0M18Y14K75 
(0%,18%,14%,75%)
(0.00/0.18/0.14/0.75)	

CMYK percentages

%0
%18.46
%13.85
%74.51

Codes

Color #413538 in popluar color models

413538
RGB655356
HSL345°10.17%23.14%
HSB/HSV345°18.46%25.49%
CMYK0.00%18.46%13.85%
74.51%

Color #413538 in popluar number systems.

HEX413538
Decimal655356
Binary1000001110101111000
Octal1016570

Shades and tints

Shades of #413538

#413538
(65,53,56)
#3C3133
(60,49,51)
#372D2E
(55,45,46)
#322929
(50,41,41)
#2D2524
(45,37,36)
#28211F
(40,33,31)
#231D1A
(35,29,26)
#1E1915
(30,25,21)
#191510
(25,21,16)
#14110B
(20,17,11)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #413538

#413538
(65,53,56)
#52474A
(82,71,74)
#63595C
(99,89,92)
#746B6E
(116,107,110)
#857D80
(133,125,128)
#968F92
(150,143,146)
#A7A1A4
(167,161,164)
#B8B3B6
(184,179,182)
#C9C5C8
(201,197,200)
#DAD7DA
(218,215,218)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413538; }

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

This text font color is #413538.


Background Color

.myBgColor { background-color: #413538; }

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

This div background color is #413538.


Border color

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

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

This div border color is #413538.


Opacity

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

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

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

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

This text has shadow with #413538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #413538 on black background.


Color preview on white background

This text has color #413538 on white background.



Black color preview on #413538 background

This text has black color on #413538 background.


White color preview on #413538 background

This text has white color on #413538 background.