COLOR #41532C

HEX: #41532C
RGB: (65,83,44)

Color info

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

RGB color model

#41532C color RGB value is (65,83,44).

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

RGB channels and saturation

R 65 of 255 = 25%
G 83 of 255 = 33%
B 44 of 255 = 17%

65
83
44

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

Portions of RGB colors in percentages

R + G + B =
65 + 83 + 44 = 192 (100%)
R 65 of 192 ~ 33.85%
G 83 of 192 ~ 43.23%
B 44 of 192 ~ 22.92%

%33.85
%43.23
%22.92

CMYK color model

#41532C color CMYK value is (22,0,47,67).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 46.99%
  • key color value is 67.45%
CMYK:
(22,0,47,67)
C22M0Y47K67 
(22%,0%,47%,67%)
(0.22/0.00/0.47/0.67)	

CMYK percentages

%21.69
%0
%46.99
%67.45

Codes

Color #41532C in popluar color models

41532C
RGB658344
HSL88°30.71%24.90%
HSB/HSV88°46.99%32.55%
CMYK21.69%0.00%46.99%
67.45%

Color #41532C in popluar number systems.

HEX41532C
Decimal658344
Binary10000011010011101100
Octal10112354

Shades and tints

Shades of #41532C

#41532C
(65,83,44)
#3C4C28
(60,76,40)
#374524
(55,69,36)
#323E20
(50,62,32)
#2D371C
(45,55,28)
#283018
(40,48,24)
#232914
(35,41,20)
#1E2210
(30,34,16)
#191B0C
(25,27,12)
#141408
(20,20,8)
#0F0D04
(15,13,4)
#000000
(0,0,0)

Tints of #41532C

#41532C
(65,83,44)
#52623F
(82,98,63)
#637152
(99,113,82)
#748065
(116,128,101)
#858F78
(133,143,120)
#969E8B
(150,158,139)
#A7AD9E
(167,173,158)
#B8BCB1
(184,188,177)
#C9CBC4
(201,203,196)
#DADAD7
(218,218,215)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41532C; }

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

This text font color is #41532C.


Background Color

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

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

This div background color is #41532C.


Border color

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

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

This div border color is #41532C.


Opacity

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

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

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

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

This text has shadow with #41532C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41532C on black background.


Color preview on white background

This text has color #41532C on white background.



Black color preview on #41532C background

This text has black color on #41532C background.


White color preview on #41532C background

This text has white color on #41532C background.