COLOR #3A7A72

HEX: #3A7A72
RGB: (58,122,114)

Color info

#3A7A72 contains mainly green and blue colors. Web safe color of #3A7A72 is #336666 (or #366).

RGB color model

#3A7A72 color RGB value is (58,122,114).

  • red value is 58;
  • green value is 122;
  • blue value is 114.
RGB: (58,122,114) (23%,48%,45%)

RGB channels and saturation

R 58 of 255 = 23%
G 122 of 255 = 48%
B 114 of 255 = 45%

58
122
114

R + G + B ~ 39%. #3A7A72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 122 + 114 = 294 (100%)
R 58 of 294 ~ 19.73%
G 122 of 294 ~ 41.5%
B 114 of 294 ~ 38.78%

%19.73
%41.5
%38.78

CMYK color model

#3A7A72 color CMYK value is (52,0,7,52).

  • cyan value is 52.46%
  • magenta value is 0.00%
  • yellow value is 6.56%
  • key color value is 52.16%
CMYK: (52,0,7,52) C52M0Y7K52 (52%,0%,7%,52%) (0.52/0.00/0.07/0.52)

CMYK percentages

%52.46
%0
%6.56
%52.16

Codes

Color #3A7A72 in popluar color models

3A7A72
RGB58122114
HSL173°35.56%35.29%
HSB/HSV173°52.46%47.84%
CMYK52.46%0.00%6.56%
52.16%

Color #3A7A72 in popluar number systems.

HEX3A7A72
Decimal58122114
Binary11101011110101110010
Octal72172162

Shades and tints

Shades of #3A7A72

#3A7A72
(58,122,114)
#356F68
(53,111,104)
#30645E
(48,100,94)
#2B5954
(43,89,84)
#264E4A
(38,78,74)
#214340
(33,67,64)
#1C3836
(28,56,54)
#172D2C
(23,45,44)
#122222
(18,34,34)
#0D1718
(13,23,24)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #3A7A72

#3A7A72
(58,122,114)
#4B867E
(75,134,126)
#5C928A
(92,146,138)
#6D9E96
(109,158,150)
#7EAAA2
(126,170,162)
#8FB6AE
(143,182,174)
#A0C2BA
(160,194,186)
#B1CEC6
(177,206,198)
#C2DAD2
(194,218,210)
#D3E6DE
(211,230,222)
#E4F2EA
(228,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7A72 color. Also use rgb(58,122,114) instead hex code.

Text Font Color

.myTextColor { color: #3A7A72; }

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

This text font color is #3A7A72.


Background Color

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

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

This div background color is #3A7A72.


Border color

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

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

This div border color is #3A7A72.


Opacity

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

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

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

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

This text has shadow with #3A7A72 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #3A7A72 on black background.


Color preview on white background

This text has color #3A7A72 on white background.



Black color preview on #3A7A72 background

This text has black color on #3A7A72 background.


White color preview on #3A7A72 background

This text has white color on #3A7A72 background.