COLOR #3A7548

HEX: #3A7548 RGB: (58,117,72)

Color info

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

RGB color model

#3A7548 color RGB value is (58,117,72).

RGB: (58,117,72) (23%, 46%, 28%)

RGB channels and saturation

R 58 of 255 = 23%
G 117 of 255 = 46%
B 72 of 255 = 28%

58
117
72

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

Portions of RGB colors in percentages

R + G + B = 58 + 117 + 72 = 247 (100%)
R 58 of 247 ~ 23.48%
G 117 of 247 ~ 47.37%
B 72 of 247 ~ 29.15'%

%23.48
%47.37
%29.15

CMYK color model

#3A7548 color CMYK value is (50,0,38,54).

  • cyan value is 50.43%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 54.12%

CMYK: (50,0,38,54)
C50M0Y38K54 (50%, 0%, 38%, 54%)
(0.50 / 0.00 / 0.38 / 0.54)

CMYK percentages

%50.43
%0
%38.46
%54.12

Codes

Color #3A7548 in popluar color models

3A 75 48
RGB 58 117 72
HSL 134° 33.71% 34.31%
HSB/HSV 134° 50.43% 45.88%
CMYK 50.43% 0.00% 38.46%
54.12%

Color #3A7548 in popluar number systems.

HEX 3A 75 48
Decimal 58 117 72
Binary 111010 1110101 1001000
Octal 72 165 110

Shades and tints

Shades of #3A7548

#3A7548
(58,117,72)
#356B42
(53,107,66)
#30613C
(48,97,60)
#2B5736
(43,87,54)
#264D30
(38,77,48)
#21432A
(33,67,42)
#1C3924
(28,57,36)
#172F1E
(23,47,30)
#122518
(18,37,24)
#0D1B12
(13,27,18)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #3A7548

#3A7548
(58,117,72)
#4B8158
(75,129,88)
#5C8D68
(92,141,104)
#6D9978
(109,153,120)
#7EA588
(126,165,136)
#8FB198
(143,177,152)
#A0BDA8
(160,189,168)
#B1C9B8
(177,201,184)
#C2D5C8
(194,213,200)
#D3E1D8
(211,225,216)
#E4EDE8
(228,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7548 color. Also use rgb(58,117,72) instead hex code.

Text Font Color

.myTextColor { color: #3A7548; }

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

This text font color is #3A7548.

Background Color

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

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

This div background color is #3A7548.

Border color

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

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

This div border color is #3A7548.

Opacity

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

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

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

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

This text has shadow with #3A7548 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7548.

Preview

Color preview on black background

This text has color #3A7548 on black background.


Color preview on white background

This text has color #3A7548 on white background.


Black color preview on #3A7548 background

This text has black color on #3A7548 background.


White color preview on #3A7548 background

This text has white color on #3A7548 background.


Related colors

Complementary color

Complementary color for #hex is #C58AB7.


I love getcolorcode.com

Triadic colors

1 #483A75 and #75483A with #3A7548 are triadic colors.

2 #48753A and #753A48 with #3A7548 are triadic colors.