COLOR #3E623F

HEX: #3E623F RGB: (62,98,63)

Color info

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

RGB color model

#3E623F color RGB value is (62,98,63).

RGB: (62,98,63) (24%, 38%, 25%)

RGB channels and saturation

R 62 of 255 = 24%
G 98 of 255 = 38%
B 63 of 255 = 25%

62
98
63

R + G + B ~ 29%. #3E623F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 98 + 63 = 223 (100%)
R 62 of 223 ~ 27.8%
G 98 of 223 ~ 43.95%
B 63 of 223 ~ 28.25'%

%27.8
%43.95
%28.25

CMYK color model

#3E623F color CMYK value is (37,0,36,62).

  • cyan value is 36.73%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 61.57%

CMYK: (37,0,36,62)
C37M0Y36K62 (37%, 0%, 36%, 62%)
(0.37 / 0.00 / 0.36 / 0.62)

CMYK percentages

%36.73
%0
%35.71
%61.57

Codes

Color #3E623F in popluar color models

3E 62 3F
RGB 62 98 63
HSL 122° 22.50% 31.37%
HSB/HSV 122° 36.73% 38.43%
CMYK 36.73% 0.00% 35.71%
61.57%

Color #3E623F in popluar number systems.

HEX 3E 62 3F
Decimal 62 98 63
Binary 111110 1100010 111111
Octal 76 142 77

Shades and tints

Shades of #3E623F

#3E623F
(62,98,63)
#395A3A
(57,90,58)
#345235
(52,82,53)
#2F4A30
(47,74,48)
#2A422B
(42,66,43)
#253A26
(37,58,38)
#203221
(32,50,33)
#1B2A1C
(27,42,28)
#162217
(22,34,23)
#111A12
(17,26,18)
#0C120D
(12,18,13)
#000000
(0,0,0)

Tints of #3E623F

#3E623F
(62,98,63)
#4F7050
(79,112,80)
#607E61
(96,126,97)
#718C72
(113,140,114)
#829A83
(130,154,131)
#93A894
(147,168,148)
#A4B6A5
(164,182,165)
#B5C4B6
(181,196,182)
#C6D2C7
(198,210,199)
#D7E0D8
(215,224,216)
#E8EEE9
(232,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E623F color. Also use rgb(62,98,63) instead hex code.

Text Font Color

.myTextColor { color: #3E623F; }

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

This text font color is #3E623F.

Background Color

.myBgColor { background-color: #3E623F; }

<div style="background-color:#3E623F">Inner text</div>

This div background color is #3E623F.

Border color

.myBorderColor { border: 1px solid #3E623F; }

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

This div border color is #3E623F.

Opacity

.myOpacity80 { color: #3E623F; opacity: 0.8; }

<p style="color:#3E623F;opacity:0.8;">80%</p>

Text with #3E623F 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 #3E623F;}

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

This text has shadow with #3E623F color.


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

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

This text has shadow with #3E623F primary color and red secondary color.


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

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

This text has shadow with #3E623F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #3E623F.

Preview

Color preview on black background

This text has color #3E623F on black background.


Color preview on white background

This text has color #3E623F on white background.


Black color preview on #3E623F background

This text has black color on #3E623F background.


White color preview on #3E623F background

This text has white color on #3E623F background.


Related colors

Complementary color

Complementary color for #hex is #C19DC0.


I love getcolorcode.com

Triadic colors

1 #3F3E62 and #623F3E with #3E623F are triadic colors.

2 #3F623E and #623E3F with #3E623F are triadic colors.