COLOR #40583A

HEX: #40583A
RGB: (64,88,58)

Color info

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

RGB color model

#40583A color RGB value is (64,88,58).

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

RGB channels and saturation

R 64 of 255 = 25%
G 88 of 255 = 35%
B 58 of 255 = 23%

64
88
58

R + G + B ~ 28%. #40583A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 88 + 58 = 210 (100%)
R 64 of 210 ~ 30.48%
G 88 of 210 ~ 41.9%
B 58 of 210 ~ 27.62%

%30.48
%41.9
%27.62

CMYK color model

#40583A color CMYK value is (27,0,34,65).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 65.49%
CMYK: (27,0,34,65) C27M0Y34K65 (27%,0%,34%,65%) (0.27/0.00/0.34/0.65)

CMYK percentages

%27.27
%0
%34.09
%65.49

Codes

Color #40583A in popluar color models

40583A
RGB648858
HSL108°20.55%28.63%
HSB/HSV108°34.09%34.51%
CMYK27.27%0.00%34.09%
65.49%

Color #40583A in popluar number systems.

HEX40583A
Decimal648858
Binary10000001011000111010
Octal10013072

Shades and tints

Shades of #40583A

#40583A
(64,88,58)
#3B5035
(59,80,53)
#364830
(54,72,48)
#31402B
(49,64,43)
#2C3826
(44,56,38)
#273021
(39,48,33)
#22281C
(34,40,28)
#1D2017
(29,32,23)
#181812
(24,24,18)
#13100D
(19,16,13)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #40583A

#40583A
(64,88,58)
#51674B
(81,103,75)
#62765C
(98,118,92)
#73856D
(115,133,109)
#84947E
(132,148,126)
#95A38F
(149,163,143)
#A6B2A0
(166,178,160)
#B7C1B1
(183,193,177)
#C8D0C2
(200,208,194)
#D9DFD3
(217,223,211)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #40583A; }

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

This text font color is #40583A.


Background Color

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

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

This div background color is #40583A.


Border color

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

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

This div border color is #40583A.


Opacity

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

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

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

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

This text has shadow with #40583A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #40583A on black background.


Color preview on white background

This text has color #40583A on white background.



Black color preview on #40583A background

This text has black color on #40583A background.


White color preview on #40583A background

This text has white color on #40583A background.