COLOR #41533C

HEX: #41533C RGB: (65,83,60)

Color info

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

RGB color model

#41533C color RGB value is (65,83,60).

RGB: (65,83,60) (25%, 33%, 24%)

RGB channels and saturation

R 65 of 255 = 25%
G 83 of 255 = 33%
B 60 of 255 = 24%

65
83
60

R + G + B ~ 27%. #41533C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 83 + 60 = 208 (100%)
R 65 of 208 ~ 31.25%
G 83 of 208 ~ 39.9%
B 60 of 208 ~ 28.85'%

%31.25
%39.9
%28.85

CMYK color model

#41533C color CMYK value is (22,0,28,67).

  • cyan value is 21.69%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 67.45%

CMYK: (22,0,28,67)
C22M0Y28K67 (22%, 0%, 28%, 67%)
(0.22 / 0.00 / 0.28 / 0.67)

CMYK percentages

%21.69
%0
%27.71
%67.45

Codes

Color #41533C in popluar color models

41 53 3C
RGB 65 83 60
HSL 107° 16.08% 28.04%
HSB/HSV 107° 27.71% 32.55%
CMYK 21.69% 0.00% 27.71%
67.45%

Color #41533C in popluar number systems.

HEX 41 53 3C
Decimal 65 83 60
Binary 1000001 1010011 111100
Octal 101 123 74

Shades and tints

Shades of #41533C

#41533C
(65,83,60)
#3C4C37
(60,76,55)
#374532
(55,69,50)
#323E2D
(50,62,45)
#2D3728
(45,55,40)
#283023
(40,48,35)
#23291E
(35,41,30)
#1E2219
(30,34,25)
#191B14
(25,27,20)
#14140F
(20,20,15)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #41533C

#41533C
(65,83,60)
#52624D
(82,98,77)
#63715E
(99,113,94)
#74806F
(116,128,111)
#858F80
(133,143,128)
#969E91
(150,158,145)
#A7ADA2
(167,173,162)
#B8BCB3
(184,188,179)
#C9CBC4
(201,203,196)
#DADAD5
(218,218,213)
#EBE9E6
(235,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41533C; }

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

This text font color is #41533C.

Background Color

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

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

This div background color is #41533C.

Border color

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

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

This div border color is #41533C.

Opacity

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

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

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

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

This text has shadow with #41533C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41533C.

Preview

Color preview on black background

This text has color #41533C on black background.


Color preview on white background

This text has color #41533C on white background.


Black color preview on #41533C background

This text has black color on #41533C background.


White color preview on #41533C background

This text has white color on #41533C background.


Related colors

Complementary color

Complementary color for #hex is #BEACC3.


I love getcolorcode.com

Triadic colors

1 #3C4153 and #533C41 with #41533C are triadic colors.

2 #3C5341 and #53413C with #41533C are triadic colors.