COLOR #414228

HEX: #414228
RGB: (65,66,40)

Color info

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

RGB color model

#414228 color RGB value is (65,66,40).

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

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 40 of 255 = 16%

65
66
40

R + G + B ~ 22%. #414228 is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 40 = 171 (100%)
R 65 of 171 ~ 38.01%
G 66 of 171 ~ 38.6%
B 40 of 171 ~ 23.39%

%38.01
%38.6
%23.39

CMYK color model

#414228 color CMYK value is (2,0,39,74).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 39.39%
  • key color value is 74.12%
CMYK:
(2,0,39,74)
C2M0Y39K74 
(2%,0%,39%,74%)
(0.02/0.00/0.39/0.74)	

CMYK percentages

%1.52
%0
%39.39
%74.12

Codes

Color #414228 in popluar color models

414228
RGB656640
HSL62°24.53%20.78%
HSB/HSV62°39.39%25.88%
CMYK1.52%0.00%39.39%
74.12%

Color #414228 in popluar number systems.

HEX414228
Decimal656640
Binary10000011000010101000
Octal10110250

Shades and tints

Shades of #414228

#414228
(65,66,40)
#3C3C25
(60,60,37)
#373622
(55,54,34)
#32301F
(50,48,31)
#2D2A1C
(45,42,28)
#282419
(40,36,25)
#231E16
(35,30,22)
#1E1813
(30,24,19)
#191210
(25,18,16)
#140C0D
(20,12,13)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #414228

#414228
(65,66,40)
#52533B
(82,83,59)
#63644E
(99,100,78)
#747561
(116,117,97)
#858674
(133,134,116)
#969787
(150,151,135)
#A7A89A
(167,168,154)
#B8B9AD
(184,185,173)
#C9CAC0
(201,202,192)
#DADBD3
(218,219,211)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #414228; }

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

This text font color is #414228.


Background Color

.myBgColor { background-color: #414228; }

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

This div background color is #414228.


Border color

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

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

This div border color is #414228.


Opacity

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

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

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

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

This text has shadow with #414228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414228 on black background.


Color preview on white background

This text has color #414228 on white background.



Black color preview on #414228 background

This text has black color on #414228 background.


White color preview on #414228 background

This text has white color on #414228 background.