COLOR #40623C

HEX: #40623C RGB: (64,98,60)

Color info

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

RGB color model

#40623C color RGB value is (64,98,60).

RGB: (64,98,60) (25%, 38%, 24%)

RGB channels and saturation

R 64 of 255 = 25%
G 98 of 255 = 38%
B 60 of 255 = 24%

64
98
60

R + G + B ~ 29%. #40623C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 64 + 98 + 60 = 222 (100%)
R 64 of 222 ~ 28.83%
G 98 of 222 ~ 44.14%
B 60 of 222 ~ 27.03'%

%28.83
%44.14
%27.03

CMYK color model

#40623C color CMYK value is (35,0,39,62).

  • cyan value is 34.69%
  • magenta value is 0.00%
  • yellow value is 38.78%
  • key color value is 61.57%
CMYK: (35,0,39,62) C35M0Y39K62 (35%,0%,39%,62%) (0.35/0.00/0.39/0.62) 

CMYK percentages

%34.69
%0
%38.78
%61.57

Codes

Color #40623C in popluar color models

40 62 3C
RGB 64 98 60
HSL 114° 24.05% 30.98%
HSB/HSV 114° 38.78% 38.43%
CMYK 34.69% 0.00% 38.78%
61.57%

Color #40623C in popluar number systems.

HEX 40 62 3C
Decimal 64 98 60
Binary 1000000 1100010 111100
Octal 100 142 74

Shades and tints

Shades of #40623C

#40623C
(64,98,60)
#3B5A37
(59,90,55)
#365232
(54,82,50)
#314A2D
(49,74,45)
#2C4228
(44,66,40)
#273A23
(39,58,35)
#22321E
(34,50,30)
#1D2A19
(29,42,25)
#182214
(24,34,20)
#131A0F
(19,26,15)
#0E120A
(14,18,10)
#000000
(0,0,0)

Tints of #40623C

#40623C
(64,98,60)
#51704D
(81,112,77)
#627E5E
(98,126,94)
#738C6F
(115,140,111)
#849A80
(132,154,128)
#95A891
(149,168,145)
#A6B6A2
(166,182,162)
#B7C4B3
(183,196,179)
#C8D2C4
(200,210,196)
#D9E0D5
(217,224,213)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40623C color. Also use rgb(64,98,60) instead hex code.

Text Font Color

.myTextColor { color: #40623C; }

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

This text font color is #40623C.

Background Color

.myBgColor { background-color: #40623C; }

<div style="background-color:#40623C">Inner text</div>

This div background color is #40623C.

Border color

.myBorderColor { border: 1px solid #40623C; }

<div style="border:3px solid #40623C">Div</div>

This div border color is #40623C.

Opacity

.myOpacity80 { color: #40623C; opacity: 0.8; }

<p style="color:#40623C;opacity:0.8;">80%</p>

Text with #40623C 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 #40623C;}

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

This text has shadow with #40623C color.


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

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

This text has shadow with #40623C primary color and red secondary color.


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

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

This text has shadow with #40623C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #40623C.

Preview

Color preview on black background

This text has color #40623C on black background.


Color preview on white background

This text has color #40623C on white background.


Black color preview on #40623C background

This text has black color on #40623C background.


White color preview on #40623C background

This text has white color on #40623C background.


Related colors

Complementary color

Complementary color for #hex is #BF9DC3.


I love getcolorcode.com

Triadic colors

1 #3C4062 and #623C40 with #40623C are triadic colors.

2 #3C6240 and #62403C with #40623C are triadic colors.