COLOR #41222F

HEX: #41222F
RGB: (65,34,47)

Color info

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

RGB color model

#41222F color RGB value is (65,34,47).

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

RGB channels and saturation

R 65 of 255 = 25%
G 34 of 255 = 13%
B 47 of 255 = 18%

65
34
47

R + G + B ~ 19%. #41222F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 34 + 47 = 146 (100%)
R 65 of 146 ~ 44.52%
G 34 of 146 ~ 23.29%
B 47 of 146 ~ 32.19%

%44.52
%23.29
%32.19

CMYK color model

#41222F color CMYK value is (0,48,28,75).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 27.69%
  • key color value is 74.51%
CMYK:
(0,48,28,75)
C0M48Y28K75 
(0%,48%,28%,75%)
(0.00/0.48/0.28/0.75)	

CMYK percentages

%0
%47.69
%27.69
%74.51

Codes

Color #41222F in popluar color models

41222F
RGB653447
HSL335°31.31%19.41%
HSB/HSV335°47.69%25.49%
CMYK0.00%47.69%27.69%
74.51%

Color #41222F in popluar number systems.

HEX41222F
Decimal653447
Binary1000001100010101111
Octal1014257

Shades and tints

Shades of #41222F

#41222F
(65,34,47)
#3C1F2B
(60,31,43)
#371C27
(55,28,39)
#321923
(50,25,35)
#2D161F
(45,22,31)
#28131B
(40,19,27)
#231017
(35,16,23)
#1E0D13
(30,13,19)
#190A0F
(25,10,15)
#14070B
(20,7,11)
#0F0407
(15,4,7)
#000000
(0,0,0)

Tints of #41222F

#41222F
(65,34,47)
#523641
(82,54,65)
#634A53
(99,74,83)
#745E65
(116,94,101)
#857277
(133,114,119)
#968689
(150,134,137)
#A79A9B
(167,154,155)
#B8AEAD
(184,174,173)
#C9C2BF
(201,194,191)
#DAD6D1
(218,214,209)
#EBEAE3
(235,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41222F color. Also use rgb(65,34,47) instead hex code.

Text Font Color

.myTextColor { color: #41222F; }

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

This text font color is #41222F.


Background Color

.myBgColor { background-color: #41222F; }

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

This div background color is #41222F.


Border color

.myBorderColor { border: 1px solid #41222F; }

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

This div border color is #41222F.


Opacity

.myOpacity80 { color: #41222F; opacity: 0.8; }

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

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

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

This text has shadow with #41222F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41222F on black background.


Color preview on white background

This text has color #41222F on white background.



Black color preview on #41222F background

This text has black color on #41222F background.


White color preview on #41222F background

This text has white color on #41222F background.