COLOR #3A7A83

HEX: #3A7A83 RGB: (58,122,131)

Color info

#3A7A83 contains mainly green and blue colors. Web safe color of #3A7A83 is #336699 (or #369).

RGB color model

#3A7A83 color RGB value is (58,122,131).

RGB: (58,122,131) (23%, 48%, 51%)

RGB channels and saturation

R 58 of 255 = 23%
G 122 of 255 = 48%
B 131 of 255 = 51%

58
122
131

R + G + B ~ 41%. #3A7A83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 58 + 122 + 131 = 311 (100%)
R 58 of 311 ~ 18.65%
G 122 of 311 ~ 39.23%
B 131 of 311 ~ 42.12'%

%18.65
%39.23
%42.12

CMYK color model

#3A7A83 color CMYK value is (56,7,0,49).

  • cyan value is 55.73%
  • magenta value is 6.87%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (56,7,0,49)
C56M7Y0K49 (56%, 7%, 0%, 49%)
(0.56 / 0.07 / 0.00 / 0.49)

CMYK percentages

%55.73
%6.87
%0
%48.63

Codes

Color #3A7A83 in popluar color models

3A 7A 83
RGB 58 122 131
HSL 187° 38.62% 37.06%
HSB/HSV 187° 55.73% 51.37%
CMYK 55.73% 6.87% 0.00%
48.63%

Color #3A7A83 in popluar number systems.

HEX 3A 7A 83
Decimal 58 122 131
Binary 111010 1111010 10000011
Octal 72 172 203

Shades and tints

Shades of #3A7A83

#3A7A83
(58,122,131)
#356F78
(53,111,120)
#30646D
(48,100,109)
#2B5962
(43,89,98)
#264E57
(38,78,87)
#21434C
(33,67,76)
#1C3841
(28,56,65)
#172D36
(23,45,54)
#12222B
(18,34,43)
#0D1720
(13,23,32)
#080C15
(8,12,21)
#000000
(0,0,0)

Tints of #3A7A83

#3A7A83
(58,122,131)
#4B868E
(75,134,142)
#5C9299
(92,146,153)
#6D9EA4
(109,158,164)
#7EAAAF
(126,170,175)
#8FB6BA
(143,182,186)
#A0C2C5
(160,194,197)
#B1CED0
(177,206,208)
#C2DADB
(194,218,219)
#D3E6E6
(211,230,230)
#E4F2F1
(228,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A7A83 color. Also use rgb(58,122,131) instead hex code.

Text Font Color

.myTextColor { color: #3A7A83; }

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

This text font color is #3A7A83.

Background Color

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

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

This div background color is #3A7A83.

Border color

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

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

This div border color is #3A7A83.

Opacity

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

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

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

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

This text has shadow with #3A7A83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A7A83.

Preview

Color preview on black background

This text has color #3A7A83 on black background.


Color preview on white background

This text has color #3A7A83 on white background.


Black color preview on #3A7A83 background

This text has black color on #3A7A83 background.


White color preview on #3A7A83 background

This text has white color on #3A7A83 background.


Related colors

Complementary color

Complementary color for #hex is #C5857C.


I love getcolorcode.com

Triadic colors

1 #833A7A and #7A833A with #3A7A83 are triadic colors.

2 #837A3A and #7A3A83 with #3A7A83 are triadic colors.