COLOR #41552C

HEX: #41552C RGB: (65,85,44)

Color info

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

RGB color model

#41552C color RGB value is (65,85,44).

RGB: (65,85,44) (25%, 33%, 17%)

RGB channels and saturation

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

65
85
44

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

Portions of RGB colors in percentages

R + G + B = 65 + 85 + 44 = 194 (100%)
R 65 of 194 ~ 33.51%
G 85 of 194 ~ 43.81%
B 44 of 194 ~ 22.68'%

%33.51
%43.81
%22.68

CMYK color model

#41552C color CMYK value is (24,0,48,67).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • key color value is 66.67%

CMYK: (24,0,48,67)
C24M0Y48K67 (24%, 0%, 48%, 67%)
(0.24 / 0.00 / 0.48 / 0.67)

CMYK percentages

%23.53
%0
%48.24
%66.67

Codes

Color #41552C in popluar color models

41 55 2C
RGB 65 85 44
HSL 89° 31.78% 25.29%
HSB/HSV 89° 48.24% 33.33%
CMYK 23.53% 0.00% 48.24%
66.67%

Color #41552C in popluar number systems.

HEX 41 55 2C
Decimal 65 85 44
Binary 1000001 1010101 101100
Octal 101 125 54

Shades and tints

Shades of #41552C

#41552C
(65,85,44)
#3C4E28
(60,78,40)
#374724
(55,71,36)
#324020
(50,64,32)
#2D391C
(45,57,28)
#283218
(40,50,24)
#232B14
(35,43,20)
#1E2410
(30,36,16)
#191D0C
(25,29,12)
#141608
(20,22,8)
#0F0F04
(15,15,4)
#000000
(0,0,0)

Tints of #41552C

#41552C
(65,85,44)
#52643F
(82,100,63)
#637352
(99,115,82)
#748265
(116,130,101)
#859178
(133,145,120)
#96A08B
(150,160,139)
#A7AF9E
(167,175,158)
#B8BEB1
(184,190,177)
#C9CDC4
(201,205,196)
#DADCD7
(218,220,215)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #41552C; }

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

This text font color is #41552C.

Background Color

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

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

This div background color is #41552C.

Border color

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

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

This div border color is #41552C.

Opacity

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

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

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

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

This text has shadow with #41552C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #41552C.

Preview

Color preview on black background

This text has color #41552C on black background.


Color preview on white background

This text has color #41552C on white background.


Black color preview on #41552C background

This text has black color on #41552C background.


White color preview on #41552C background

This text has white color on #41552C background.


Related colors

Complementary color

Complementary color for #hex is #BEAAD3.


I love getcolorcode.com

Triadic colors

1 #2C4155 and #552C41 with #41552C are triadic colors.

2 #2C5541 and #55412C with #41552C are triadic colors.