COLOR #40552C

HEX: #40552C
RGB: (64,85,44)

Color info

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

RGB color model

#40552C color RGB value is (64,85,44).

  • red value is 64;
  • green value is 85;
  • blue value is 44.
RGB:
(64,85,44)
(25%,33%,17%)

RGB channels and saturation

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

64
85
44

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

Portions of RGB colors in percentages

R + G + B =
64 + 85 + 44 = 193 (100%)
R 64 of 193 ~ 33.16%
G 85 of 193 ~ 44.04%
B 44 of 193 ~ 22.8%

%33.16
%44.04
%22.8

CMYK color model

#40552C color CMYK value is (25,0,48,67).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 48.24%
  • key color value is 66.67%
CMYK:
(25,0,48,67)
C25M0Y48K67 
(25%,0%,48%,67%)
(0.25/0.00/0.48/0.67)	

CMYK percentages

%24.71
%0
%48.24
%66.67

Codes

Color #40552C in popluar color models

40552C
RGB648544
HSL91°31.78%25.29%
HSB/HSV91°48.24%33.33%
CMYK24.71%0.00%48.24%
66.67%

Color #40552C in popluar number systems.

HEX40552C
Decimal648544
Binary10000001010101101100
Octal10012554

Shades and tints

Shades of #40552C

#40552C
(64,85,44)
#3B4E28
(59,78,40)
#364724
(54,71,36)
#314020
(49,64,32)
#2C391C
(44,57,28)
#273218
(39,50,24)
#222B14
(34,43,20)
#1D2410
(29,36,16)
#181D0C
(24,29,12)
#131608
(19,22,8)
#0E0F04
(14,15,4)
#000000
(0,0,0)

Tints of #40552C

#40552C
(64,85,44)
#51643F
(81,100,63)
#627352
(98,115,82)
#738265
(115,130,101)
#849178
(132,145,120)
#95A08B
(149,160,139)
#A6AF9E
(166,175,158)
#B7BEB1
(183,190,177)
#C8CDC4
(200,205,196)
#D9DCD7
(217,220,215)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40552C; }

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

This text font color is #40552C.


Background Color

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

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

This div background color is #40552C.


Border color

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

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

This div border color is #40552C.


Opacity

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

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

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

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

This text has shadow with #40552C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40552C on black background.


Color preview on white background

This text has color #40552C on white background.



Black color preview on #40552C background

This text has black color on #40552C background.


White color preview on #40552C background

This text has white color on #40552C background.