COLOR #41532D

HEX: #41532D
RGB: (65,83,45)

Color info

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

RGB color model

#41532D color RGB value is (65,83,45).

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

RGB channels and saturation

R 65 of 255 = 25%
G 83 of 255 = 33%
B 45 of 255 = 18%

65
83
45

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

Portions of RGB colors in percentages

R + G + B =
65 + 83 + 45 = 193 (100%)
R 65 of 193 ~ 33.68%
G 83 of 193 ~ 43.01%
B 45 of 193 ~ 23.32%

%33.68
%43.01
%23.32

CMYK color model

#41532D color CMYK value is (22,0,46,67).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 45.78%
  • key color value is 67.45%
CMYK:
(22,0,46,67)
C22M0Y46K67 
(22%,0%,46%,67%)
(0.22/0.00/0.46/0.67)	

CMYK percentages

%21.69
%0
%45.78
%67.45

Codes

Color #41532D in popluar color models

41532D
RGB658345
HSL88°29.69%25.10%
HSB/HSV88°45.78%32.55%
CMYK21.69%0.00%45.78%
67.45%

Color #41532D in popluar number systems.

HEX41532D
Decimal658345
Binary10000011010011101101
Octal10112355

Shades and tints

Shades of #41532D

#41532D
(65,83,45)
#3C4C29
(60,76,41)
#374525
(55,69,37)
#323E21
(50,62,33)
#2D371D
(45,55,29)
#283019
(40,48,25)
#232915
(35,41,21)
#1E2211
(30,34,17)
#191B0D
(25,27,13)
#141409
(20,20,9)
#0F0D05
(15,13,5)
#000000
(0,0,0)

Tints of #41532D

#41532D
(65,83,45)
#526240
(82,98,64)
#637153
(99,113,83)
#748066
(116,128,102)
#858F79
(133,143,121)
#969E8C
(150,158,140)
#A7AD9F
(167,173,159)
#B8BCB2
(184,188,178)
#C9CBC5
(201,203,197)
#DADAD8
(218,218,216)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41532D; }

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

This text font color is #41532D.


Background Color

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

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

This div background color is #41532D.


Border color

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

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

This div border color is #41532D.


Opacity

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

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

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

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

This text has shadow with #41532D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41532D on black background.


Color preview on white background

This text has color #41532D on white background.



Black color preview on #41532D background

This text has black color on #41532D background.


White color preview on #41532D background

This text has white color on #41532D background.