COLOR #3A7B48

HEX: #3A7B48
RGB: (58,123,72)

Color info

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

RGB color model

#3A7B48 color RGB value is (58,123,72).

  • red value is 58;
  • green value is 123;
  • blue value is 72.
RGB:
(58,123,72)
(23%,48%,28%)

RGB channels and saturation

R 58 of 255 = 23%
G 123 of 255 = 48%
B 72 of 255 = 28%

58
123
72

R + G + B ~ 33%. #3A7B48 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 123 + 72 = 253 (100%)
R 58 of 253 ~ 22.92%
G 123 of 253 ~ 48.62%
B 72 of 253 ~ 28.46%

%22.92
%48.62
%28.46

CMYK color model

#3A7B48 color CMYK value is (53,0,41,52).

  • cyan value is 52.85%
  • magenta value is 0.00%
  • yellow value is 41.46%
  • key color value is 51.76%
CMYK:
(53,0,41,52)
C53M0Y41K52 
(53%,0%,41%,52%)
(0.53/0.00/0.41/0.52)	

CMYK percentages

%52.85
%0
%41.46
%51.76

Codes

Color #3A7B48 in popluar color models

3A7B48
RGB5812372
HSL133°35.91%35.49%
HSB/HSV133°52.85%48.24%
CMYK52.85%0.00%41.46%
51.76%

Color #3A7B48 in popluar number systems.

HEX3A7B48
Decimal5812372
Binary11101011110111001000
Octal72173110

Shades and tints

Shades of #3A7B48

#3A7B48
(58,123,72)
#357042
(53,112,66)
#30653C
(48,101,60)
#2B5A36
(43,90,54)
#264F30
(38,79,48)
#21442A
(33,68,42)
#1C3924
(28,57,36)
#172E1E
(23,46,30)
#122318
(18,35,24)
#0D1812
(13,24,18)
#080D0C
(8,13,12)
#000000
(0,0,0)

Tints of #3A7B48

#3A7B48
(58,123,72)
#4B8758
(75,135,88)
#5C9368
(92,147,104)
#6D9F78
(109,159,120)
#7EAB88
(126,171,136)
#8FB798
(143,183,152)
#A0C3A8
(160,195,168)
#B1CFB8
(177,207,184)
#C2DBC8
(194,219,200)
#D3E7D8
(211,231,216)
#E4F3E8
(228,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A7B48; }

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

This text font color is #3A7B48.


Background Color

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

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

This div background color is #3A7B48.


Border color

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

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

This div border color is #3A7B48.


Opacity

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

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

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

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

This text has shadow with #3A7B48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7B48 on black background.


Color preview on white background

This text has color #3A7B48 on white background.



Black color preview on #3A7B48 background

This text has black color on #3A7B48 background.


White color preview on #3A7B48 background

This text has white color on #3A7B48 background.