COLOR #3A4733

HEX: #3A4733 RGB: (58,71,51)

Color info

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

RGB color model

#3A4733 color RGB value is (58,71,51).

RGB: (58,71,51) (23%, 28%, 20%)

RGB channels and saturation

R 58 of 255 = 23%
G 71 of 255 = 28%
B 51 of 255 = 20%

58
71
51

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

Portions of RGB colors in percentages

R + G + B = 58 + 71 + 51 = 180 (100%)
R 58 of 180 ~ 32.22%
G 71 of 180 ~ 39.44%
B 51 of 180 ~ 28.33'%

%32.22
%39.44
%28.33

CMYK color model

#3A4733 color CMYK value is (18,0,28,72).

  • cyan value is 18.31%
  • magenta value is 0.00%
  • yellow value is 28.17%
  • key color value is 72.16%

CMYK: (18,0,28,72)
C18M0Y28K72 (18%, 0%, 28%, 72%)
(0.18 / 0.00 / 0.28 / 0.72)

CMYK percentages

%18.31
%0
%28.17
%72.16

Codes

Color #3A4733 in popluar color models

3A 47 33
RGB 58 71 51
HSL 99° 16.39% 23.92%
HSB/HSV 99° 28.17% 27.84%
CMYK 18.31% 0.00% 28.17%
72.16%

Color #3A4733 in popluar number systems.

HEX 3A 47 33
Decimal 58 71 51
Binary 111010 1000111 110011
Octal 72 107 63

Shades and tints

Shades of #3A4733

#3A4733
(58,71,51)
#35412F
(53,65,47)
#303B2B
(48,59,43)
#2B3527
(43,53,39)
#262F23
(38,47,35)
#21291F
(33,41,31)
#1C231B
(28,35,27)
#171D17
(23,29,23)
#121713
(18,23,19)
#0D110F
(13,17,15)
#080B0B
(8,11,11)
#000000
(0,0,0)

Tints of #3A4733

#3A4733
(58,71,51)
#4B5745
(75,87,69)
#5C6757
(92,103,87)
#6D7769
(109,119,105)
#7E877B
(126,135,123)
#8F978D
(143,151,141)
#A0A79F
(160,167,159)
#B1B7B1
(177,183,177)
#C2C7C3
(194,199,195)
#D3D7D5
(211,215,213)
#E4E7E7
(228,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4733 color. Also use rgb(58,71,51) instead hex code.

Text Font Color

.myTextColor { color: #3A4733; }

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

This text font color is #3A4733.

Background Color

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

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

This div background color is #3A4733.

Border color

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

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

This div border color is #3A4733.

Opacity

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

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

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

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

This text has shadow with #3A4733 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4733.

Preview

Color preview on black background

This text has color #3A4733 on black background.


Color preview on white background

This text has color #3A4733 on white background.


Black color preview on #3A4733 background

This text has black color on #3A4733 background.


White color preview on #3A4733 background

This text has white color on #3A4733 background.


Related colors

Complementary color

Complementary color for #hex is #C5B8CC.


I love getcolorcode.com

Triadic colors

1 #333A47 and #47333A with #3A4733 are triadic colors.

2 #33473A and #473A33 with #3A4733 are triadic colors.