COLOR #3A6644

HEX: #3A6644
RGB: (58,102,68)

Color info

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

RGB color model

#3A6644 color RGB value is (58,102,68).

  • red value is 58;
  • green value is 102;
  • blue value is 68.
RGB:
(58,102,68)
(23%,40%,27%)

RGB channels and saturation

R 58 of 255 = 23%
G 102 of 255 = 40%
B 68 of 255 = 27%

58
102
68

R + G + B ~ 30%. #3A6644 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 102 + 68 = 228 (100%)
R 58 of 228 ~ 25.44%
G 102 of 228 ~ 44.74%
B 68 of 228 ~ 29.82%

%25.44
%44.74
%29.82

CMYK color model

#3A6644 color CMYK value is (43,0,33,60).

  • cyan value is 43.14%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 60.00%
CMYK:
(43,0,33,60)
C43M0Y33K60 
(43%,0%,33%,60%)
(0.43/0.00/0.33/0.60)	

CMYK percentages

%43.14
%0
%33.33
%60

Codes

Color #3A6644 in popluar color models

3A6644
RGB5810268
HSL134°27.50%31.37%
HSB/HSV134°43.14%40.00%
CMYK43.14%0.00%33.33%
60.00%

Color #3A6644 in popluar number systems.

HEX3A6644
Decimal5810268
Binary11101011001101000100
Octal72146104

Shades and tints

Shades of #3A6644

#3A6644
(58,102,68)
#355D3E
(53,93,62)
#305438
(48,84,56)
#2B4B32
(43,75,50)
#26422C
(38,66,44)
#213926
(33,57,38)
#1C3020
(28,48,32)
#17271A
(23,39,26)
#121E14
(18,30,20)
#0D150E
(13,21,14)
#080C08
(8,12,8)
#000000
(0,0,0)

Tints of #3A6644

#3A6644
(58,102,68)
#4B7355
(75,115,85)
#5C8066
(92,128,102)
#6D8D77
(109,141,119)
#7E9A88
(126,154,136)
#8FA799
(143,167,153)
#A0B4AA
(160,180,170)
#B1C1BB
(177,193,187)
#C2CECC
(194,206,204)
#D3DBDD
(211,219,221)
#E4E8EE
(228,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6644 color. Also use rgb(58,102,68) instead hex code.

Text Font Color

.myTextColor { color: #3A6644; }

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

This text font color is #3A6644.


Background Color

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

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

This div background color is #3A6644.


Border color

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

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

This div border color is #3A6644.


Opacity

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

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

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

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

This text has shadow with #3A6644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6644 on black background.


Color preview on white background

This text has color #3A6644 on white background.



Black color preview on #3A6644 background

This text has black color on #3A6644 background.


White color preview on #3A6644 background

This text has white color on #3A6644 background.