COLOR #41381E

HEX: #41381E
RGB: (65,56,30)

Color info

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

RGB color model

#41381E color RGB value is (65,56,30).

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

RGB channels and saturation

R 65 of 255 = 25%
G 56 of 255 = 22%
B 30 of 255 = 12%

65
56
30

R + G + B ~ 20%. #41381E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 56 + 30 = 151 (100%)
R 65 of 151 ~ 43.05%
G 56 of 151 ~ 37.09%
B 30 of 151 ~ 19.87%

%43.05
%37.09
%19.87

CMYK color model

#41381E color CMYK value is (0,14,54,75).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 53.85%
  • key color value is 74.51%
CMYK:
(0,14,54,75)
C0M14Y54K75 
(0%,14%,54%,75%)
(0.00/0.14/0.54/0.75)	

CMYK percentages

%0
%13.85
%53.85
%74.51

Codes

Color #41381E in popluar color models

41381E
RGB655630
HSL45°36.84%18.63%
HSB/HSV45°53.85%25.49%
CMYK0.00%13.85%53.85%
74.51%

Color #41381E in popluar number systems.

HEX41381E
Decimal655630
Binary100000111100011110
Octal1017036

Shades and tints

Shades of #41381E

#41381E
(65,56,30)
#3C331C
(60,51,28)
#372E1A
(55,46,26)
#322918
(50,41,24)
#2D2416
(45,36,22)
#281F14
(40,31,20)
#231A12
(35,26,18)
#1E1510
(30,21,16)
#19100E
(25,16,14)
#140B0C
(20,11,12)
#0F060A
(15,6,10)
#000000
(0,0,0)

Tints of #41381E

#41381E
(65,56,30)
#524A32
(82,74,50)
#635C46
(99,92,70)
#746E5A
(116,110,90)
#85806E
(133,128,110)
#969282
(150,146,130)
#A7A496
(167,164,150)
#B8B6AA
(184,182,170)
#C9C8BE
(201,200,190)
#DADAD2
(218,218,210)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41381E; }

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

This text font color is #41381E.


Background Color

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

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

This div background color is #41381E.


Border color

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

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

This div border color is #41381E.


Opacity

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

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

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

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

This text has shadow with #41381E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41381E on black background.


Color preview on white background

This text has color #41381E on white background.



Black color preview on #41381E background

This text has black color on #41381E background.


White color preview on #41381E background

This text has white color on #41381E background.