COLOR #414231

HEX: #414231
RGB: (65,66,49)

Color info

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

RGB color model

#414231 color RGB value is (65,66,49).

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

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 49 of 255 = 19%

65
66
49

R + G + B ~ 23%. #414231 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 49 = 180 (100%)
R 65 of 180 ~ 36.11%
G 66 of 180 ~ 36.67%
B 49 of 180 ~ 27.22%

%36.11
%36.67
%27.22

CMYK color model

#414231 color CMYK value is (2,0,26,74).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 25.76%
  • key color value is 74.12%
CMYK:
(2,0,26,74)
C2M0Y26K74 
(2%,0%,26%,74%)
(0.02/0.00/0.26/0.74)	

CMYK percentages

%1.52
%0
%25.76
%74.12

Codes

Color #414231 in popluar color models

414231
RGB656649
HSL64°14.78%22.55%
HSB/HSV64°25.76%25.88%
CMYK1.52%0.00%25.76%
74.12%

Color #414231 in popluar number systems.

HEX414231
Decimal656649
Binary10000011000010110001
Octal10110261

Shades and tints

Shades of #414231

#414231
(65,66,49)
#3C3C2D
(60,60,45)
#373629
(55,54,41)
#323025
(50,48,37)
#2D2A21
(45,42,33)
#28241D
(40,36,29)
#231E19
(35,30,25)
#1E1815
(30,24,21)
#191211
(25,18,17)
#140C0D
(20,12,13)
#0F0609
(15,6,9)
#000000
(0,0,0)

Tints of #414231

#414231
(65,66,49)
#525343
(82,83,67)
#636455
(99,100,85)
#747567
(116,117,103)
#858679
(133,134,121)
#96978B
(150,151,139)
#A7A89D
(167,168,157)
#B8B9AF
(184,185,175)
#C9CAC1
(201,202,193)
#DADBD3
(218,219,211)
#EBECE5
(235,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414231; }

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

This text font color is #414231.


Background Color

.myBgColor { background-color: #414231; }

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

This div background color is #414231.


Border color

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

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

This div border color is #414231.


Opacity

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

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

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

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

This text has shadow with #414231 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414231 on black background.


Color preview on white background

This text has color #414231 on white background.



Black color preview on #414231 background

This text has black color on #414231 background.


White color preview on #414231 background

This text has white color on #414231 background.