COLOR #41360E

HEX: #41360E
RGB: (65,54,14)

Color info

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

RGB color model

#41360E color RGB value is (65,54,14).

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

RGB channels and saturation

R 65 of 255 = 25%
G 54 of 255 = 21%
B 14 of 255 = 5%

65
54
14

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

Portions of RGB colors in percentages

R + G + B =
65 + 54 + 14 = 133 (100%)
R 65 of 133 ~ 48.87%
G 54 of 133 ~ 40.6%
B 14 of 133 ~ 10.53%

%48.87
%40.6
%10.53

CMYK color model

#41360E color CMYK value is (0,17,78,75).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 78.46%
  • key color value is 74.51%
CMYK:
(0,17,78,75)
C0M17Y78K75 
(0%,17%,78%,75%)
(0.00/0.17/0.78/0.75)	

CMYK percentages

%0
%16.92
%78.46
%74.51

Codes

Color #41360E in popluar color models

41360E
RGB655414
HSL47°64.56%15.49%
HSB/HSV47°78.46%25.49%
CMYK0.00%16.92%78.46%
74.51%

Color #41360E in popluar number systems.

HEX41360E
Decimal655414
Binary10000011101101110
Octal1016616

Shades and tints

Shades of #41360E

#41360E
(65,54,14)
#3C320D
(60,50,13)
#372E0C
(55,46,12)
#322A0B
(50,42,11)
#2D260A
(45,38,10)
#282209
(40,34,9)
#231E08
(35,30,8)
#1E1A07
(30,26,7)
#191606
(25,22,6)
#141205
(20,18,5)
#0F0E04
(15,14,4)
#000000
(0,0,0)

Tints of #41360E

#41360E
(65,54,14)
#524823
(82,72,35)
#635A38
(99,90,56)
#746C4D
(116,108,77)
#857E62
(133,126,98)
#969077
(150,144,119)
#A7A28C
(167,162,140)
#B8B4A1
(184,180,161)
#C9C6B6
(201,198,182)
#DAD8CB
(218,216,203)
#EBEAE0
(235,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41360E; }

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

This text font color is #41360E.


Background Color

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

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

This div background color is #41360E.


Border color

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

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

This div border color is #41360E.


Opacity

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

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

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

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

This text has shadow with #41360E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41360E on black background.


Color preview on white background

This text has color #41360E on white background.



Black color preview on #41360E background

This text has black color on #41360E background.


White color preview on #41360E background

This text has white color on #41360E background.