COLOR #414238

HEX: #414238
RGB: (65,66,56)

Color info

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

RGB color model

#414238 color RGB value is (65,66,56).

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

RGB channels and saturation

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

65
66
56

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

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 56 = 187 (100%)
R 65 of 187 ~ 34.76%
G 66 of 187 ~ 35.29%
B 56 of 187 ~ 29.95%

%34.76
%35.29
%29.95

CMYK color model

#414238 color CMYK value is (2,0,15,74).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 15.15%
  • key color value is 74.12%
CMYK:
(2,0,15,74)
C2M0Y15K74 
(2%,0%,15%,74%)
(0.02/0.00/0.15/0.74)	

CMYK percentages

%1.52
%0
%15.15
%74.12

Codes

Color #414238 in popluar color models

414238
RGB656656
HSL66°8.20%23.92%
HSB/HSV66°15.15%25.88%
CMYK1.52%0.00%15.15%
74.12%

Color #414238 in popluar number systems.

HEX414238
Decimal656656
Binary10000011000010111000
Octal10110270

Shades and tints

Shades of #414238

#414238
(65,66,56)
#3C3C33
(60,60,51)
#37362E
(55,54,46)
#323029
(50,48,41)
#2D2A24
(45,42,36)
#28241F
(40,36,31)
#231E1A
(35,30,26)
#1E1815
(30,24,21)
#191210
(25,18,16)
#140C0B
(20,12,11)
#0F0606
(15,6,6)
#000000
(0,0,0)

Tints of #414238

#414238
(65,66,56)
#52534A
(82,83,74)
#63645C
(99,100,92)
#74756E
(116,117,110)
#858680
(133,134,128)
#969792
(150,151,146)
#A7A8A4
(167,168,164)
#B8B9B6
(184,185,182)
#C9CAC8
(201,202,200)
#DADBDA
(218,219,218)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414238; }

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

This text font color is #414238.


Background Color

.myBgColor { background-color: #414238; }

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

This div background color is #414238.


Border color

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

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

This div border color is #414238.


Opacity

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

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

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

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

This text has shadow with #414238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414238 on black background.


Color preview on white background

This text has color #414238 on white background.



Black color preview on #414238 background

This text has black color on #414238 background.


White color preview on #414238 background

This text has white color on #414238 background.