COLOR #41591E

HEX: #41591E
RGB: (65,89,30)

Color info

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

RGB color model

#41591E color RGB value is (65,89,30).

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

RGB channels and saturation

R 65 of 255 = 25%
G 89 of 255 = 35%
B 30 of 255 = 12%

65
89
30

R + G + B ~ 24%. #41591E is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 89 + 30 = 184 (100%)
R 65 of 184 ~ 35.33%
G 89 of 184 ~ 48.37%
B 30 of 184 ~ 16.3%

%35.33
%48.37
%16.3

CMYK color model

#41591E color CMYK value is (27,0,66,65).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 66.29%
  • key color value is 65.10%
CMYK:
(27,0,66,65)
C27M0Y66K65 
(27%,0%,66%,65%)
(0.27/0.00/0.66/0.65)	

CMYK percentages

%26.97
%0
%66.29
%65.1

Codes

Color #41591E in popluar color models

41591E
RGB658930
HSL84°49.58%23.33%
HSB/HSV84°66.29%34.90%
CMYK26.97%0.00%66.29%
65.10%

Color #41591E in popluar number systems.

HEX41591E
Decimal658930
Binary1000001101100111110
Octal10113136

Shades and tints

Shades of #41591E

#41591E
(65,89,30)
#3C511C
(60,81,28)
#37491A
(55,73,26)
#324118
(50,65,24)
#2D3916
(45,57,22)
#283114
(40,49,20)
#232912
(35,41,18)
#1E2110
(30,33,16)
#19190E
(25,25,14)
#14110C
(20,17,12)
#0F090A
(15,9,10)
#000000
(0,0,0)

Tints of #41591E

#41591E
(65,89,30)
#526832
(82,104,50)
#637746
(99,119,70)
#74865A
(116,134,90)
#85956E
(133,149,110)
#96A482
(150,164,130)
#A7B396
(167,179,150)
#B8C2AA
(184,194,170)
#C9D1BE
(201,209,190)
#DAE0D2
(218,224,210)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41591E; }

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

This text font color is #41591E.


Background Color

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

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

This div background color is #41591E.


Border color

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

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

This div border color is #41591E.


Opacity

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

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

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

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

This text has shadow with #41591E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41591E on black background.


Color preview on white background

This text has color #41591E on white background.



Black color preview on #41591E background

This text has black color on #41591E background.


White color preview on #41591E background

This text has white color on #41591E background.