COLOR #3A6A68

HEX: #3A6A68
RGB: (58,106,104)

Color info

#3A6A68 contains red, green and blue colors in about the same proportion. Web safe color of #3A6A68 is #336666 (or #366).

RGB color model

#3A6A68 color RGB value is (58,106,104).

  • red value is 58;
  • green value is 106;
  • blue value is 104.
RGB:
(58,106,104)
(23%,42%,41%)

RGB channels and saturation

R 58 of 255 = 23%
G 106 of 255 = 42%
B 104 of 255 = 41%

58
106
104

R + G + B ~ 35%. #3A6A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 106 + 104 = 268 (100%)
R 58 of 268 ~ 21.64%
G 106 of 268 ~ 39.55%
B 104 of 268 ~ 38.81%

%21.64
%39.55
%38.81

CMYK color model

#3A6A68 color CMYK value is (45,0,2,58).

  • cyan value is 45.28%
  • magenta value is 0.00%
  • yellow value is 1.89%
  • key color value is 58.43%
CMYK:
(45,0,2,58)
C45M0Y2K58 
(45%,0%,2%,58%)
(0.45/0.00/0.02/0.58)	

CMYK percentages

%45.28
%0
%1.89
%58.43

Codes

Color #3A6A68 in popluar color models

3A6A68
RGB58106104
HSL178°29.27%32.16%
HSB/HSV178°45.28%41.57%
CMYK45.28%0.00%1.89%
58.43%

Color #3A6A68 in popluar number systems.

HEX3A6A68
Decimal58106104
Binary11101011010101101000
Octal72152150

Shades and tints

Shades of #3A6A68

#3A6A68
(58,106,104)
#35615F
(53,97,95)
#305856
(48,88,86)
#2B4F4D
(43,79,77)
#264644
(38,70,68)
#213D3B
(33,61,59)
#1C3432
(28,52,50)
#172B29
(23,43,41)
#122220
(18,34,32)
#0D1917
(13,25,23)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #3A6A68

#3A6A68
(58,106,104)
#4B7775
(75,119,117)
#5C8482
(92,132,130)
#6D918F
(109,145,143)
#7E9E9C
(126,158,156)
#8FABA9
(143,171,169)
#A0B8B6
(160,184,182)
#B1C5C3
(177,197,195)
#C2D2D0
(194,210,208)
#D3DFDD
(211,223,221)
#E4ECEA
(228,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6A68 color. Also use rgb(58,106,104) instead hex code.

Text Font Color

.myTextColor { color: #3A6A68; }

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

This text font color is #3A6A68.


Background Color

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

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

This div background color is #3A6A68.


Border color

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

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

This div border color is #3A6A68.


Opacity

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

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

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

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

This text has shadow with #3A6A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6A68 on black background.


Color preview on white background

This text has color #3A6A68 on white background.



Black color preview on #3A6A68 background

This text has black color on #3A6A68 background.


White color preview on #3A6A68 background

This text has white color on #3A6A68 background.