COLOR #3A7C67

HEX: #3A7C67
RGB: (58,124,103)

Color info

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

RGB color model

#3A7C67 color RGB value is (58,124,103).

  • red value is 58;
  • green value is 124;
  • blue value is 103.
RGB:
(58,124,103)
(23%,49%,40%)

RGB channels and saturation

R 58 of 255 = 23%
G 124 of 255 = 49%
B 103 of 255 = 40%

58
124
103

R + G + B ~ 37%. #3A7C67 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 124 + 103 = 285 (100%)
R 58 of 285 ~ 20.35%
G 124 of 285 ~ 43.51%
B 103 of 285 ~ 36.14%

%20.35
%43.51
%36.14

CMYK color model

#3A7C67 color CMYK value is (53,0,17,51).

  • cyan value is 53.23%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 51.37%
CMYK:
(53,0,17,51)
C53M0Y17K51 
(53%,0%,17%,51%)
(0.53/0.00/0.17/0.51)	

CMYK percentages

%53.23
%0
%16.94
%51.37

Codes

Color #3A7C67 in popluar color models

3A7C67
RGB58124103
HSL161°36.26%35.69%
HSB/HSV161°53.23%48.63%
CMYK53.23%0.00%16.94%
51.37%

Color #3A7C67 in popluar number systems.

HEX3A7C67
Decimal58124103
Binary11101011111001100111
Octal72174147

Shades and tints

Shades of #3A7C67

#3A7C67
(58,124,103)
#35715E
(53,113,94)
#306655
(48,102,85)
#2B5B4C
(43,91,76)
#265043
(38,80,67)
#21453A
(33,69,58)
#1C3A31
(28,58,49)
#172F28
(23,47,40)
#12241F
(18,36,31)
#0D1916
(13,25,22)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #3A7C67

#3A7C67
(58,124,103)
#4B8774
(75,135,116)
#5C9281
(92,146,129)
#6D9D8E
(109,157,142)
#7EA89B
(126,168,155)
#8FB3A8
(143,179,168)
#A0BEB5
(160,190,181)
#B1C9C2
(177,201,194)
#C2D4CF
(194,212,207)
#D3DFDC
(211,223,220)
#E4EAE9
(228,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7C67 color. Also use rgb(58,124,103) instead hex code.

Text Font Color

.myTextColor { color: #3A7C67; }

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

This text font color is #3A7C67.


Background Color

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

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

This div background color is #3A7C67.


Border color

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

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

This div border color is #3A7C67.


Opacity

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

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

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

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

This text has shadow with #3A7C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A7C67 on black background.


Color preview on white background

This text has color #3A7C67 on white background.



Black color preview on #3A7C67 background

This text has black color on #3A7C67 background.


White color preview on #3A7C67 background

This text has white color on #3A7C67 background.