COLOR #41261C

HEX: #41261C
RGB: (65,38,28)

Color info

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

RGB color model

#41261C color RGB value is (65,38,28).

  • red value is 65;
  • green value is 38;
  • blue value is 28.
RGB:
(65,38,28)
(25%,15%,11%)

RGB channels and saturation

R 65 of 255 = 25%
G 38 of 255 = 15%
B 28 of 255 = 11%

65
38
28

R + G + B ~ 17%. #41261C is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 38 + 28 = 131 (100%)
R 65 of 131 ~ 49.62%
G 38 of 131 ~ 29.01%
B 28 of 131 ~ 21.37%

%49.62
%29.01
%21.37

CMYK color model

#41261C color CMYK value is (0,42,57,75).

  • cyan value is 0.00%
  • magenta value is 41.54%
  • yellow value is 56.92%
  • key color value is 74.51%
CMYK:
(0,42,57,75)
C0M42Y57K75 
(0%,42%,57%,75%)
(0.00/0.42/0.57/0.75)	

CMYK percentages

%0
%41.54
%56.92
%74.51

Codes

Color #41261C in popluar color models

41261C
RGB653828
HSL16°39.78%18.24%
HSB/HSV16°56.92%25.49%
CMYK0.00%41.54%56.92%
74.51%

Color #41261C in popluar number systems.

HEX41261C
Decimal653828
Binary100000110011011100
Octal1014634

Shades and tints

Shades of #41261C

#41261C
(65,38,28)
#3C231A
(60,35,26)
#372018
(55,32,24)
#321D16
(50,29,22)
#2D1A14
(45,26,20)
#281712
(40,23,18)
#231410
(35,20,16)
#1E110E
(30,17,14)
#190E0C
(25,14,12)
#140B0A
(20,11,10)
#0F0808
(15,8,8)
#000000
(0,0,0)

Tints of #41261C

#41261C
(65,38,28)
#523930
(82,57,48)
#634C44
(99,76,68)
#745F58
(116,95,88)
#85726C
(133,114,108)
#968580
(150,133,128)
#A79894
(167,152,148)
#B8ABA8
(184,171,168)
#C9BEBC
(201,190,188)
#DAD1D0
(218,209,208)
#EBE4E4
(235,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41261C color. Also use rgb(65,38,28) instead hex code.

Text Font Color

.myTextColor { color: #41261C; }

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

This text font color is #41261C.


Background Color

.myBgColor { background-color: #41261C; }

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

This div background color is #41261C.


Border color

.myBorderColor { border: 1px solid #41261C; }

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

This div border color is #41261C.


Opacity

.myOpacity80 { color: #41261C; opacity: 0.8; }

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

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

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

This text has shadow with #41261C color.

.textShadow {text-shadow: 3px 3px 1px #41261C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41261C on black background.


Color preview on white background

This text has color #41261C on white background.



Black color preview on #41261C background

This text has black color on #41261C background.


White color preview on #41261C background

This text has white color on #41261C background.