COLOR #41553F

HEX: #41553F RGB: (65,85,63)

Color info

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

RGB color model

#41553F color RGB value is (65,85,63).

RGB: (65,85,63) (25%, 33%, 25%)

RGB channels and saturation

R 65 of 255 = 25%
G 85 of 255 = 33%
B 63 of 255 = 25%

65
85
63

R + G + B ~ 28%. #41553F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 65 + 85 + 63 = 213 (100%)
R 65 of 213 ~ 30.52%
G 85 of 213 ~ 39.91%
B 63 of 213 ~ 29.58'%

%30.52
%39.91
%29.58

CMYK color model

#41553F color CMYK value is (24,0,26,67).

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

CMYK: (24,0,26,67)
C24M0Y26K67 (24%, 0%, 26%, 67%)
(0.24 / 0.00 / 0.26 / 0.67)

CMYK percentages

%23.53
%0
%25.88
%66.67

Codes

Color #41553F in popluar color models

41 55 3F
RGB 65 85 63
HSL 115° 14.86% 29.02%
HSB/HSV 115° 25.88% 33.33%
CMYK 23.53% 0.00% 25.88%
66.67%

Color #41553F in popluar number systems.

HEX 41 55 3F
Decimal 65 85 63
Binary 1000001 1010101 111111
Octal 101 125 77

Shades and tints

Shades of #41553F

#41553F
(65,85,63)
#3C4E3A
(60,78,58)
#374735
(55,71,53)
#324030
(50,64,48)
#2D392B
(45,57,43)
#283226
(40,50,38)
#232B21
(35,43,33)
#1E241C
(30,36,28)
#191D17
(25,29,23)
#141612
(20,22,18)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #41553F

#41553F
(65,85,63)
#526450
(82,100,80)
#637361
(99,115,97)
#748272
(116,130,114)
#859183
(133,145,131)
#96A094
(150,160,148)
#A7AFA5
(167,175,165)
#B8BEB6
(184,190,182)
#C9CDC7
(201,205,199)
#DADCD8
(218,220,216)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41553F color. Also use rgb(65,85,63) instead hex code.

Text Font Color

.myTextColor { color: #41553F; }

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

This text font color is #41553F.

Background Color

.myBgColor { background-color: #41553F; }

<div style="background-color:#41553F">Inner text</div>

This div background color is #41553F.

Border color

.myBorderColor { border: 1px solid #41553F; }

<div style="border:3px solid #41553F">Div</div>

This div border color is #41553F.

Opacity

.myOpacity80 { color: #41553F; opacity: 0.8; }

<p style="color:#41553F;opacity:0.8;">80%</p>

Text with #41553F 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 #41553F;}

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

This text has shadow with #41553F color.


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

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

This text has shadow with #41553F primary color and red secondary color.


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

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

This text has shadow with #41553F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #41553F.

Preview

Color preview on black background

This text has color #41553F on black background.


Color preview on white background

This text has color #41553F on white background.


Black color preview on #41553F background

This text has black color on #41553F background.


White color preview on #41553F background

This text has white color on #41553F background.


Related colors

Complementary color

Complementary color for #hex is #BEAAC0.


I love getcolorcode.com

Triadic colors

1 #3F4155 and #553F41 with #41553F are triadic colors.

2 #3F5541 and #55413F with #41553F are triadic colors.