COLOR #41281D

HEX: #41281D
RGB: (65,40,29)

Color info

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

RGB color model

#41281D color RGB value is (65,40,29).

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

RGB channels and saturation

R 65 of 255 = 25%
G 40 of 255 = 16%
B 29 of 255 = 11%

65
40
29

R + G + B ~ 17%. #41281D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 40 + 29 = 134 (100%)
R 65 of 134 ~ 48.51%
G 40 of 134 ~ 29.85%
B 29 of 134 ~ 21.64%

%48.51
%29.85
%21.64

CMYK color model

#41281D color CMYK value is (0,38,55,75).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 55.38%
  • key color value is 74.51%
CMYK:
(0,38,55,75)
C0M38Y55K75 
(0%,38%,55%,75%)
(0.00/0.38/0.55/0.75)	

CMYK percentages

%0
%38.46
%55.38
%74.51

Codes

Color #41281D in popluar color models

41281D
RGB654029
HSL18°38.30%18.43%
HSB/HSV18°55.38%25.49%
CMYK0.00%38.46%55.38%
74.51%

Color #41281D in popluar number systems.

HEX41281D
Decimal654029
Binary100000110100011101
Octal1015035

Shades and tints

Shades of #41281D

#41281D
(65,40,29)
#3C251B
(60,37,27)
#372219
(55,34,25)
#321F17
(50,31,23)
#2D1C15
(45,28,21)
#281913
(40,25,19)
#231611
(35,22,17)
#1E130F
(30,19,15)
#19100D
(25,16,13)
#140D0B
(20,13,11)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #41281D

#41281D
(65,40,29)
#523B31
(82,59,49)
#634E45
(99,78,69)
#746159
(116,97,89)
#85746D
(133,116,109)
#968781
(150,135,129)
#A79A95
(167,154,149)
#B8ADA9
(184,173,169)
#C9C0BD
(201,192,189)
#DAD3D1
(218,211,209)
#EBE6E5
(235,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41281D; }

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

This text font color is #41281D.


Background Color

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

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

This div background color is #41281D.


Border color

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

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

This div border color is #41281D.


Opacity

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

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

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

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

This text has shadow with #41281D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41281D on black background.


Color preview on white background

This text has color #41281D on white background.



Black color preview on #41281D background

This text has black color on #41281D background.


White color preview on #41281D background

This text has white color on #41281D background.