COLOR #413223

HEX: #413223 RGB: (65,50,35)

Color info

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

RGB color model

#413223 color RGB value is (65,50,35).

RGB: (65,50,35) (25%, 20%, 14%)

RGB channels and saturation

R 65 of 255 = 25%
G 50 of 255 = 20%
B 35 of 255 = 14%

65
50
35

R + G + B ~ 20%. #413223 is dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 50 + 35 = 150 (100%)
R 65 of 150 ~ 43.33%
G 50 of 150 ~ 33.33%
B 35 of 150 ~ 23.33'%

%43.33
%33.33
%23.33

CMYK color model

#413223 color CMYK value is (0,23,46,75).

  • cyan value is 0.00%
  • magenta value is 23.08%
  • yellow value is 46.15%
  • key color value is 74.51%

CMYK: (0,23,46,75)
C0M23Y46K75 (0%, 23%, 46%, 75%)
(0.00 / 0.23 / 0.46 / 0.75)

CMYK percentages

%0
%23.08
%46.15
%74.51

Codes

Color #413223 in popluar color models

41 32 23
RGB 65 50 35
HSL 30° 30.00% 19.61%
HSB/HSV 30° 46.15% 25.49%
CMYK 0.00% 23.08% 46.15%
74.51%

Color #413223 in popluar number systems.

HEX 41 32 23
Decimal 65 50 35
Binary 1000001 110010 100011
Octal 101 62 43

Shades and tints

Shades of #413223

#413223
(65,50,35)
#3C2E20
(60,46,32)
#372A1D
(55,42,29)
#32261A
(50,38,26)
#2D2217
(45,34,23)
#281E14
(40,30,20)
#231A11
(35,26,17)
#1E160E
(30,22,14)
#19120B
(25,18,11)
#140E08
(20,14,8)
#0F0A05
(15,10,5)
#000000
(0,0,0)

Tints of #413223

#413223
(65,50,35)
#524437
(82,68,55)
#63564B
(99,86,75)
#74685F
(116,104,95)
#857A73
(133,122,115)
#968C87
(150,140,135)
#A79E9B
(167,158,155)
#B8B0AF
(184,176,175)
#C9C2C3
(201,194,195)
#DAD4D7
(218,212,215)
#EBE6EB
(235,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #413223; }

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

This text font color is #413223.

Background Color

.myBgColor { background-color: #413223; }

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

This div background color is #413223.

Border color

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

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

This div border color is #413223.

Opacity

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

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

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

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

This text has shadow with #413223 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #413223.

Preview

Color preview on black background

This text has color #413223 on black background.


Color preview on white background

This text has color #413223 on white background.


Black color preview on #413223 background

This text has black color on #413223 background.


White color preview on #413223 background

This text has white color on #413223 background.


Related colors

Complementary color

Complementary color for #hex is #BECDDC.


I love getcolorcode.com

Triadic colors

1 #234132 and #322341 with #413223 are triadic colors.

2 #233241 and #324123 with #413223 are triadic colors.