COLOR #414638

HEX: #414638
RGB: (65,70,56)

Color info

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

RGB color model

#414638 color RGB value is (65,70,56).

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

RGB channels and saturation

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

65
70
56

R + G + B ~ 25%. #414638 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 70 + 56 = 191 (100%)
R 65 of 191 ~ 34.03%
G 70 of 191 ~ 36.65%
B 56 of 191 ~ 29.32%

%34.03
%36.65
%29.32

CMYK color model

#414638 color CMYK value is (7,0,20,73).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(7,0,20,73)
C7M0Y20K73 
(7%,0%,20%,73%)
(0.07/0.00/0.20/0.73)	

CMYK percentages

%7.14
%0
%20
%72.55

Codes

Color #414638 in popluar color models

414638
RGB657056
HSL81°11.11%24.71%
HSB/HSV81°20.00%27.45%
CMYK7.14%0.00%20.00%
72.55%

Color #414638 in popluar number systems.

HEX414638
Decimal657056
Binary10000011000110111000
Octal10110670

Shades and tints

Shades of #414638

#414638
(65,70,56)
#3C4033
(60,64,51)
#373A2E
(55,58,46)
#323429
(50,52,41)
#2D2E24
(45,46,36)
#28281F
(40,40,31)
#23221A
(35,34,26)
#1E1C15
(30,28,21)
#191610
(25,22,16)
#14100B
(20,16,11)
#0F0A06
(15,10,6)
#000000
(0,0,0)

Tints of #414638

#414638
(65,70,56)
#52564A
(82,86,74)
#63665C
(99,102,92)
#74766E
(116,118,110)
#858680
(133,134,128)
#969692
(150,150,146)
#A7A6A4
(167,166,164)
#B8B6B6
(184,182,182)
#C9C6C8
(201,198,200)
#DAD6DA
(218,214,218)
#EBE6EC
(235,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414638; }

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

This text font color is #414638.


Background Color

.myBgColor { background-color: #414638; }

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

This div background color is #414638.


Border color

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

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

This div border color is #414638.


Opacity

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

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

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

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

This text has shadow with #414638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414638 on black background.


Color preview on white background

This text has color #414638 on white background.



Black color preview on #414638 background

This text has black color on #414638 background.


White color preview on #414638 background

This text has white color on #414638 background.