COLOR #41592D

HEX: #41592D
RGB: (65,89,45)

Color info

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

RGB color model

#41592D color RGB value is (65,89,45).

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

RGB channels and saturation

R 65 of 255 = 25%
G 89 of 255 = 35%
B 45 of 255 = 18%

65
89
45

R + G + B ~ 26%. #41592D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 89 + 45 = 199 (100%)
R 65 of 199 ~ 32.66%
G 89 of 199 ~ 44.72%
B 45 of 199 ~ 22.61%

%32.66
%44.72
%22.61

CMYK color model

#41592D color CMYK value is (27,0,49,65).

  • cyan value is 26.97%
  • magenta value is 0.00%
  • yellow value is 49.44%
  • key color value is 65.10%
CMYK:
(27,0,49,65)
C27M0Y49K65 
(27%,0%,49%,65%)
(0.27/0.00/0.49/0.65)	

CMYK percentages

%26.97
%0
%49.44
%65.1

Codes

Color #41592D in popluar color models

41592D
RGB658945
HSL93°32.84%26.27%
HSB/HSV93°49.44%34.90%
CMYK26.97%0.00%49.44%
65.10%

Color #41592D in popluar number systems.

HEX41592D
Decimal658945
Binary10000011011001101101
Octal10113155

Shades and tints

Shades of #41592D

#41592D
(65,89,45)
#3C5129
(60,81,41)
#374925
(55,73,37)
#324121
(50,65,33)
#2D391D
(45,57,29)
#283119
(40,49,25)
#232915
(35,41,21)
#1E2111
(30,33,17)
#19190D
(25,25,13)
#141109
(20,17,9)
#0F0905
(15,9,5)
#000000
(0,0,0)

Tints of #41592D

#41592D
(65,89,45)
#526840
(82,104,64)
#637753
(99,119,83)
#748666
(116,134,102)
#859579
(133,149,121)
#96A48C
(150,164,140)
#A7B39F
(167,179,159)
#B8C2B2
(184,194,178)
#C9D1C5
(201,209,197)
#DAE0D8
(218,224,216)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41592D color. Also use rgb(65,89,45) instead hex code.

Text Font Color

.myTextColor { color: #41592D; }

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

This text font color is #41592D.


Background Color

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

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

This div background color is #41592D.


Border color

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

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

This div border color is #41592D.


Opacity

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

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

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

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

This text has shadow with #41592D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41592D on black background.


Color preview on white background

This text has color #41592D on white background.



Black color preview on #41592D background

This text has black color on #41592D background.


White color preview on #41592D background

This text has white color on #41592D background.