COLOR #40793E

HEX: #40793E
RGB: (64,121,62)

Color info

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

RGB color model

#40793E color RGB value is (64,121,62).

  • red value is 64;
  • green value is 121;
  • blue value is 62.
RGB:
(64,121,62)
(25%,47%,24%)

RGB channels and saturation

R 64 of 255 = 25%
G 121 of 255 = 47%
B 62 of 255 = 24%

64
121
62

R + G + B ~ 32%. #40793E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
64 + 121 + 62 = 247 (100%)
R 64 of 247 ~ 25.91%
G 121 of 247 ~ 48.99%
B 62 of 247 ~ 25.1%

%25.91
%48.99
%25.1

CMYK color model

#40793E color CMYK value is (47,0,49,53).

  • cyan value is 47.11%
  • magenta value is 0.00%
  • yellow value is 48.76%
  • key color value is 52.55%
CMYK:
(47,0,49,53)
C47M0Y49K53 
(47%,0%,49%,53%)
(0.47/0.00/0.49/0.53)	

CMYK percentages

%47.11
%0
%48.76
%52.55

Codes

Color #40793E in popluar color models

40793E
RGB6412162
HSL118°32.24%35.88%
HSB/HSV118°48.76%47.45%
CMYK47.11%0.00%48.76%
52.55%

Color #40793E in popluar number systems.

HEX40793E
Decimal6412162
Binary10000001111001111110
Octal10017176

Shades and tints

Shades of #40793E

#40793E
(64,121,62)
#3B6E39
(59,110,57)
#366334
(54,99,52)
#31582F
(49,88,47)
#2C4D2A
(44,77,42)
#274225
(39,66,37)
#223720
(34,55,32)
#1D2C1B
(29,44,27)
#182116
(24,33,22)
#131611
(19,22,17)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #40793E

#40793E
(64,121,62)
#51854F
(81,133,79)
#629160
(98,145,96)
#739D71
(115,157,113)
#84A982
(132,169,130)
#95B593
(149,181,147)
#A6C1A4
(166,193,164)
#B7CDB5
(183,205,181)
#C8D9C6
(200,217,198)
#D9E5D7
(217,229,215)
#EAF1E8
(234,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40793E color. Also use rgb(64,121,62) instead hex code.

Text Font Color

.myTextColor { color: #40793E; }

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

This text font color is #40793E.


Background Color

.myBgColor { background-color: #40793E; }

<div style="background-color:#40793E">Inner text</div>

This div background color is #40793E.


Border color

.myBorderColor { border: 1px solid #40793E; }

<div style="border:3px solid #40793E">Div</div>

This div border color is #40793E.


Opacity

.myOpacity80 { color: #40793E; opacity: 0.8; }

<p style="color:#40793E;opacity:0.8;">80%</p>

Text with #40793E 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 #40793E;}

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

This text has shadow with #40793E color.

.textShadow {text-shadow: 3px 3px 1px #40793E, 3px 3px 1px red;}

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

This text has shadow with #40793E primary color and red secondary color.


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

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

This text has shadow with #40793E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40793E on black background.


Color preview on white background

This text has color #40793E on white background.



Black color preview on #40793E background

This text has black color on #40793E background.


White color preview on #40793E background

This text has white color on #40793E background.