COLOR #40552A

HEX: #40552A
RGB: (64,85,42)

Color info

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

RGB color model

#40552A color RGB value is (64,85,42).

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

RGB channels and saturation

R 64 of 255 = 25%
G 85 of 255 = 33%
B 42 of 255 = 16%

64
85
42

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

Portions of RGB colors in percentages

R + G + B =
64 + 85 + 42 = 191 (100%)
R 64 of 191 ~ 33.51%
G 85 of 191 ~ 44.5%
B 42 of 191 ~ 21.99%

%33.51
%44.5
%21.99

CMYK color model

#40552A color CMYK value is (25,0,51,67).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 50.59%
  • key color value is 66.67%
CMYK:
(25,0,51,67)
C25M0Y51K67 
(25%,0%,51%,67%)
(0.25/0.00/0.51/0.67)	

CMYK percentages

%24.71
%0
%50.59
%66.67

Codes

Color #40552A in popluar color models

40552A
RGB648542
HSL89°33.86%24.90%
HSB/HSV89°50.59%33.33%
CMYK24.71%0.00%50.59%
66.67%

Color #40552A in popluar number systems.

HEX40552A
Decimal648542
Binary10000001010101101010
Octal10012552

Shades and tints

Shades of #40552A

#40552A
(64,85,42)
#3B4E27
(59,78,39)
#364724
(54,71,36)
#314021
(49,64,33)
#2C391E
(44,57,30)
#27321B
(39,50,27)
#222B18
(34,43,24)
#1D2415
(29,36,21)
#181D12
(24,29,18)
#13160F
(19,22,15)
#0E0F0C
(14,15,12)
#000000
(0,0,0)

Tints of #40552A

#40552A
(64,85,42)
#51643D
(81,100,61)
#627350
(98,115,80)
#738263
(115,130,99)
#849176
(132,145,118)
#95A089
(149,160,137)
#A6AF9C
(166,175,156)
#B7BEAF
(183,190,175)
#C8CDC2
(200,205,194)
#D9DCD5
(217,220,213)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40552A; }

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

This text font color is #40552A.


Background Color

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

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

This div background color is #40552A.


Border color

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

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

This div border color is #40552A.


Opacity

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

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

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

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

This text has shadow with #40552A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40552A on black background.


Color preview on white background

This text has color #40552A on white background.



Black color preview on #40552A background

This text has black color on #40552A background.


White color preview on #40552A background

This text has white color on #40552A background.