COLOR #41421B

HEX: #41421B
RGB: (65,66,27)

Color info

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

RGB color model

#41421B color RGB value is (65,66,27).

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

RGB channels and saturation

R 65 of 255 = 25%
G 66 of 255 = 26%
B 27 of 255 = 11%

65
66
27

R + G + B ~ 21%. #41421B is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 66 + 27 = 158 (100%)
R 65 of 158 ~ 41.14%
G 66 of 158 ~ 41.77%
B 27 of 158 ~ 17.09%

%41.14
%41.77
%17.09

CMYK color model

#41421B color CMYK value is (2,0,59,74).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 59.09%
  • key color value is 74.12%
CMYK:
(2,0,59,74)
C2M0Y59K74 
(2%,0%,59%,74%)
(0.02/0.00/0.59/0.74)	

CMYK percentages

%1.52
%0
%59.09
%74.12

Codes

Color #41421B in popluar color models

41421B
RGB656627
HSL62°41.94%18.24%
HSB/HSV62°59.09%25.88%
CMYK1.52%0.00%59.09%
74.12%

Color #41421B in popluar number systems.

HEX41421B
Decimal656627
Binary1000001100001011011
Octal10110233

Shades and tints

Shades of #41421B

#41421B
(65,66,27)
#3C3C19
(60,60,25)
#373617
(55,54,23)
#323015
(50,48,21)
#2D2A13
(45,42,19)
#282411
(40,36,17)
#231E0F
(35,30,15)
#1E180D
(30,24,13)
#19120B
(25,18,11)
#140C09
(20,12,9)
#0F0607
(15,6,7)
#000000
(0,0,0)

Tints of #41421B

#41421B
(65,66,27)
#52532F
(82,83,47)
#636443
(99,100,67)
#747557
(116,117,87)
#85866B
(133,134,107)
#96977F
(150,151,127)
#A7A893
(167,168,147)
#B8B9A7
(184,185,167)
#C9CABB
(201,202,187)
#DADBCF
(218,219,207)
#EBECE3
(235,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41421B; }

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

This text font color is #41421B.


Background Color

.myBgColor { background-color: #41421B; }

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

This div background color is #41421B.


Border color

.myBorderColor { border: 1px solid #41421B; }

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

This div border color is #41421B.


Opacity

.myOpacity80 { color: #41421B; opacity: 0.8; }

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

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

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

This text has shadow with #41421B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41421B on black background.


Color preview on white background

This text has color #41421B on white background.



Black color preview on #41421B background

This text has black color on #41421B background.


White color preview on #41421B background

This text has white color on #41421B background.