COLOR #40552F

HEX: #40552F
RGB: (64,85,47)

Color info

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

RGB color model

#40552F color RGB value is (64,85,47).

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

RGB channels and saturation

R 64 of 255 = 25%
G 85 of 255 = 33%
B 47 of 255 = 18%

64
85
47

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

Portions of RGB colors in percentages

R + G + B =
64 + 85 + 47 = 196 (100%)
R 64 of 196 ~ 32.65%
G 85 of 196 ~ 43.37%
B 47 of 196 ~ 23.98%

%32.65
%43.37
%23.98

CMYK color model

#40552F color CMYK value is (25,0,45,67).

  • cyan value is 24.71%
  • magenta value is 0.00%
  • yellow value is 44.71%
  • key color value is 66.67%
CMYK:
(25,0,45,67)
C25M0Y45K67 
(25%,0%,45%,67%)
(0.25/0.00/0.45/0.67)	

CMYK percentages

%24.71
%0
%44.71
%66.67

Codes

Color #40552F in popluar color models

40552F
RGB648547
HSL93°28.79%25.88%
HSB/HSV93°44.71%33.33%
CMYK24.71%0.00%44.71%
66.67%

Color #40552F in popluar number systems.

HEX40552F
Decimal648547
Binary10000001010101101111
Octal10012557

Shades and tints

Shades of #40552F

#40552F
(64,85,47)
#3B4E2B
(59,78,43)
#364727
(54,71,39)
#314023
(49,64,35)
#2C391F
(44,57,31)
#27321B
(39,50,27)
#222B17
(34,43,23)
#1D2413
(29,36,19)
#181D0F
(24,29,15)
#13160B
(19,22,11)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #40552F

#40552F
(64,85,47)
#516441
(81,100,65)
#627353
(98,115,83)
#738265
(115,130,101)
#849177
(132,145,119)
#95A089
(149,160,137)
#A6AF9B
(166,175,155)
#B7BEAD
(183,190,173)
#C8CDBF
(200,205,191)
#D9DCD1
(217,220,209)
#EAEBE3
(234,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40552F; }

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

This text font color is #40552F.


Background Color

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

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

This div background color is #40552F.


Border color

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

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

This div border color is #40552F.


Opacity

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

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

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

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

This text has shadow with #40552F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40552F on black background.


Color preview on white background

This text has color #40552F on white background.



Black color preview on #40552F background

This text has black color on #40552F background.


White color preview on #40552F background

This text has white color on #40552F background.