COLOR #414138

HEX: #414138 RGB: (65,65,56)

Color info

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

RGB color model

#414138 color RGB value is (65,65,56).

RGB: (65,65,56) (25%, 25%, 22%)

RGB channels and saturation

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

65
65
56

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

Portions of RGB colors in percentages

R + G + B = 65 + 65 + 56 = 186 (100%)
R 65 of 186 ~ 34.95%
G 65 of 186 ~ 34.95%
B 56 of 186 ~ 30.11'%

%34.95
%34.95
%30.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 74.51%

CMYK: (0,0,14,75)
C0M0Y14K75 (0%, 0%, 14%, 75%)
(0.00 / 0.00 / 0.14 / 0.75)

CMYK percentages

%0
%0
%13.85
%74.51

Codes

Color #414138 in popluar color models

41 41 38
RGB 65 65 56
HSL 60° 7.44% 23.73%
HSB/HSV 60° 13.85% 25.49%
CMYK 0.00% 0.00% 13.85%
74.51%

Color #414138 in popluar number systems.

HEX 41 41 38
Decimal 65 65 56
Binary 1000001 1000001 111000
Octal 101 101 70

Shades and tints

Shades of #414138

#414138
(65,65,56)
#3C3C33
(60,60,51)
#37372E
(55,55,46)
#323229
(50,50,41)
#2D2D24
(45,45,36)
#28281F
(40,40,31)
#23231A
(35,35,26)
#1E1E15
(30,30,21)
#191910
(25,25,16)
#14140B
(20,20,11)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #414138

#414138
(65,65,56)
#52524A
(82,82,74)
#63635C
(99,99,92)
#74746E
(116,116,110)
#858580
(133,133,128)
#969692
(150,150,146)
#A7A7A4
(167,167,164)
#B8B8B6
(184,184,182)
#C9C9C8
(201,201,200)
#DADADA
(218,218,218)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414138; }

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

This text font color is #414138.

Background Color

.myBgColor { background-color: #414138; }

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

This div background color is #414138.

Border color

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

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

This div border color is #414138.

Opacity

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

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

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

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

This text has shadow with #414138 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #414138.

Preview

Color preview on black background

This text has color #414138 on black background.


Color preview on white background

This text has color #414138 on white background.


Black color preview on #414138 background

This text has black color on #414138 background.


White color preview on #414138 background

This text has white color on #414138 background.


Related colors

Complementary color

Complementary color for #hex is #BEBEC7.


I love getcolorcode.com