COLOR #3A683E

HEX: #3A683E RGB: (58,104,62)

Color info

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

RGB color model

#3A683E color RGB value is (58,104,62).

RGB: (58,104,62) (23%, 41%, 24%)

RGB channels and saturation

R 58 of 255 = 23%
G 104 of 255 = 41%
B 62 of 255 = 24%

58
104
62

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

Portions of RGB colors in percentages

R + G + B = 58 + 104 + 62 = 224 (100%)
R 58 of 224 ~ 25.89%
G 104 of 224 ~ 46.43%
B 62 of 224 ~ 27.68'%

%25.89
%46.43
%27.68

CMYK color model

#3A683E color CMYK value is (44,0,40,59).

  • cyan value is 44.23%
  • magenta value is 0.00%
  • yellow value is 40.38%
  • key color value is 59.22%

CMYK: (44,0,40,59)
C44M0Y40K59 (44%, 0%, 40%, 59%)
(0.44 / 0.00 / 0.40 / 0.59)

CMYK percentages

%44.23
%0
%40.38
%59.22

Codes

Color #3A683E in popluar color models

3A 68 3E
RGB 58 104 62
HSL 125° 28.40% 31.76%
HSB/HSV 125° 44.23% 40.78%
CMYK 44.23% 0.00% 40.38%
59.22%

Color #3A683E in popluar number systems.

HEX 3A 68 3E
Decimal 58 104 62
Binary 111010 1101000 111110
Octal 72 150 76

Shades and tints

Shades of #3A683E

#3A683E
(58,104,62)
#355F39
(53,95,57)
#305634
(48,86,52)
#2B4D2F
(43,77,47)
#26442A
(38,68,42)
#213B25
(33,59,37)
#1C3220
(28,50,32)
#17291B
(23,41,27)
#122016
(18,32,22)
#0D1711
(13,23,17)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #3A683E

#3A683E
(58,104,62)
#4B754F
(75,117,79)
#5C8260
(92,130,96)
#6D8F71
(109,143,113)
#7E9C82
(126,156,130)
#8FA993
(143,169,147)
#A0B6A4
(160,182,164)
#B1C3B5
(177,195,181)
#C2D0C6
(194,208,198)
#D3DDD7
(211,221,215)
#E4EAE8
(228,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A683E color. Also use rgb(58,104,62) instead hex code.

Text Font Color

.myTextColor { color: #3A683E; }

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

This text font color is #3A683E.

Background Color

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

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

This div background color is #3A683E.

Border color

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

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

This div border color is #3A683E.

Opacity

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

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

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

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

This text has shadow with #3A683E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A683E.

Preview

Color preview on black background

This text has color #3A683E on black background.


Color preview on white background

This text has color #3A683E on white background.


Black color preview on #3A683E background

This text has black color on #3A683E background.


White color preview on #3A683E background

This text has white color on #3A683E background.


Related colors

Complementary color

Complementary color for #hex is #C597C1.


I love getcolorcode.com

Triadic colors

1 #3E3A68 and #683E3A with #3A683E are triadic colors.

2 #3E683A and #683A3E with #3A683E are triadic colors.