COLOR #41581D

HEX: #41581D
RGB: (65,88,29)

Color info

#41581D contains red, green and blue colors in about the same proportion. Web safe color of #41581D is #336633 (or #363).

RGB color model

#41581D color RGB value is (65,88,29).

  • red value is 65;
  • green value is 88;
  • blue value is 29.
RGB:
(65,88,29)
(25%,35%,11%)

RGB channels and saturation

R 65 of 255 = 25%
G 88 of 255 = 35%
B 29 of 255 = 11%

65
88
29

R + G + B ~ 24%. #41581D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 88 + 29 = 182 (100%)
R 65 of 182 ~ 35.71%
G 88 of 182 ~ 48.35%
B 29 of 182 ~ 15.93%

%35.71
%48.35
%15.93

CMYK color model

#41581D color CMYK value is (26,0,67,65).

  • cyan value is 26.14%
  • magenta value is 0.00%
  • yellow value is 67.05%
  • key color value is 65.49%
CMYK:
(26,0,67,65)
C26M0Y67K65 
(26%,0%,67%,65%)
(0.26/0.00/0.67/0.65)	

CMYK percentages

%26.14
%0
%67.05
%65.49

Codes

Color #41581D in popluar color models

41581D
RGB658829
HSL83°50.43%22.94%
HSB/HSV83°67.05%34.51%
CMYK26.14%0.00%67.05%
65.49%

Color #41581D in popluar number systems.

HEX41581D
Decimal658829
Binary1000001101100011101
Octal10113035

Shades and tints

Shades of #41581D

#41581D
(65,88,29)
#3C501B
(60,80,27)
#374819
(55,72,25)
#324017
(50,64,23)
#2D3815
(45,56,21)
#283013
(40,48,19)
#232811
(35,40,17)
#1E200F
(30,32,15)
#19180D
(25,24,13)
#14100B
(20,16,11)
#0F0809
(15,8,9)
#000000
(0,0,0)

Tints of #41581D

#41581D
(65,88,29)
#526731
(82,103,49)
#637645
(99,118,69)
#748559
(116,133,89)
#85946D
(133,148,109)
#96A381
(150,163,129)
#A7B295
(167,178,149)
#B8C1A9
(184,193,169)
#C9D0BD
(201,208,189)
#DADFD1
(218,223,209)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41581D color. Also use rgb(65,88,29) instead hex code.

Text Font Color

.myTextColor { color: #41581D; }

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

This text font color is #41581D.


Background Color

.myBgColor { background-color: #41581D; }

<div style="background-color:#41581D">Inner text</div>

This div background color is #41581D.


Border color

.myBorderColor { border: 1px solid #41581D; }

<div style="border:3px solid #41581D">Div</div>

This div border color is #41581D.


Opacity

.myOpacity80 { color: #41581D; opacity: 0.8; }

<p style="color:#41581D;opacity:0.8;">80%</p>

Text with #41581D 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 #41581D;}

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

This text has shadow with #41581D color.

.textShadow {text-shadow: 3px 3px 1px #41581D, 3px 3px 1px red;}

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

This text has shadow with #41581D primary color and red secondary color.


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

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

This text has shadow with #41581D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41581D on black background.


Color preview on white background

This text has color #41581D on white background.



Black color preview on #41581D background

This text has black color on #41581D background.


White color preview on #41581D background

This text has white color on #41581D background.