COLOR #41371B

HEX: #41371B
RGB: (65,55,27)

Color info

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

RGB color model

#41371B color RGB value is (65,55,27).

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

RGB channels and saturation

R 65 of 255 = 25%
G 55 of 255 = 22%
B 27 of 255 = 11%

65
55
27

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

Portions of RGB colors in percentages

R + G + B =
65 + 55 + 27 = 147 (100%)
R 65 of 147 ~ 44.22%
G 55 of 147 ~ 37.41%
B 27 of 147 ~ 18.37%

%44.22
%37.41
%18.37

CMYK color model

#41371B color CMYK value is (0,15,58,75).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 58.46%
  • key color value is 74.51%
CMYK:
(0,15,58,75)
C0M15Y58K75 
(0%,15%,58%,75%)
(0.00/0.15/0.58/0.75)	

CMYK percentages

%0
%15.38
%58.46
%74.51

Codes

Color #41371B in popluar color models

41371B
RGB655527
HSL44°41.30%18.04%
HSB/HSV44°58.46%25.49%
CMYK0.00%15.38%58.46%
74.51%

Color #41371B in popluar number systems.

HEX41371B
Decimal655527
Binary100000111011111011
Octal1016733

Shades and tints

Shades of #41371B

#41371B
(65,55,27)
#3C3219
(60,50,25)
#372D17
(55,45,23)
#322815
(50,40,21)
#2D2313
(45,35,19)
#281E11
(40,30,17)
#23190F
(35,25,15)
#1E140D
(30,20,13)
#190F0B
(25,15,11)
#140A09
(20,10,9)
#0F0507
(15,5,7)
#000000
(0,0,0)

Tints of #41371B

#41371B
(65,55,27)
#52492F
(82,73,47)
#635B43
(99,91,67)
#746D57
(116,109,87)
#857F6B
(133,127,107)
#96917F
(150,145,127)
#A7A393
(167,163,147)
#B8B5A7
(184,181,167)
#C9C7BB
(201,199,187)
#DAD9CF
(218,217,207)
#EBEBE3
(235,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41371B; }

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

This text font color is #41371B.


Background Color

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

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

This div background color is #41371B.


Border color

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

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

This div border color is #41371B.


Opacity

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

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

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

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

This text has shadow with #41371B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41371B on black background.


Color preview on white background

This text has color #41371B on white background.



Black color preview on #41371B background

This text has black color on #41371B background.


White color preview on #41371B background

This text has white color on #41371B background.