COLOR #41301E

HEX: #41301E
RGB: (65,48,30)

Color info

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

RGB color model

#41301E color RGB value is (65,48,30).

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

RGB channels and saturation

R 65 of 255 = 25%
G 48 of 255 = 19%
B 30 of 255 = 12%

65
48
30

R + G + B ~ 19%. #41301E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 48 + 30 = 143 (100%)
R 65 of 143 ~ 45.45%
G 48 of 143 ~ 33.57%
B 30 of 143 ~ 20.98%

%45.45
%33.57
%20.98

CMYK color model

#41301E color CMYK value is (0,26,54,75).

  • cyan value is 0.00%
  • magenta value is 26.15%
  • yellow value is 53.85%
  • key color value is 74.51%
CMYK:
(0,26,54,75)
C0M26Y54K75 
(0%,26%,54%,75%)
(0.00/0.26/0.54/0.75)	

CMYK percentages

%0
%26.15
%53.85
%74.51

Codes

Color #41301E in popluar color models

41301E
RGB654830
HSL31°36.84%18.63%
HSB/HSV31°53.85%25.49%
CMYK0.00%26.15%53.85%
74.51%

Color #41301E in popluar number systems.

HEX41301E
Decimal654830
Binary100000111000011110
Octal1016036

Shades and tints

Shades of #41301E

#41301E
(65,48,30)
#3C2C1C
(60,44,28)
#37281A
(55,40,26)
#322418
(50,36,24)
#2D2016
(45,32,22)
#281C14
(40,28,20)
#231812
(35,24,18)
#1E1410
(30,20,16)
#19100E
(25,16,14)
#140C0C
(20,12,12)
#0F080A
(15,8,10)
#000000
(0,0,0)

Tints of #41301E

#41301E
(65,48,30)
#524232
(82,66,50)
#635446
(99,84,70)
#74665A
(116,102,90)
#85786E
(133,120,110)
#968A82
(150,138,130)
#A79C96
(167,156,150)
#B8AEAA
(184,174,170)
#C9C0BE
(201,192,190)
#DAD2D2
(218,210,210)
#EBE4E6
(235,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41301E; }

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

This text font color is #41301E.


Background Color

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

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

This div background color is #41301E.


Border color

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

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

This div border color is #41301E.


Opacity

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

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

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

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

This text has shadow with #41301E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41301E on black background.


Color preview on white background

This text has color #41301E on white background.



Black color preview on #41301E background

This text has black color on #41301E background.


White color preview on #41301E background

This text has white color on #41301E background.