COLOR #414C3B

HEX: #414C3B RGB: (65,76,59)

Color info

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

RGB color model

#414C3B color RGB value is (65,76,59).

RGB: (65,76,59) (25%, 30%, 23%)

RGB channels and saturation

R 65 of 255 = 25%
G 76 of 255 = 30%
B 59 of 255 = 23%

65
76
59

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

Portions of RGB colors in percentages

R + G + B = 65 + 76 + 59 = 200 (100%)
R 65 of 200 ~ 32.5%
G 76 of 200 ~ 38%
B 59 of 200 ~ 29.5'%

%32.5
%38
%29.5

CMYK color model

#414C3B color CMYK value is (14,0,22,70).

  • cyan value is 14.47%
  • magenta value is 0.00%
  • yellow value is 22.37%
  • key color value is 70.20%

CMYK: (14,0,22,70)
C14M0Y22K70 (14%, 0%, 22%, 70%)
(0.14 / 0.00 / 0.22 / 0.70)

CMYK percentages

%14.47
%0
%22.37
%70.2

Codes

Color #414C3B in popluar color models

41 4C 3B
RGB 65 76 59
HSL 99° 12.59% 26.47%
HSB/HSV 99° 22.37% 29.80%
CMYK 14.47% 0.00% 22.37%
70.20%

Color #414C3B in popluar number systems.

HEX 41 4C 3B
Decimal 65 76 59
Binary 1000001 1001100 111011
Octal 101 114 73

Shades and tints

Shades of #414C3B

#414C3B
(65,76,59)
#3C4636
(60,70,54)
#374031
(55,64,49)
#323A2C
(50,58,44)
#2D3427
(45,52,39)
#282E22
(40,46,34)
#23281D
(35,40,29)
#1E2218
(30,34,24)
#191C13
(25,28,19)
#14160E
(20,22,14)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #414C3B

#414C3B
(65,76,59)
#525C4C
(82,92,76)
#636C5D
(99,108,93)
#747C6E
(116,124,110)
#858C7F
(133,140,127)
#969C90
(150,156,144)
#A7ACA1
(167,172,161)
#B8BCB2
(184,188,178)
#C9CCC3
(201,204,195)
#DADCD4
(218,220,212)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414C3B color. Also use rgb(65,76,59) instead hex code.

Text Font Color

.myTextColor { color: #414C3B; }

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

This text font color is #414C3B.

Background Color

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

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

This div background color is #414C3B.

Border color

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

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

This div border color is #414C3B.

Opacity

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

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

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

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

This text has shadow with #414C3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414C3B.

Preview

Color preview on black background

This text has color #414C3B on black background.


Color preview on white background

This text has color #414C3B on white background.


Black color preview on #414C3B background

This text has black color on #414C3B background.


White color preview on #414C3B background

This text has white color on #414C3B background.


Related colors

Complementary color

Complementary color for #hex is #BEB3C4.


I love getcolorcode.com

Triadic colors

1 #3B414C and #4C3B41 with #414C3B are triadic colors.

2 #3B4C41 and #4C413B with #414C3B are triadic colors.