COLOR #41572C

HEX: #41572C
RGB: (65,87,44)

Color info

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

RGB color model

#41572C color RGB value is (65,87,44).

  • red value is 65;
  • green value is 87;
  • blue value is 44.
RGB:
(65,87,44)
(25%,34%,17%)

RGB channels and saturation

R 65 of 255 = 25%
G 87 of 255 = 34%
B 44 of 255 = 17%

65
87
44

R + G + B ~ 25%. #41572C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 87 + 44 = 196 (100%)
R 65 of 196 ~ 33.16%
G 87 of 196 ~ 44.39%
B 44 of 196 ~ 22.45%

%33.16
%44.39
%22.45

CMYK color model

#41572C color CMYK value is (25,0,49,66).

  • cyan value is 25.29%
  • magenta value is 0.00%
  • yellow value is 49.43%
  • key color value is 65.88%
CMYK:
(25,0,49,66)
C25M0Y49K66 
(25%,0%,49%,66%)
(0.25/0.00/0.49/0.66)	

CMYK percentages

%25.29
%0
%49.43
%65.88

Codes

Color #41572C in popluar color models

41572C
RGB658744
HSL91°32.82%25.69%
HSB/HSV91°49.43%34.12%
CMYK25.29%0.00%49.43%
65.88%

Color #41572C in popluar number systems.

HEX41572C
Decimal658744
Binary10000011010111101100
Octal10112754

Shades and tints

Shades of #41572C

#41572C
(65,87,44)
#3C5028
(60,80,40)
#374924
(55,73,36)
#324220
(50,66,32)
#2D3B1C
(45,59,28)
#283418
(40,52,24)
#232D14
(35,45,20)
#1E2610
(30,38,16)
#191F0C
(25,31,12)
#141808
(20,24,8)
#0F1104
(15,17,4)
#000000
(0,0,0)

Tints of #41572C

#41572C
(65,87,44)
#52663F
(82,102,63)
#637552
(99,117,82)
#748465
(116,132,101)
#859378
(133,147,120)
#96A28B
(150,162,139)
#A7B19E
(167,177,158)
#B8C0B1
(184,192,177)
#C9CFC4
(201,207,196)
#DADED7
(218,222,215)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41572C color. Also use rgb(65,87,44) instead hex code.

Text Font Color

.myTextColor { color: #41572C; }

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

This text font color is #41572C.


Background Color

.myBgColor { background-color: #41572C; }

<div style="background-color:#41572C">Inner text</div>

This div background color is #41572C.


Border color

.myBorderColor { border: 1px solid #41572C; }

<div style="border:3px solid #41572C">Div</div>

This div border color is #41572C.


Opacity

.myOpacity80 { color: #41572C; opacity: 0.8; }

<p style="color:#41572C;opacity:0.8;">80%</p>

Text with #41572C 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 #41572C;}

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

This text has shadow with #41572C color.

.textShadow {text-shadow: 3px 3px 1px #41572C, 3px 3px 1px red;}

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

This text has shadow with #41572C primary color and red secondary color.


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

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

This text has shadow with #41572C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41572C on black background.


Color preview on white background

This text has color #41572C on white background.



Black color preview on #41572C background

This text has black color on #41572C background.


White color preview on #41572C background

This text has white color on #41572C background.