COLOR #41300E

HEX: #41300E
RGB: (65,48,14)

Color info

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

RGB color model

#41300E color RGB value is (65,48,14).

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

RGB channels and saturation

R 65 of 255 = 25%
G 48 of 255 = 19%
B 14 of 255 = 5%

65
48
14

R + G + B ~ 16%. #41300E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 48 + 14 = 127 (100%)
R 65 of 127 ~ 51.18%
G 48 of 127 ~ 37.8%
B 14 of 127 ~ 11.02%

%51.18
%37.8
%11.02

CMYK color model

#41300E color CMYK value is (0,26,78,75).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 78.46%
  • key color value is 74.51%
CMYK:
(0,26,78,75)
C0M26Y78K75 
(0%,26%,78%,75%)
(0.00/0.26/0.78/0.75)	

CMYK percentages

%0
%26.15
%78.46
%74.51

Codes

Color #41300E in popluar color models

41300E
RGB654814
HSL40°64.56%15.49%
HSB/HSV40°78.46%25.49%
CMYK0.00%26.15%78.46%
74.51%

Color #41300E in popluar number systems.

HEX41300E
Decimal654814
Binary10000011100001110
Octal1016016

Shades and tints

Shades of #41300E

#41300E
(65,48,14)
#3C2C0D
(60,44,13)
#37280C
(55,40,12)
#32240B
(50,36,11)
#2D200A
(45,32,10)
#281C09
(40,28,9)
#231808
(35,24,8)
#1E1407
(30,20,7)
#191006
(25,16,6)
#140C05
(20,12,5)
#0F0804
(15,8,4)
#000000
(0,0,0)

Tints of #41300E

#41300E
(65,48,14)
#524223
(82,66,35)
#635438
(99,84,56)
#74664D
(116,102,77)
#857862
(133,120,98)
#968A77
(150,138,119)
#A79C8C
(167,156,140)
#B8AEA1
(184,174,161)
#C9C0B6
(201,192,182)
#DAD2CB
(218,210,203)
#EBE4E0
(235,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41300E; }

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

This text font color is #41300E.


Background Color

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

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

This div background color is #41300E.


Border color

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

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

This div border color is #41300E.


Opacity

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

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

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

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

This text has shadow with #41300E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41300E on black background.


Color preview on white background

This text has color #41300E on white background.



Black color preview on #41300E background

This text has black color on #41300E background.


White color preview on #41300E background

This text has white color on #41300E background.