COLOR #3E582D

HEX: #3E582D RGB: (62,88,45)

Color info

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

RGB color model

#3E582D color RGB value is (62,88,45).

RGB: (62,88,45) (24%, 35%, 18%)

RGB channels and saturation

R 62 of 255 = 24%
G 88 of 255 = 35%
B 45 of 255 = 18%

62
88
45

R + G + B ~ 26%. #3E582D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 62 + 88 + 45 = 195 (100%)
R 62 of 195 ~ 31.79%
G 88 of 195 ~ 45.13%
B 45 of 195 ~ 23.08'%

%31.79
%45.13
%23.08

CMYK color model

#3E582D color CMYK value is (30,0,49,65).

  • cyan value is 29.55%
  • magenta value is 0.00%
  • yellow value is 48.86%
  • key color value is 65.49%

CMYK: (30,0,49,65)
C30M0Y49K65 (30%, 0%, 49%, 65%)
(0.30 / 0.00 / 0.49 / 0.65)

CMYK percentages

%29.55
%0
%48.86
%65.49

Codes

Color #3E582D in popluar color models

3E 58 2D
RGB 62 88 45
HSL 96° 32.33% 26.08%
HSB/HSV 96° 48.86% 34.51%
CMYK 29.55% 0.00% 48.86%
65.49%

Color #3E582D in popluar number systems.

HEX 3E 58 2D
Decimal 62 88 45
Binary 111110 1011000 101101
Octal 76 130 55

Shades and tints

Shades of #3E582D

#3E582D
(62,88,45)
#395029
(57,80,41)
#344825
(52,72,37)
#2F4021
(47,64,33)
#2A381D
(42,56,29)
#253019
(37,48,25)
#202815
(32,40,21)
#1B2011
(27,32,17)
#16180D
(22,24,13)
#111009
(17,16,9)
#0C0805
(12,8,5)
#000000
(0,0,0)

Tints of #3E582D

#3E582D
(62,88,45)
#4F6740
(79,103,64)
#607653
(96,118,83)
#718566
(113,133,102)
#829479
(130,148,121)
#93A38C
(147,163,140)
#A4B29F
(164,178,159)
#B5C1B2
(181,193,178)
#C6D0C5
(198,208,197)
#D7DFD8
(215,223,216)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E582D color. Also use rgb(62,88,45) instead hex code.

Text Font Color

.myTextColor { color: #3E582D; }

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

This text font color is #3E582D.

Background Color

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

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

This div background color is #3E582D.

Border color

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

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

This div border color is #3E582D.

Opacity

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

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

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

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

This text has shadow with #3E582D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3E582D.

Preview

Color preview on black background

This text has color #3E582D on black background.


Color preview on white background

This text has color #3E582D on white background.


Black color preview on #3E582D background

This text has black color on #3E582D background.


White color preview on #3E582D background

This text has white color on #3E582D background.


Related colors

Complementary color

Complementary color for #hex is #C1A7D2.


I love getcolorcode.com

Triadic colors

1 #2D3E58 and #582D3E with #3E582D are triadic colors.

2 #2D583E and #583E2D with #3E582D are triadic colors.