COLOR #40753D

HEX: #40753D RGB: (64,117,61)

Color info

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

RGB color model

#40753D color RGB value is (64,117,61).

RGB: (64,117,61) (25%, 46%, 24%)

RGB channels and saturation

R 64 of 255 = 25%
G 117 of 255 = 46%
B 61 of 255 = 24%

64
117
61

R + G + B ~ 32%. #40753D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 117 + 61 = 242 (100%)
R 64 of 242 ~ 26.45%
G 117 of 242 ~ 48.35%
B 61 of 242 ~ 25.21'%

%26.45
%48.35
%25.21

CMYK color model

#40753D color CMYK value is (45,0,48,54).

  • cyan value is 45.30%
  • magenta value is 0.00%
  • yellow value is 47.86%
  • key color value is 54.12%

CMYK: (45,0,48,54)
C45M0Y48K54 (45%, 0%, 48%, 54%)
(0.45 / 0.00 / 0.48 / 0.54)

CMYK percentages

%45.3
%0
%47.86
%54.12

Codes

Color #40753D in popluar color models

40 75 3D
RGB 64 117 61
HSL 117° 31.46% 34.90%
HSB/HSV 117° 47.86% 45.88%
CMYK 45.30% 0.00% 47.86%
54.12%

Color #40753D in popluar number systems.

HEX 40 75 3D
Decimal 64 117 61
Binary 1000000 1110101 111101
Octal 100 165 75

Shades and tints

Shades of #40753D

#40753D
(64,117,61)
#3B6B38
(59,107,56)
#366133
(54,97,51)
#31572E
(49,87,46)
#2C4D29
(44,77,41)
#274324
(39,67,36)
#22391F
(34,57,31)
#1D2F1A
(29,47,26)
#182515
(24,37,21)
#131B10
(19,27,16)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #40753D

#40753D
(64,117,61)
#51814E
(81,129,78)
#628D5F
(98,141,95)
#739970
(115,153,112)
#84A581
(132,165,129)
#95B192
(149,177,146)
#A6BDA3
(166,189,163)
#B7C9B4
(183,201,180)
#C8D5C5
(200,213,197)
#D9E1D6
(217,225,214)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40753D color. Also use rgb(64,117,61) instead hex code.

Text Font Color

.myTextColor { color: #40753D; }

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

This text font color is #40753D.

Background Color

.myBgColor { background-color: #40753D; }

<div style="background-color:#40753D">Inner text</div>

This div background color is #40753D.

Border color

.myBorderColor { border: 1px solid #40753D; }

<div style="border:3px solid #40753D">Div</div>

This div border color is #40753D.

Opacity

.myOpacity80 { color: #40753D; opacity: 0.8; }

<p style="color:#40753D;opacity:0.8;">80%</p>

Text with #40753D 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 #40753D;}

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

This text has shadow with #40753D color.


.textShadow {text-shadow: 3px 3px 1px #40753D', 3px 3px 1px red;}

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

This text has shadow with #40753D primary color and red secondary color.


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

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

This text has shadow with #40753D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #40753D; -webkit-box-shadow: 1px 1px 3px 2px #40753D; box-shadow:1px 1px 3px 2px #40753D;">
Div content here
</div>

This div box has shadow with color #40753D.

Preview

Color preview on black background

This text has color #40753D on black background.


Color preview on white background

This text has color #40753D on white background.


Black color preview on #40753D background

This text has black color on #40753D background.


White color preview on #40753D background

This text has white color on #40753D background.


Related colors

Complementary color

Complementary color for #hex is #BF8AC2.


I love getcolorcode.com

Triadic colors

1 #3D4075 and #753D40 with #40753D are triadic colors.

2 #3D7540 and #75403D with #40753D are triadic colors.