COLOR #41381A

HEX: #41381A
RGB: (65,56,26)

Color info

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

RGB color model

#41381A color RGB value is (65,56,26).

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

RGB channels and saturation

R 65 of 255 = 25%
G 56 of 255 = 22%
B 26 of 255 = 10%

65
56
26

R + G + B ~ 19%. #41381A is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 56 + 26 = 147 (100%)
R 65 of 147 ~ 44.22%
G 56 of 147 ~ 38.1%
B 26 of 147 ~ 17.69%

%44.22
%38.1
%17.69

CMYK color model

#41381A color CMYK value is (0,14,60,75).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 60.00%
  • key color value is 74.51%
CMYK:
(0,14,60,75)
C0M14Y60K75 
(0%,14%,60%,75%)
(0.00/0.14/0.60/0.75)	

CMYK percentages

%0
%13.85
%60
%74.51

Codes

Color #41381A in popluar color models

41381A
RGB655626
HSL46°42.86%17.84%
HSB/HSV46°60.00%25.49%
CMYK0.00%13.85%60.00%
74.51%

Color #41381A in popluar number systems.

HEX41381A
Decimal655626
Binary100000111100011010
Octal1017032

Shades and tints

Shades of #41381A

#41381A
(65,56,26)
#3C3318
(60,51,24)
#372E16
(55,46,22)
#322914
(50,41,20)
#2D2412
(45,36,18)
#281F10
(40,31,16)
#231A0E
(35,26,14)
#1E150C
(30,21,12)
#19100A
(25,16,10)
#140B08
(20,11,8)
#0F0606
(15,6,6)
#000000
(0,0,0)

Tints of #41381A

#41381A
(65,56,26)
#524A2E
(82,74,46)
#635C42
(99,92,66)
#746E56
(116,110,86)
#85806A
(133,128,106)
#96927E
(150,146,126)
#A7A492
(167,164,146)
#B8B6A6
(184,182,166)
#C9C8BA
(201,200,186)
#DADACE
(218,218,206)
#EBECE2
(235,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41381A; }

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

This text font color is #41381A.


Background Color

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

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

This div background color is #41381A.


Border color

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

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

This div border color is #41381A.


Opacity

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

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

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

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

This text has shadow with #41381A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41381A on black background.


Color preview on white background

This text has color #41381A on white background.



Black color preview on #41381A background

This text has black color on #41381A background.


White color preview on #41381A background

This text has white color on #41381A background.