COLOR #41271B

HEX: #41271B
RGB: (65,39,27)

Color info

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

RGB color model

#41271B color RGB value is (65,39,27).

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

RGB channels and saturation

R 65 of 255 = 25%
G 39 of 255 = 15%
B 27 of 255 = 11%

65
39
27

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

Portions of RGB colors in percentages

R + G + B =
65 + 39 + 27 = 131 (100%)
R 65 of 131 ~ 49.62%
G 39 of 131 ~ 29.77%
B 27 of 131 ~ 20.61%

%49.62
%29.77
%20.61

CMYK color model

#41271B color CMYK value is (0,40,58,75).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 58.46%
  • key color value is 74.51%
CMYK:
(0,40,58,75)
C0M40Y58K75 
(0%,40%,58%,75%)
(0.00/0.40/0.58/0.75)	

CMYK percentages

%0
%40
%58.46
%74.51

Codes

Color #41271B in popluar color models

41271B
RGB653927
HSL19°41.30%18.04%
HSB/HSV19°58.46%25.49%
CMYK0.00%40.00%58.46%
74.51%

Color #41271B in popluar number systems.

HEX41271B
Decimal653927
Binary100000110011111011
Octal1014733

Shades and tints

Shades of #41271B

#41271B
(65,39,27)
#3C2419
(60,36,25)
#372117
(55,33,23)
#321E15
(50,30,21)
#2D1B13
(45,27,19)
#281811
(40,24,17)
#23150F
(35,21,15)
#1E120D
(30,18,13)
#190F0B
(25,15,11)
#140C09
(20,12,9)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #41271B

#41271B
(65,39,27)
#523A2F
(82,58,47)
#634D43
(99,77,67)
#746057
(116,96,87)
#85736B
(133,115,107)
#96867F
(150,134,127)
#A79993
(167,153,147)
#B8ACA7
(184,172,167)
#C9BFBB
(201,191,187)
#DAD2CF
(218,210,207)
#EBE5E3
(235,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41271B; }

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

This text font color is #41271B.


Background Color

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

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

This div background color is #41271B.


Border color

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

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

This div border color is #41271B.


Opacity

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

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

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

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

This text has shadow with #41271B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41271B on black background.


Color preview on white background

This text has color #41271B on white background.



Black color preview on #41271B background

This text has black color on #41271B background.


White color preview on #41271B background

This text has white color on #41271B background.