COLOR #3A757C

HEX: #3A757C RGB: (58,117,124)

Color info

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

RGB color model

#3A757C color RGB value is (58,117,124).

RGB: (58,117,124) (23%, 46%, 49%)

RGB channels and saturation

R 58 of 255 = 23%
G 117 of 255 = 46%
B 124 of 255 = 49%

58
117
124

R + G + B ~ 39%. #3A757C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 117 + 124 = 299 (100%)
R 58 of 299 ~ 19.4%
G 117 of 299 ~ 39.13%
B 124 of 299 ~ 41.47'%

%19.4
%39.13
%41.47

CMYK color model

#3A757C color CMYK value is (53,6,0,51).

  • cyan value is 53.23%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (53,6,0,51) C53M6Y0K51 (53%,6%,0%,51%) (0.53/0.06/0.00/0.51) 

CMYK percentages

%53.23
%5.65
%0
%51.37

Codes

Color #3A757C in popluar color models

3A 75 7C
RGB 58 117 124
HSL 186° 36.26% 35.69%
HSB/HSV 186° 53.23% 48.63%
CMYK 53.23% 5.65% 0.00%
51.37%

Color #3A757C in popluar number systems.

HEX 3A 75 7C
Decimal 58 117 124
Binary 111010 1110101 1111100
Octal 72 165 174

Shades and tints

Shades of #3A757C

#3A757C
(58,117,124)
#356B71
(53,107,113)
#306166
(48,97,102)
#2B575B
(43,87,91)
#264D50
(38,77,80)
#214345
(33,67,69)
#1C393A
(28,57,58)
#172F2F
(23,47,47)
#122524
(18,37,36)
#0D1B19
(13,27,25)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #3A757C

#3A757C
(58,117,124)
#4B8187
(75,129,135)
#5C8D92
(92,141,146)
#6D999D
(109,153,157)
#7EA5A8
(126,165,168)
#8FB1B3
(143,177,179)
#A0BDBE
(160,189,190)
#B1C9C9
(177,201,201)
#C2D5D4
(194,213,212)
#D3E1DF
(211,225,223)
#E4EDEA
(228,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3A757C; }

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

This text font color is #3A757C.

Background Color

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

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

This div background color is #3A757C.

Border color

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

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

This div border color is #3A757C.

Opacity

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

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

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

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

This text has shadow with #3A757C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A757C.

Preview

Color preview on black background

This text has color #3A757C on black background.


Color preview on white background

This text has color #3A757C on white background.


Black color preview on #3A757C background

This text has black color on #3A757C background.


White color preview on #3A757C background

This text has white color on #3A757C background.


Related colors

Complementary color

Complementary color for #hex is #C58A83.


I love getcolorcode.com

Triadic colors

1 #7C3A75 and #757C3A with #3A757C are triadic colors.

2 #7C753A and #753A7C with #3A757C are triadic colors.