COLOR #3A4636

HEX: #3A4636
RGB: (58,70,54)

Color info

#3A4636 contains red, green and blue colors in about the same proportion. Web safe color of #3A4636 is #333333 (or #333).

RGB color model

#3A4636 color RGB value is (58,70,54).

  • red value is 58;
  • green value is 70;
  • blue value is 54.
RGB:
(58,70,54)
(23%,27%,21%)

RGB channels and saturation

R 58 of 255 = 23%
G 70 of 255 = 27%
B 54 of 255 = 21%

58
70
54

R + G + B ~ 24%. #3A4636 is dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 70 + 54 = 182 (100%)
R 58 of 182 ~ 31.87%
G 70 of 182 ~ 38.46%
B 54 of 182 ~ 29.67%

%31.87
%38.46
%29.67

CMYK color model

#3A4636 color CMYK value is (17,0,23,73).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 22.86%
  • key color value is 72.55%
CMYK:
(17,0,23,73)
C17M0Y23K73 
(17%,0%,23%,73%)
(0.17/0.00/0.23/0.73)	

CMYK percentages

%17.14
%0
%22.86
%72.55

Codes

Color #3A4636 in popluar color models

3A4636
RGB587054
HSL105°12.90%24.31%
HSB/HSV105°22.86%27.45%
CMYK17.14%0.00%22.86%
72.55%

Color #3A4636 in popluar number systems.

HEX3A4636
Decimal587054
Binary1110101000110110110
Octal7210666

Shades and tints

Shades of #3A4636

#3A4636
(58,70,54)
#354032
(53,64,50)
#303A2E
(48,58,46)
#2B342A
(43,52,42)
#262E26
(38,46,38)
#212822
(33,40,34)
#1C221E
(28,34,30)
#171C1A
(23,28,26)
#121616
(18,22,22)
#0D1012
(13,16,18)
#080A0E
(8,10,14)
#000000
(0,0,0)

Tints of #3A4636

#3A4636
(58,70,54)
#4B5648
(75,86,72)
#5C665A
(92,102,90)
#6D766C
(109,118,108)
#7E867E
(126,134,126)
#8F9690
(143,150,144)
#A0A6A2
(160,166,162)
#B1B6B4
(177,182,180)
#C2C6C6
(194,198,198)
#D3D6D8
(211,214,216)
#E4E6EA
(228,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4636 color. Also use rgb(58,70,54) instead hex code.

Text Font Color

.myTextColor { color: #3A4636; }

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

This text font color is #3A4636.


Background Color

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

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

This div background color is #3A4636.


Border color

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

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

This div border color is #3A4636.


Opacity

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

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

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

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

This text has shadow with #3A4636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A4636 on black background.


Color preview on white background

This text has color #3A4636 on white background.



Black color preview on #3A4636 background

This text has black color on #3A4636 background.


White color preview on #3A4636 background

This text has white color on #3A4636 background.