COLOR #40552B

HEX: #40552B RGB: (64,85,43)

Color info

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

RGB color model

#40552B color RGB value is (64,85,43).

RGB: (64,85,43) (25%, 33%, 17%)

RGB channels and saturation

R 64 of 255 = 25%
G 85 of 255 = 33%
B 43 of 255 = 17%

64
85
43

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

Portions of RGB colors in percentages

R + G + B = 64 + 85 + 43 = 192 (100%)
R 64 of 192 ~ 33.33%
G 85 of 192 ~ 44.27%
B 43 of 192 ~ 22.4'%

%33.33
%44.27
%22.4

CMYK color model

#40552B color CMYK value is (25,0,49,67).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 49.41%
  • key color value is 66.67%

CMYK: (25,0,49,67)
C25M0Y49K67 (25%, 0%, 49%, 67%)
(0.25 / 0.00 / 0.49 / 0.67)

CMYK percentages

%24.71
%0
%49.41
%66.67

Codes

Color #40552B in popluar color models

40 55 2B
RGB 64 85 43
HSL 90° 32.81% 25.10%
HSB/HSV 90° 49.41% 33.33%
CMYK 24.71% 0.00% 49.41%
66.67%

Color #40552B in popluar number systems.

HEX 40 55 2B
Decimal 64 85 43
Binary 1000000 1010101 101011
Octal 100 125 53

Shades and tints

Shades of #40552B

#40552B
(64,85,43)
#3B4E28
(59,78,40)
#364725
(54,71,37)
#314022
(49,64,34)
#2C391F
(44,57,31)
#27321C
(39,50,28)
#222B19
(34,43,25)
#1D2416
(29,36,22)
#181D13
(24,29,19)
#131610
(19,22,16)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #40552B

#40552B
(64,85,43)
#51643E
(81,100,62)
#627351
(98,115,81)
#738264
(115,130,100)
#849177
(132,145,119)
#95A08A
(149,160,138)
#A6AF9D
(166,175,157)
#B7BEB0
(183,190,176)
#C8CDC3
(200,205,195)
#D9DCD6
(217,220,214)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40552B color. Also use rgb(64,85,43) instead hex code.

Text Font Color

.myTextColor { color: #40552B; }

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

This text font color is #40552B.

Background Color

.myBgColor { background-color: #40552B; }

<div style="background-color:#40552B">Inner text</div>

This div background color is #40552B.

Border color

.myBorderColor { border: 1px solid #40552B; }

<div style="border:3px solid #40552B">Div</div>

This div border color is #40552B.

Opacity

.myOpacity80 { color: #40552B; opacity: 0.8; }

<p style="color:#40552B;opacity:0.8;">80%</p>

Text with #40552B 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 #40552B;}

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

This text has shadow with #40552B color.


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

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

This text has shadow with #40552B primary color and red secondary color.


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

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

This text has shadow with #40552B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40552B.

Preview

Color preview on black background

This text has color #40552B on black background.


Color preview on white background

This text has color #40552B on white background.


Black color preview on #40552B background

This text has black color on #40552B background.


White color preview on #40552B background

This text has white color on #40552B background.


Related colors

Complementary color

Complementary color for #hex is #BFAAD4.


I love getcolorcode.com

Triadic colors

1 #2B4055 and #552B40 with #40552B are triadic colors.

2 #2B5540 and #55402B with #40552B are triadic colors.