COLOR #3A6425

HEX: #3A6425 RGB: (58,100,37)

Color info

#3A6425 contains mainly red and green colors. Web safe color of #3A6425 is #336633 (or #363).

RGB color model

#3A6425 color RGB value is (58,100,37).

RGB: (58,100,37) (23%, 39%, 15%)

RGB channels and saturation

R 58 of 255 = 23%
G 100 of 255 = 39%
B 37 of 255 = 15%

58
100
37

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

Portions of RGB colors in percentages

R + G + B = 58 + 100 + 37 = 195 (100%)
R 58 of 195 ~ 29.74%
G 100 of 195 ~ 51.28%
B 37 of 195 ~ 18.97'%

%29.74
%51.28
%18.97

CMYK color model

#3A6425 color CMYK value is (42,0,63,61).

  • cyan value is 42.00%
  • magenta value is 0.00%
  • yellow value is 63.00%
  • key color value is 60.78%

CMYK: (42,0,63,61)
C42M0Y63K61 (42%, 0%, 63%, 61%)
(0.42 / 0.00 / 0.63 / 0.61)

CMYK percentages

%42
%0
%63
%60.78

Codes

Color #3A6425 in popluar color models

3A 64 25
RGB 58 100 37
HSL 100° 45.99% 26.86%
HSB/HSV 100° 63.00% 39.22%
CMYK 42.00% 0.00% 63.00%
60.78%

Color #3A6425 in popluar number systems.

HEX 3A 64 25
Decimal 58 100 37
Binary 111010 1100100 100101
Octal 72 144 45

Shades and tints

Shades of #3A6425

#3A6425
(58,100,37)
#355B22
(53,91,34)
#30521F
(48,82,31)
#2B491C
(43,73,28)
#264019
(38,64,25)
#213716
(33,55,22)
#1C2E13
(28,46,19)
#172510
(23,37,16)
#121C0D
(18,28,13)
#0D130A
(13,19,10)
#080A07
(8,10,7)
#000000
(0,0,0)

Tints of #3A6425

#3A6425
(58,100,37)
#4B7238
(75,114,56)
#5C804B
(92,128,75)
#6D8E5E
(109,142,94)
#7E9C71
(126,156,113)
#8FAA84
(143,170,132)
#A0B897
(160,184,151)
#B1C6AA
(177,198,170)
#C2D4BD
(194,212,189)
#D3E2D0
(211,226,208)
#E4F0E3
(228,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6425 color. Also use rgb(58,100,37) instead hex code.

Text Font Color

.myTextColor { color: #3A6425; }

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

This text font color is #3A6425.

Background Color

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

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

This div background color is #3A6425.

Border color

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

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

This div border color is #3A6425.

Opacity

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

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

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

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

This text has shadow with #3A6425 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6425.

Preview

Color preview on black background

This text has color #3A6425 on black background.


Color preview on white background

This text has color #3A6425 on white background.


Black color preview on #3A6425 background

This text has black color on #3A6425 background.


White color preview on #3A6425 background

This text has white color on #3A6425 background.


Related colors

Complementary color

Complementary color for #hex is #C59BDA.


I love getcolorcode.com

Triadic colors

1 #253A64 and #64253A with #3A6425 are triadic colors.

2 #25643A and #643A25 with #3A6425 are triadic colors.