COLOR #41350D

HEX: #41350D
RGB: (65,53,13)

Color info

#41350D contains red, green and blue colors in about the same proportion. Web safe color of #41350D is #333300 (or #330).

RGB color model

#41350D color RGB value is (65,53,13).

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

RGB channels and saturation

R 65 of 255 = 25%
G 53 of 255 = 21%
B 13 of 255 = 5%

65
53
13

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

Portions of RGB colors in percentages

R + G + B =
65 + 53 + 13 = 131 (100%)
R 65 of 131 ~ 49.62%
G 53 of 131 ~ 40.46%
B 13 of 131 ~ 9.92%

%49.62
%40.46
%9.92

CMYK color model

#41350D color CMYK value is (0,18,80,75).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 80.00%
  • key color value is 74.51%
CMYK:
(0,18,80,75)
C0M18Y80K75 
(0%,18%,80%,75%)
(0.00/0.18/0.80/0.75)	

CMYK percentages

%0
%18.46
%80
%74.51

Codes

Color #41350D in popluar color models

41350D
RGB655313
HSL46°66.67%15.29%
HSB/HSV46°80.00%25.49%
CMYK0.00%18.46%80.00%
74.51%

Color #41350D in popluar number systems.

HEX41350D
Decimal655313
Binary10000011101011101
Octal1016515

Shades and tints

Shades of #41350D

#41350D
(65,53,13)
#3C310C
(60,49,12)
#372D0B
(55,45,11)
#32290A
(50,41,10)
#2D2509
(45,37,9)
#282108
(40,33,8)
#231D07
(35,29,7)
#1E1906
(30,25,6)
#191505
(25,21,5)
#141104
(20,17,4)
#0F0D03
(15,13,3)
#000000
(0,0,0)

Tints of #41350D

#41350D
(65,53,13)
#524723
(82,71,35)
#635939
(99,89,57)
#746B4F
(116,107,79)
#857D65
(133,125,101)
#968F7B
(150,143,123)
#A7A191
(167,161,145)
#B8B3A7
(184,179,167)
#C9C5BD
(201,197,189)
#DAD7D3
(218,215,211)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41350D color. Also use rgb(65,53,13) instead hex code.

Text Font Color

.myTextColor { color: #41350D; }

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

This text font color is #41350D.


Background Color

.myBgColor { background-color: #41350D; }

<div style="background-color:#41350D">Inner text</div>

This div background color is #41350D.


Border color

.myBorderColor { border: 1px solid #41350D; }

<div style="border:3px solid #41350D">Div</div>

This div border color is #41350D.


Opacity

.myOpacity80 { color: #41350D; opacity: 0.8; }

<p style="color:#41350D;opacity:0.8;">80%</p>

Text with #41350D 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 #41350D;}

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

This text has shadow with #41350D color.

.textShadow {text-shadow: 3px 3px 1px #41350D, 3px 3px 1px red;}

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

This text has shadow with #41350D primary color and red secondary color.


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

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

This text has shadow with #41350D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41350D on black background.


Color preview on white background

This text has color #41350D on white background.



Black color preview on #41350D background

This text has black color on #41350D background.


White color preview on #41350D background

This text has white color on #41350D background.