COLOR #3A704D

HEX: #3A704D RGB: (58,112,77)

Color info

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

RGB color model

#3A704D color RGB value is (58,112,77).

RGB: (58,112,77) (23%, 44%, 30%)

RGB channels and saturation

R 58 of 255 = 23%
G 112 of 255 = 44%
B 77 of 255 = 30%

58
112
77

R + G + B ~ 32%. #3A704D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 112 + 77 = 247 (100%)
R 58 of 247 ~ 23.48%
G 112 of 247 ~ 45.34%
B 77 of 247 ~ 31.17'%

%23.48
%45.34
%31.17

CMYK color model

#3A704D color CMYK value is (48,0,31,56).

  • cyan value is 48.21%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 56.08%

CMYK: (48,0,31,56)
C48M0Y31K56 (48%, 0%, 31%, 56%)
(0.48 / 0.00 / 0.31 / 0.56)

CMYK percentages

%48.21
%0
%31.25
%56.08

Codes

Color #3A704D in popluar color models

3A 70 4D
RGB 58 112 77
HSL 141° 31.76% 33.33%
HSB/HSV 141° 48.21% 43.92%
CMYK 48.21% 0.00% 31.25%
56.08%

Color #3A704D in popluar number systems.

HEX 3A 70 4D
Decimal 58 112 77
Binary 111010 1110000 1001101
Octal 72 160 115

Shades and tints

Shades of #3A704D

#3A704D
(58,112,77)
#356646
(53,102,70)
#305C3F
(48,92,63)
#2B5238
(43,82,56)
#264831
(38,72,49)
#213E2A
(33,62,42)
#1C3423
(28,52,35)
#172A1C
(23,42,28)
#122015
(18,32,21)
#0D160E
(13,22,14)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #3A704D

#3A704D
(58,112,77)
#4B7D5D
(75,125,93)
#5C8A6D
(92,138,109)
#6D977D
(109,151,125)
#7EA48D
(126,164,141)
#8FB19D
(143,177,157)
#A0BEAD
(160,190,173)
#B1CBBD
(177,203,189)
#C2D8CD
(194,216,205)
#D3E5DD
(211,229,221)
#E4F2ED
(228,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A704D color. Also use rgb(58,112,77) instead hex code.

Text Font Color

.myTextColor { color: #3A704D; }

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

This text font color is #3A704D.

Background Color

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

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

This div background color is #3A704D.

Border color

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

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

This div border color is #3A704D.

Opacity

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

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

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

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

This text has shadow with #3A704D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A704D.

Preview

Color preview on black background

This text has color #3A704D on black background.


Color preview on white background

This text has color #3A704D on white background.


Black color preview on #3A704D background

This text has black color on #3A704D background.


White color preview on #3A704D background

This text has white color on #3A704D background.


Related colors

Complementary color

Complementary color for #hex is #C58FB2.


I love getcolorcode.com

Triadic colors

1 #4D3A70 and #704D3A with #3A704D are triadic colors.

2 #4D703A and #703A4D with #3A704D are triadic colors.