COLOR #3E533F

HEX: #3E533F RGB: (62,83,63)

Color info

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

RGB color model

#3E533F color RGB value is (62,83,63).

RGB: (62,83,63) (24%, 33%, 25%)

RGB channels and saturation

R 62 of 255 = 24%
G 83 of 255 = 33%
B 63 of 255 = 25%

62
83
63

R + G + B ~ 27%. #3E533F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 83 + 63 = 208 (100%)
R 62 of 208 ~ 29.81%
G 83 of 208 ~ 39.9%
B 63 of 208 ~ 30.29'%

%29.81
%39.9
%30.29

CMYK color model

#3E533F color CMYK value is (25,0,24,67).

  • cyan value is 25.30%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 67.45%

CMYK: (25,0,24,67)
C25M0Y24K67 (25%, 0%, 24%, 67%)
(0.25 / 0.00 / 0.24 / 0.67)

CMYK percentages

%25.3
%0
%24.1
%67.45

Codes

Color #3E533F in popluar color models

3E 53 3F
RGB 62 83 63
HSL 123° 14.48% 28.43%
HSB/HSV 123° 25.30% 32.55%
CMYK 25.30% 0.00% 24.10%
67.45%

Color #3E533F in popluar number systems.

HEX 3E 53 3F
Decimal 62 83 63
Binary 111110 1010011 111111
Octal 76 123 77

Shades and tints

Shades of #3E533F

#3E533F
(62,83,63)
#394C3A
(57,76,58)
#344535
(52,69,53)
#2F3E30
(47,62,48)
#2A372B
(42,55,43)
#253026
(37,48,38)
#202921
(32,41,33)
#1B221C
(27,34,28)
#161B17
(22,27,23)
#111412
(17,20,18)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #3E533F

#3E533F
(62,83,63)
#4F6250
(79,98,80)
#607161
(96,113,97)
#718072
(113,128,114)
#828F83
(130,143,131)
#939E94
(147,158,148)
#A4ADA5
(164,173,165)
#B5BCB6
(181,188,182)
#C6CBC7
(198,203,199)
#D7DAD8
(215,218,216)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E533F; }

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

This text font color is #3E533F.

Background Color

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

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

This div background color is #3E533F.

Border color

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

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

This div border color is #3E533F.

Opacity

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

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

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

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

This text has shadow with #3E533F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E533F.

Preview

Color preview on black background

This text has color #3E533F on black background.


Color preview on white background

This text has color #3E533F on white background.


Black color preview on #3E533F background

This text has black color on #3E533F background.


White color preview on #3E533F background

This text has white color on #3E533F background.


Related colors

Complementary color

Complementary color for #hex is #C1ACC0.


I love getcolorcode.com

Triadic colors

1 #3F3E53 and #533F3E with #3E533F are triadic colors.

2 #3F533E and #533E3F with #3E533F are triadic colors.