COLOR #3A6330

HEX: #3A6330 RGB: (58,99,48)

Color info

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

RGB color model

#3A6330 color RGB value is (58,99,48).

RGB: (58,99,48) (23%, 39%, 19%)

RGB channels and saturation

R 58 of 255 = 23%
G 99 of 255 = 39%
B 48 of 255 = 19%

58
99
48

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

Portions of RGB colors in percentages

R + G + B = 58 + 99 + 48 = 205 (100%)
R 58 of 205 ~ 28.29%
G 99 of 205 ~ 48.29%
B 48 of 205 ~ 23.41'%

%28.29
%48.29
%23.41

CMYK color model

#3A6330 color CMYK value is (41,0,52,61).

  • cyan value is 41.41%
  • magenta value is 0.00%
  • yellow value is 51.52%
  • key color value is 61.18%

CMYK: (41,0,52,61)
C41M0Y52K61 (41%, 0%, 52%, 61%)
(0.41 / 0.00 / 0.52 / 0.61)

CMYK percentages

%41.41
%0
%51.52
%61.18

Codes

Color #3A6330 in popluar color models

3A 63 30
RGB 58 99 48
HSL 108° 34.69% 28.82%
HSB/HSV 108° 51.52% 38.82%
CMYK 41.41% 0.00% 51.52%
61.18%

Color #3A6330 in popluar number systems.

HEX 3A 63 30
Decimal 58 99 48
Binary 111010 1100011 110000
Octal 72 143 60

Shades and tints

Shades of #3A6330

#3A6330
(58,99,48)
#355A2C
(53,90,44)
#305128
(48,81,40)
#2B4824
(43,72,36)
#263F20
(38,63,32)
#21361C
(33,54,28)
#1C2D18
(28,45,24)
#172414
(23,36,20)
#121B10
(18,27,16)
#0D120C
(13,18,12)
#080908
(8,9,8)
#000000
(0,0,0)

Tints of #3A6330

#3A6330
(58,99,48)
#4B7142
(75,113,66)
#5C7F54
(92,127,84)
#6D8D66
(109,141,102)
#7E9B78
(126,155,120)
#8FA98A
(143,169,138)
#A0B79C
(160,183,156)
#B1C5AE
(177,197,174)
#C2D3C0
(194,211,192)
#D3E1D2
(211,225,210)
#E4EFE4
(228,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6330 color. Also use rgb(58,99,48) instead hex code.

Text Font Color

.myTextColor { color: #3A6330; }

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

This text font color is #3A6330.

Background Color

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

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

This div background color is #3A6330.

Border color

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

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

This div border color is #3A6330.

Opacity

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

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

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

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

This text has shadow with #3A6330 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6330.

Preview

Color preview on black background

This text has color #3A6330 on black background.


Color preview on white background

This text has color #3A6330 on white background.


Black color preview on #3A6330 background

This text has black color on #3A6330 background.


White color preview on #3A6330 background

This text has white color on #3A6330 background.


Related colors

Complementary color

Complementary color for #hex is #C59CCF.


I love getcolorcode.com

Triadic colors

1 #303A63 and #63303A with #3A6330 are triadic colors.

2 #30633A and #633A30 with #3A6330 are triadic colors.