COLOR #40553B

HEX: #40553B
RGB: (64,85,59)

Color info

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

RGB color model

#40553B color RGB value is (64,85,59).

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

RGB channels and saturation

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

64
85
59

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

Portions of RGB colors in percentages

R + G + B =
64 + 85 + 59 = 208 (100%)
R 64 of 208 ~ 30.77%
G 85 of 208 ~ 40.87%
B 59 of 208 ~ 28.37%

%30.77
%40.87
%28.37

CMYK color model

#40553B color CMYK value is (25,0,31,67).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(25,0,31,67)
C25M0Y31K67 
(25%,0%,31%,67%)
(0.25/0.00/0.31/0.67)	

CMYK percentages

%24.71
%0
%30.59
%66.67

Codes

Color #40553B in popluar color models

40553B
RGB648559
HSL108°18.06%28.24%
HSB/HSV108°30.59%33.33%
CMYK24.71%0.00%30.59%
66.67%

Color #40553B in popluar number systems.

HEX40553B
Decimal648559
Binary10000001010101111011
Octal10012573

Shades and tints

Shades of #40553B

#40553B
(64,85,59)
#3B4E36
(59,78,54)
#364731
(54,71,49)
#31402C
(49,64,44)
#2C3927
(44,57,39)
#273222
(39,50,34)
#222B1D
(34,43,29)
#1D2418
(29,36,24)
#181D13
(24,29,19)
#13160E
(19,22,14)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #40553B

#40553B
(64,85,59)
#51644C
(81,100,76)
#62735D
(98,115,93)
#73826E
(115,130,110)
#84917F
(132,145,127)
#95A090
(149,160,144)
#A6AFA1
(166,175,161)
#B7BEB2
(183,190,178)
#C8CDC3
(200,205,195)
#D9DCD4
(217,220,212)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40553B; }

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

This text font color is #40553B.


Background Color

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

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

This div background color is #40553B.


Border color

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

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

This div border color is #40553B.


Opacity

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

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

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

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

This text has shadow with #40553B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40553B on black background.


Color preview on white background

This text has color #40553B on white background.



Black color preview on #40553B background

This text has black color on #40553B background.


White color preview on #40553B background

This text has white color on #40553B background.