COLOR #414D3A

HEX: #414D3A
RGB: (65,77,58)

Color info

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

RGB color model

#414D3A color RGB value is (65,77,58).

  • red value is 65;
  • green value is 77;
  • blue value is 58.
RGB:
(65,77,58)
(25%,30%,23%)

RGB channels and saturation

R 65 of 255 = 25%
G 77 of 255 = 30%
B 58 of 255 = 23%

65
77
58

R + G + B ~ 26%. #414D3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 77 + 58 = 200 (100%)
R 65 of 200 ~ 32.5%
G 77 of 200 ~ 38.5%
B 58 of 200 ~ 29%

%32.5
%38.5
%29

CMYK color model

#414D3A color CMYK value is (16,0,25,70).

  • cyan value is 15.58%
  • magenta value is 0.00%
  • yellow value is 24.68%
  • key color value is 69.80%
CMYK:
(16,0,25,70)
C16M0Y25K70 
(16%,0%,25%,70%)
(0.16/0.00/0.25/0.70)	

CMYK percentages

%15.58
%0
%24.68
%69.8

Codes

Color #414D3A in popluar color models

414D3A
RGB657758
HSL98°14.07%26.47%
HSB/HSV98°24.68%30.20%
CMYK15.58%0.00%24.68%
69.80%

Color #414D3A in popluar number systems.

HEX414D3A
Decimal657758
Binary10000011001101111010
Octal10111572

Shades and tints

Shades of #414D3A

#414D3A
(65,77,58)
#3C4635
(60,70,53)
#373F30
(55,63,48)
#32382B
(50,56,43)
#2D3126
(45,49,38)
#282A21
(40,42,33)
#23231C
(35,35,28)
#1E1C17
(30,28,23)
#191512
(25,21,18)
#140E0D
(20,14,13)
#0F0708
(15,7,8)
#000000
(0,0,0)

Tints of #414D3A

#414D3A
(65,77,58)
#525D4B
(82,93,75)
#636D5C
(99,109,92)
#747D6D
(116,125,109)
#858D7E
(133,141,126)
#969D8F
(150,157,143)
#A7ADA0
(167,173,160)
#B8BDB1
(184,189,177)
#C9CDC2
(201,205,194)
#DADDD3
(218,221,211)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414D3A color. Also use rgb(65,77,58) instead hex code.

Text Font Color

.myTextColor { color: #414D3A; }

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

This text font color is #414D3A.


Background Color

.myBgColor { background-color: #414D3A; }

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

This div background color is #414D3A.


Border color

.myBorderColor { border: 1px solid #414D3A; }

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

This div border color is #414D3A.


Opacity

.myOpacity80 { color: #414D3A; opacity: 0.8; }

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

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

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

This text has shadow with #414D3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414D3A on black background.


Color preview on white background

This text has color #414D3A on white background.



Black color preview on #414D3A background

This text has black color on #414D3A background.


White color preview on #414D3A background

This text has white color on #414D3A background.