COLOR #3A7662

HEX: #3A7662
RGB: (58,118,98)

Color info

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

RGB color model

#3A7662 color RGB value is (58,118,98).

  • red value is 58;
  • green value is 118;
  • blue value is 98.
RGB:
(58,118,98)
(23%,46%,38%)

RGB channels and saturation

R 58 of 255 = 23%
G 118 of 255 = 46%
B 98 of 255 = 38%

58
118
98

R + G + B ~ 36%. #3A7662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 118 + 98 = 274 (100%)
R 58 of 274 ~ 21.17%
G 118 of 274 ~ 43.07%
B 98 of 274 ~ 35.77%

%21.17
%43.07
%35.77

CMYK color model

#3A7662 color CMYK value is (51,0,17,54).

  • cyan value is 50.85%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(51,0,17,54)
C51M0Y17K54 
(51%,0%,17%,54%)
(0.51/0.00/0.17/0.54)	

CMYK percentages

%50.85
%0
%16.95
%53.73

Codes

Color #3A7662 in popluar color models

3A7662
RGB5811898
HSL160°34.09%34.51%
HSB/HSV160°50.85%46.27%
CMYK50.85%0.00%16.95%
53.73%

Color #3A7662 in popluar number systems.

HEX3A7662
Decimal5811898
Binary11101011101101100010
Octal72166142

Shades and tints

Shades of #3A7662

#3A7662
(58,118,98)
#356C5A
(53,108,90)
#306252
(48,98,82)
#2B584A
(43,88,74)
#264E42
(38,78,66)
#21443A
(33,68,58)
#1C3A32
(28,58,50)
#17302A
(23,48,42)
#122622
(18,38,34)
#0D1C1A
(13,28,26)
#081212
(8,18,18)
#000000
(0,0,0)

Tints of #3A7662

#3A7662
(58,118,98)
#4B8270
(75,130,112)
#5C8E7E
(92,142,126)
#6D9A8C
(109,154,140)
#7EA69A
(126,166,154)
#8FB2A8
(143,178,168)
#A0BEB6
(160,190,182)
#B1CAC4
(177,202,196)
#C2D6D2
(194,214,210)
#D3E2E0
(211,226,224)
#E4EEEE
(228,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7662 color. Also use rgb(58,118,98) instead hex code.

Text Font Color

.myTextColor { color: #3A7662; }

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

This text font color is #3A7662.


Background Color

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

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

This div background color is #3A7662.


Border color

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

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

This div border color is #3A7662.


Opacity

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

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

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

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

This text has shadow with #3A7662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7662 on black background.


Color preview on white background

This text has color #3A7662 on white background.



Black color preview on #3A7662 background

This text has black color on #3A7662 background.


White color preview on #3A7662 background

This text has white color on #3A7662 background.