COLOR #41522C

HEX: #41522C
RGB: (65,82,44)

Color info

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

RGB color model

#41522C color RGB value is (65,82,44).

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

RGB channels and saturation

R 65 of 255 = 25%
G 82 of 255 = 32%
B 44 of 255 = 17%

65
82
44

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

Portions of RGB colors in percentages

R + G + B =
65 + 82 + 44 = 191 (100%)
R 65 of 191 ~ 34.03%
G 82 of 191 ~ 42.93%
B 44 of 191 ~ 23.04%

%34.03
%42.93
%23.04

CMYK color model

#41522C color CMYK value is (21,0,46,68).

  • cyan value is 20.73%
  • magenta value is 0.00%
  • yellow value is 46.34%
  • key color value is 67.84%
CMYK:
(21,0,46,68)
C21M0Y46K68 
(21%,0%,46%,68%)
(0.21/0.00/0.46/0.68)	

CMYK percentages

%20.73
%0
%46.34
%67.84

Codes

Color #41522C in popluar color models

41522C
RGB658244
HSL87°30.16%24.71%
HSB/HSV87°46.34%32.16%
CMYK20.73%0.00%46.34%
67.84%

Color #41522C in popluar number systems.

HEX41522C
Decimal658244
Binary10000011010010101100
Octal10112254

Shades and tints

Shades of #41522C

#41522C
(65,82,44)
#3C4B28
(60,75,40)
#374424
(55,68,36)
#323D20
(50,61,32)
#2D361C
(45,54,28)
#282F18
(40,47,24)
#232814
(35,40,20)
#1E2110
(30,33,16)
#191A0C
(25,26,12)
#141308
(20,19,8)
#0F0C04
(15,12,4)
#000000
(0,0,0)

Tints of #41522C

#41522C
(65,82,44)
#52613F
(82,97,63)
#637052
(99,112,82)
#747F65
(116,127,101)
#858E78
(133,142,120)
#969D8B
(150,157,139)
#A7AC9E
(167,172,158)
#B8BBB1
(184,187,177)
#C9CAC4
(201,202,196)
#DAD9D7
(218,217,215)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41522C; }

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

This text font color is #41522C.


Background Color

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

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

This div background color is #41522C.


Border color

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

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

This div border color is #41522C.


Opacity

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

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

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

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

This text has shadow with #41522C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41522C on black background.


Color preview on white background

This text has color #41522C on white background.



Black color preview on #41522C background

This text has black color on #41522C background.


White color preview on #41522C background

This text has white color on #41522C background.