COLOR #41362E

HEX: #41362E
RGB: (65,54,46)

Color info

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

RGB color model

#41362E color RGB value is (65,54,46).

  • red value is 65;
  • green value is 54;
  • blue value is 46.
RGB:
(65,54,46)
(25%,21%,18%)

RGB channels and saturation

R 65 of 255 = 25%
G 54 of 255 = 21%
B 46 of 255 = 18%

65
54
46

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

Portions of RGB colors in percentages

R + G + B =
65 + 54 + 46 = 165 (100%)
R 65 of 165 ~ 39.39%
G 54 of 165 ~ 32.73%
B 46 of 165 ~ 27.88%

%39.39
%32.73
%27.88

CMYK color model

#41362E color CMYK value is (0,17,29,75).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 29.23%
  • key color value is 74.51%
CMYK:
(0,17,29,75)
C0M17Y29K75 
(0%,17%,29%,75%)
(0.00/0.17/0.29/0.75)	

CMYK percentages

%0
%16.92
%29.23
%74.51

Codes

Color #41362E in popluar color models

41362E
RGB655446
HSL25°17.12%21.76%
HSB/HSV25°29.23%25.49%
CMYK0.00%16.92%29.23%
74.51%

Color #41362E in popluar number systems.

HEX41362E
Decimal655446
Binary1000001110110101110
Octal1016656

Shades and tints

Shades of #41362E

#41362E
(65,54,46)
#3C322A
(60,50,42)
#372E26
(55,46,38)
#322A22
(50,42,34)
#2D261E
(45,38,30)
#28221A
(40,34,26)
#231E16
(35,30,22)
#1E1A12
(30,26,18)
#19160E
(25,22,14)
#14120A
(20,18,10)
#0F0E06
(15,14,6)
#000000
(0,0,0)

Tints of #41362E

#41362E
(65,54,46)
#524841
(82,72,65)
#635A54
(99,90,84)
#746C67
(116,108,103)
#857E7A
(133,126,122)
#96908D
(150,144,141)
#A7A2A0
(167,162,160)
#B8B4B3
(184,180,179)
#C9C6C6
(201,198,198)
#DAD8D9
(218,216,217)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41362E color. Also use rgb(65,54,46) instead hex code.

Text Font Color

.myTextColor { color: #41362E; }

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

This text font color is #41362E.


Background Color

.myBgColor { background-color: #41362E; }

<div style="background-color:#41362E">Inner text</div>

This div background color is #41362E.


Border color

.myBorderColor { border: 1px solid #41362E; }

<div style="border:3px solid #41362E">Div</div>

This div border color is #41362E.


Opacity

.myOpacity80 { color: #41362E; opacity: 0.8; }

<p style="color:#41362E;opacity:0.8;">80%</p>

Text with #41362E 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 #41362E;}

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

This text has shadow with #41362E color.

.textShadow {text-shadow: 3px 3px 1px #41362E, 3px 3px 1px red;}

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

This text has shadow with #41362E primary color and red secondary color.


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

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

This text has shadow with #41362E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41362E on black background.


Color preview on white background

This text has color #41362E on white background.



Black color preview on #41362E background

This text has black color on #41362E background.


White color preview on #41362E background

This text has white color on #41362E background.