COLOR #40553A

HEX: #40553A
RGB: (64,85,58)

Color info

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

RGB color model

#40553A color RGB value is (64,85,58).

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

RGB channels and saturation

R 64 of 255 = 25%
G 85 of 255 = 33%
B 58 of 255 = 23%

64
85
58

R + G + B ~ 27%. #40553A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 85 + 58 = 207 (100%)
R 64 of 207 ~ 30.92%
G 85 of 207 ~ 41.06%
B 58 of 207 ~ 28.02%

%30.92
%41.06
%28.02

CMYK color model

#40553A color CMYK value is (25,0,32,67).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 66.67%
CMYK:
(25,0,32,67)
C25M0Y32K67 
(25%,0%,32%,67%)
(0.25/0.00/0.32/0.67)	

CMYK percentages

%24.71
%0
%31.76
%66.67

Codes

Color #40553A in popluar color models

40553A
RGB648558
HSL107°18.88%28.04%
HSB/HSV107°31.76%33.33%
CMYK24.71%0.00%31.76%
66.67%

Color #40553A in popluar number systems.

HEX40553A
Decimal648558
Binary10000001010101111010
Octal10012572

Shades and tints

Shades of #40553A

#40553A
(64,85,58)
#3B4E35
(59,78,53)
#364730
(54,71,48)
#31402B
(49,64,43)
#2C3926
(44,57,38)
#273221
(39,50,33)
#222B1C
(34,43,28)
#1D2417
(29,36,23)
#181D12
(24,29,18)
#13160D
(19,22,13)
#0E0F08
(14,15,8)
#000000
(0,0,0)

Tints of #40553A

#40553A
(64,85,58)
#51644B
(81,100,75)
#62735C
(98,115,92)
#73826D
(115,130,109)
#84917E
(132,145,126)
#95A08F
(149,160,143)
#A6AFA0
(166,175,160)
#B7BEB1
(183,190,177)
#C8CDC2
(200,205,194)
#D9DCD3
(217,220,211)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40553A; }

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

This text font color is #40553A.


Background Color

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

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

This div background color is #40553A.


Border color

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

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

This div border color is #40553A.


Opacity

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

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

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

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

This text has shadow with #40553A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40553A on black background.


Color preview on white background

This text has color #40553A on white background.



Black color preview on #40553A background

This text has black color on #40553A background.


White color preview on #40553A background

This text has white color on #40553A background.