COLOR #41551D

HEX: #41551D
RGB: (65,85,29)

Color info

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

RGB color model

#41551D color RGB value is (65,85,29).

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

RGB channels and saturation

R 65 of 255 = 25%
G 85 of 255 = 33%
B 29 of 255 = 11%

65
85
29

R + G + B ~ 23%. #41551D is dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 85 + 29 = 179 (100%)
R 65 of 179 ~ 36.31%
G 85 of 179 ~ 47.49%
B 29 of 179 ~ 16.2%

%36.31
%47.49
%16.2

CMYK color model

#41551D color CMYK value is (24,0,66,67).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 65.88%
  • key color value is 66.67%
CMYK:
(24,0,66,67)
C24M0Y66K67 
(24%,0%,66%,67%)
(0.24/0.00/0.66/0.67)	

CMYK percentages

%23.53
%0
%65.88
%66.67

Codes

Color #41551D in popluar color models

41551D
RGB658529
HSL81°49.12%22.35%
HSB/HSV81°65.88%33.33%
CMYK23.53%0.00%65.88%
66.67%

Color #41551D in popluar number systems.

HEX41551D
Decimal658529
Binary1000001101010111101
Octal10112535

Shades and tints

Shades of #41551D

#41551D
(65,85,29)
#3C4E1B
(60,78,27)
#374719
(55,71,25)
#324017
(50,64,23)
#2D3915
(45,57,21)
#283213
(40,50,19)
#232B11
(35,43,17)
#1E240F
(30,36,15)
#191D0D
(25,29,13)
#14160B
(20,22,11)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #41551D

#41551D
(65,85,29)
#526431
(82,100,49)
#637345
(99,115,69)
#748259
(116,130,89)
#85916D
(133,145,109)
#96A081
(150,160,129)
#A7AF95
(167,175,149)
#B8BEA9
(184,190,169)
#C9CDBD
(201,205,189)
#DADCD1
(218,220,209)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41551D; }

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

This text font color is #41551D.


Background Color

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

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

This div background color is #41551D.


Border color

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

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

This div border color is #41551D.


Opacity

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

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

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

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

This text has shadow with #41551D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41551D on black background.


Color preview on white background

This text has color #41551D on white background.



Black color preview on #41551D background

This text has black color on #41551D background.


White color preview on #41551D background

This text has white color on #41551D background.