COLOR #41352E

HEX: #41352E
RGB: (65,53,46)

Color info

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

RGB color model

#41352E color RGB value is (65,53,46).

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

RGB channels and saturation

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

65
53
46

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

Portions of RGB colors in percentages

R + G + B =
65 + 53 + 46 = 164 (100%)
R 65 of 164 ~ 39.63%
G 53 of 164 ~ 32.32%
B 46 of 164 ~ 28.05%

%39.63
%32.32
%28.05

CMYK color model

#41352E color CMYK value is (0,18,29,75).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 29.23%
  • key color value is 74.51%
CMYK:
(0,18,29,75)
C0M18Y29K75 
(0%,18%,29%,75%)
(0.00/0.18/0.29/0.75)	

CMYK percentages

%0
%18.46
%29.23
%74.51

Codes

Color #41352E in popluar color models

41352E
RGB655346
HSL22°17.12%21.76%
HSB/HSV22°29.23%25.49%
CMYK0.00%18.46%29.23%
74.51%

Color #41352E in popluar number systems.

HEX41352E
Decimal655346
Binary1000001110101101110
Octal1016556

Shades and tints

Shades of #41352E

#41352E
(65,53,46)
#3C312A
(60,49,42)
#372D26
(55,45,38)
#322922
(50,41,34)
#2D251E
(45,37,30)
#28211A
(40,33,26)
#231D16
(35,29,22)
#1E1912
(30,25,18)
#19150E
(25,21,14)
#14110A
(20,17,10)
#0F0D06
(15,13,6)
#000000
(0,0,0)

Tints of #41352E

#41352E
(65,53,46)
#524741
(82,71,65)
#635954
(99,89,84)
#746B67
(116,107,103)
#857D7A
(133,125,122)
#968F8D
(150,143,141)
#A7A1A0
(167,161,160)
#B8B3B3
(184,179,179)
#C9C5C6
(201,197,198)
#DAD7D9
(218,215,217)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41352E; }

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

This text font color is #41352E.


Background Color

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

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

This div background color is #41352E.


Border color

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

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

This div border color is #41352E.


Opacity

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

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

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

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

This text has shadow with #41352E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41352E on black background.


Color preview on white background

This text has color #41352E on white background.



Black color preview on #41352E background

This text has black color on #41352E background.


White color preview on #41352E background

This text has white color on #41352E background.