COLOR #41380F

HEX: #41380F
RGB: (65,56,15)

Color info

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

RGB color model

#41380F color RGB value is (65,56,15).

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

RGB channels and saturation

R 65 of 255 = 25%
G 56 of 255 = 22%
B 15 of 255 = 6%

65
56
15

R + G + B ~ 18%. #41380F is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 56 + 15 = 136 (100%)
R 65 of 136 ~ 47.79%
G 56 of 136 ~ 41.18%
B 15 of 136 ~ 11.03%

%47.79
%41.18
%11.03

CMYK color model

#41380F color CMYK value is (0,14,77,75).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 76.92%
  • key color value is 74.51%
CMYK:
(0,14,77,75)
C0M14Y77K75 
(0%,14%,77%,75%)
(0.00/0.14/0.77/0.75)	

CMYK percentages

%0
%13.85
%76.92
%74.51

Codes

Color #41380F in popluar color models

41380F
RGB655615
HSL49°62.50%15.69%
HSB/HSV49°76.92%25.49%
CMYK0.00%13.85%76.92%
74.51%

Color #41380F in popluar number systems.

HEX41380F
Decimal655615
Binary10000011110001111
Octal1017017

Shades and tints

Shades of #41380F

#41380F
(65,56,15)
#3C330E
(60,51,14)
#372E0D
(55,46,13)
#32290C
(50,41,12)
#2D240B
(45,36,11)
#281F0A
(40,31,10)
#231A09
(35,26,9)
#1E1508
(30,21,8)
#191007
(25,16,7)
#140B06
(20,11,6)
#0F0605
(15,6,5)
#000000
(0,0,0)

Tints of #41380F

#41380F
(65,56,15)
#524A24
(82,74,36)
#635C39
(99,92,57)
#746E4E
(116,110,78)
#858063
(133,128,99)
#969278
(150,146,120)
#A7A48D
(167,164,141)
#B8B6A2
(184,182,162)
#C9C8B7
(201,200,183)
#DADACC
(218,218,204)
#EBECE1
(235,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41380F color. Also use rgb(65,56,15) instead hex code.

Text Font Color

.myTextColor { color: #41380F; }

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

This text font color is #41380F.


Background Color

.myBgColor { background-color: #41380F; }

<div style="background-color:#41380F">Inner text</div>

This div background color is #41380F.


Border color

.myBorderColor { border: 1px solid #41380F; }

<div style="border:3px solid #41380F">Div</div>

This div border color is #41380F.


Opacity

.myOpacity80 { color: #41380F; opacity: 0.8; }

<p style="color:#41380F;opacity:0.8;">80%</p>

Text with #41380F 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 #41380F;}

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

This text has shadow with #41380F color.

.textShadow {text-shadow: 3px 3px 1px #41380F, 3px 3px 1px red;}

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

This text has shadow with #41380F primary color and red secondary color.


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

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

This text has shadow with #41380F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41380F on black background.


Color preview on white background

This text has color #41380F on white background.



Black color preview on #41380F background

This text has black color on #41380F background.


White color preview on #41380F background

This text has white color on #41380F background.