COLOR #3A7528

HEX: #3A7528
RGB: (58,117,40)

Color info

#3A7528 contains mainly red and green colors. Web safe color of #3A7528 is #336633 (or #363).

RGB color model

#3A7528 color RGB value is (58,117,40).

  • red value is 58;
  • green value is 117;
  • blue value is 40.
RGB:
(58,117,40)
(23%,46%,16%)

RGB channels and saturation

R 58 of 255 = 23%
G 117 of 255 = 46%
B 40 of 255 = 16%

58
117
40

R + G + B ~ 28%. #3A7528 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 117 + 40 = 215 (100%)
R 58 of 215 ~ 26.98%
G 117 of 215 ~ 54.42%
B 40 of 215 ~ 18.6%

%26.98
%54.42
%18.6

CMYK color model

#3A7528 color CMYK value is (50,0,66,54).

  • cyan value is 50.43%
  • magenta value is 0.00%
  • yellow value is 65.81%
  • key color value is 54.12%
CMYK:
(50,0,66,54)
C50M0Y66K54 
(50%,0%,66%,54%)
(0.50/0.00/0.66/0.54)	

CMYK percentages

%50.43
%0
%65.81
%54.12

Codes

Color #3A7528 in popluar color models

3A7528
RGB5811740
HSL106°49.04%30.78%
HSB/HSV106°65.81%45.88%
CMYK50.43%0.00%65.81%
54.12%

Color #3A7528 in popluar number systems.

HEX3A7528
Decimal5811740
Binary1110101110101101000
Octal7216550

Shades and tints

Shades of #3A7528

#3A7528
(58,117,40)
#356B25
(53,107,37)
#306122
(48,97,34)
#2B571F
(43,87,31)
#264D1C
(38,77,28)
#214319
(33,67,25)
#1C3916
(28,57,22)
#172F13
(23,47,19)
#122510
(18,37,16)
#0D1B0D
(13,27,13)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #3A7528

#3A7528
(58,117,40)
#4B813B
(75,129,59)
#5C8D4E
(92,141,78)
#6D9961
(109,153,97)
#7EA574
(126,165,116)
#8FB187
(143,177,135)
#A0BD9A
(160,189,154)
#B1C9AD
(177,201,173)
#C2D5C0
(194,213,192)
#D3E1D3
(211,225,211)
#E4EDE6
(228,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7528; }

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

This text font color is #3A7528.


Background Color

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

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

This div background color is #3A7528.


Border color

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

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

This div border color is #3A7528.


Opacity

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

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

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

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

This text has shadow with #3A7528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7528 on black background.


Color preview on white background

This text has color #3A7528 on white background.



Black color preview on #3A7528 background

This text has black color on #3A7528 background.


White color preview on #3A7528 background

This text has white color on #3A7528 background.