COLOR #3A6C75

HEX: #3A6C75
RGB: (58,108,117)

Color info

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

RGB color model

#3A6C75 color RGB value is (58,108,117).

  • red value is 58;
  • green value is 108;
  • blue value is 117.
RGB:
(58,108,117)
(23%,42%,46%)

RGB channels and saturation

R 58 of 255 = 23%
G 108 of 255 = 42%
B 117 of 255 = 46%

58
108
117

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

Portions of RGB colors in percentages

R + G + B =
58 + 108 + 117 = 283 (100%)
R 58 of 283 ~ 20.49%
G 108 of 283 ~ 38.16%
B 117 of 283 ~ 41.34%

%20.49
%38.16
%41.34

CMYK color model

#3A6C75 color CMYK value is (50,8,0,54).

  • cyan value is 50.43%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(50,8,0,54)
C50M8Y0K54 
(50%,8%,0%,54%)
(0.50/0.08/0.00/0.54)	

CMYK percentages

%50.43
%7.69
%0
%54.12

Codes

Color #3A6C75 in popluar color models

3A6C75
RGB58108117
HSL189°33.71%34.31%
HSB/HSV189°50.43%45.88%
CMYK50.43%7.69%0.00%
54.12%

Color #3A6C75 in popluar number systems.

HEX3A6C75
Decimal58108117
Binary11101011011001110101
Octal72154165

Shades and tints

Shades of #3A6C75

#3A6C75
(58,108,117)
#35636B
(53,99,107)
#305A61
(48,90,97)
#2B5157
(43,81,87)
#26484D
(38,72,77)
#213F43
(33,63,67)
#1C3639
(28,54,57)
#172D2F
(23,45,47)
#122425
(18,36,37)
#0D1B1B
(13,27,27)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #3A6C75

#3A6C75
(58,108,117)
#4B7981
(75,121,129)
#5C868D
(92,134,141)
#6D9399
(109,147,153)
#7EA0A5
(126,160,165)
#8FADB1
(143,173,177)
#A0BABD
(160,186,189)
#B1C7C9
(177,199,201)
#C2D4D5
(194,212,213)
#D3E1E1
(211,225,225)
#E4EEED
(228,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A6C75 color. Also use rgb(58,108,117) instead hex code.

Text Font Color

.myTextColor { color: #3A6C75; }

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

This text font color is #3A6C75.


Background Color

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

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

This div background color is #3A6C75.


Border color

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

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

This div border color is #3A6C75.


Opacity

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

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

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

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

This text has shadow with #3A6C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A6C75 on black background.


Color preview on white background

This text has color #3A6C75 on white background.



Black color preview on #3A6C75 background

This text has black color on #3A6C75 background.


White color preview on #3A6C75 background

This text has white color on #3A6C75 background.