COLOR #41221D

HEX: #41221D
RGB: (65,34,29)

Color info

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

RGB color model

#41221D color RGB value is (65,34,29).

  • red value is 65;
  • green value is 34;
  • blue value is 29.
RGB:
(65,34,29)
(25%,13%,11%)

RGB channels and saturation

R 65 of 255 = 25%
G 34 of 255 = 13%
B 29 of 255 = 11%

65
34
29

R + G + B ~ 16%. #41221D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 34 + 29 = 128 (100%)
R 65 of 128 ~ 50.78%
G 34 of 128 ~ 26.56%
B 29 of 128 ~ 22.66%

%50.78
%26.56
%22.66

CMYK color model

#41221D color CMYK value is (0,48,55,75).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 55.38%
  • key color value is 74.51%
CMYK:
(0,48,55,75)
C0M48Y55K75 
(0%,48%,55%,75%)
(0.00/0.48/0.55/0.75)	

CMYK percentages

%0
%47.69
%55.38
%74.51

Codes

Color #41221D in popluar color models

41221D
RGB653429
HSL38.30%18.43%
HSB/HSV55.38%25.49%
CMYK0.00%47.69%55.38%
74.51%

Color #41221D in popluar number systems.

HEX41221D
Decimal653429
Binary100000110001011101
Octal1014235

Shades and tints

Shades of #41221D

#41221D
(65,34,29)
#3C1F1B
(60,31,27)
#371C19
(55,28,25)
#321917
(50,25,23)
#2D1615
(45,22,21)
#281313
(40,19,19)
#231011
(35,16,17)
#1E0D0F
(30,13,15)
#190A0D
(25,10,13)
#14070B
(20,7,11)
#0F0409
(15,4,9)
#000000
(0,0,0)

Tints of #41221D

#41221D
(65,34,29)
#523631
(82,54,49)
#634A45
(99,74,69)
#745E59
(116,94,89)
#85726D
(133,114,109)
#968681
(150,134,129)
#A79A95
(167,154,149)
#B8AEA9
(184,174,169)
#C9C2BD
(201,194,189)
#DAD6D1
(218,214,209)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41221D color. Also use rgb(65,34,29) instead hex code.

Text Font Color

.myTextColor { color: #41221D; }

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

This text font color is #41221D.


Background Color

.myBgColor { background-color: #41221D; }

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

This div background color is #41221D.


Border color

.myBorderColor { border: 1px solid #41221D; }

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

This div border color is #41221D.


Opacity

.myOpacity80 { color: #41221D; opacity: 0.8; }

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

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

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

This text has shadow with #41221D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41221D on black background.


Color preview on white background

This text has color #41221D on white background.



Black color preview on #41221D background

This text has black color on #41221D background.


White color preview on #41221D background

This text has white color on #41221D background.