COLOR #3A6E75

HEX: #3A6E75 RGB: (58,110,117)

Color info

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

RGB color model

#3A6E75 color RGB value is (58,110,117).

RGB: (58,110,117) (23%, 43%, 46%)

RGB channels and saturation

R 58 of 255 = 23%
G 110 of 255 = 43%
B 117 of 255 = 46%

58
110
117

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

Portions of RGB colors in percentages

R + G + B = 58 + 110 + 117 = 285 (100%)
R 58 of 285 ~ 20.35%
G 110 of 285 ~ 38.6%
B 117 of 285 ~ 41.05'%

%20.35
%38.6
%41.05

CMYK color model

#3A6E75 color CMYK value is (50,6,0,54).

  • cyan value is 50.43%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (50,6,0,54)
C50M6Y0K54 (50%, 6%, 0%, 54%)
(0.50 / 0.06 / 0.00 / 0.54)

CMYK percentages

%50.43
%5.98
%0
%54.12

Codes

Color #3A6E75 in popluar color models

3A 6E 75
RGB 58 110 117
HSL 187° 33.71% 34.31%
HSB/HSV 187° 50.43% 45.88%
CMYK 50.43% 5.98% 0.00%
54.12%

Color #3A6E75 in popluar number systems.

HEX 3A 6E 75
Decimal 58 110 117
Binary 111010 1101110 1110101
Octal 72 156 165

Shades and tints

Shades of #3A6E75

#3A6E75
(58,110,117)
#35646B
(53,100,107)
#305A61
(48,90,97)
#2B5057
(43,80,87)
#26464D
(38,70,77)
#213C43
(33,60,67)
#1C3239
(28,50,57)
#17282F
(23,40,47)
#121E25
(18,30,37)
#0D141B
(13,20,27)
#080A11
(8,10,17)
#000000
(0,0,0)

Tints of #3A6E75

#3A6E75
(58,110,117)
#4B7B81
(75,123,129)
#5C888D
(92,136,141)
#6D9599
(109,149,153)
#7EA2A5
(126,162,165)
#8FAFB1
(143,175,177)
#A0BCBD
(160,188,189)
#B1C9C9
(177,201,201)
#C2D6D5
(194,214,213)
#D3E3E1
(211,227,225)
#E4F0ED
(228,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A6E75; }

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

This text font color is #3A6E75.

Background Color

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

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

This div background color is #3A6E75.

Border color

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

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

This div border color is #3A6E75.

Opacity

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

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

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

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

This text has shadow with #3A6E75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A6E75.

Preview

Color preview on black background

This text has color #3A6E75 on black background.


Color preview on white background

This text has color #3A6E75 on white background.


Black color preview on #3A6E75 background

This text has black color on #3A6E75 background.


White color preview on #3A6E75 background

This text has white color on #3A6E75 background.


Related colors

Complementary color

Complementary color for #hex is #C5918A.


I love getcolorcode.com

Triadic colors

1 #753A6E and #6E753A with #3A6E75 are triadic colors.

2 #756E3A and #6E3A75 with #3A6E75 are triadic colors.