COLOR #4C83A3

HEX: #4C83A3 RGB: (76,131,163)

Color info

#4C83A3 contains mainly green and blue colors. Web safe color of #4C83A3 is #339999 (or #399).

RGB color model

#4C83A3 color RGB value is (76,131,163).

RGB: (76,131,163) (30%, 51%, 64%)

RGB channels and saturation

R 76 of 255 = 30%
G 131 of 255 = 51%
B 163 of 255 = 64%

76
131
163

R + G + B ~ 48%. #4C83A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 76 + 131 + 163 = 370 (100%)
R 76 of 370 ~ 20.54%
G 131 of 370 ~ 35.41%
B 163 of 370 ~ 44.05'%

%20.54
%35.41
%44.05

CMYK color model

#4C83A3 color CMYK value is (53,20,0,36).

  • cyan value is 53.37%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (53,20,0,36)
C53M20Y0K36 (53%, 20%, 0%, 36%)
(0.53 / 0.20 / 0.00 / 0.36)

CMYK percentages

%53.37
%19.63
%0
%36.08

Codes

Color #4C83A3 in popluar color models

4C 83 A3
RGB 76 131 163
HSL 202° 36.40% 46.86%
HSB/HSV 202° 53.37% 63.92%
CMYK 53.37% 19.63% 0.00%
36.08%

Color #4C83A3 in popluar number systems.

HEX 4C 83 A3
Decimal 76 131 163
Binary 1001100 10000011 10100011
Octal 114 203 243

Shades and tints

Shades of #4C83A3

#4C83A3
(76,131,163)
#467895
(70,120,149)
#406D87
(64,109,135)
#3A6279
(58,98,121)
#34576B
(52,87,107)
#2E4C5D
(46,76,93)
#28414F
(40,65,79)
#223641
(34,54,65)
#1C2B33
(28,43,51)
#162025
(22,32,37)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #4C83A3

#4C83A3
(76,131,163)
#5C8EAB
(92,142,171)
#6C99B3
(108,153,179)
#7CA4BB
(124,164,187)
#8CAFC3
(140,175,195)
#9CBACB
(156,186,203)
#ACC5D3
(172,197,211)
#BCD0DB
(188,208,219)
#CCDBE3
(204,219,227)
#DCE6EB
(220,230,235)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C83A3 color. Also use rgb(76,131,163) instead hex code.

Text Font Color

.myTextColor { color: #4C83A3; }

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

This text font color is #4C83A3.

Background Color

.myBgColor { background-color: #4C83A3; }

<div style="background-color:#4C83A3">Inner text</div>

This div background color is #4C83A3.

Border color

.myBorderColor { border: 1px solid #4C83A3; }

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

This div border color is #4C83A3.

Opacity

.myOpacity80 { color: #4C83A3; opacity: 0.8; }

<p style="color:#4C83A3;opacity:0.8;">80%</p>

Text with #4C83A3 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 #4C83A3;}

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

This text has shadow with #4C83A3 color.


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

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

This text has shadow with #4C83A3 primary color and red secondary color.


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

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

This text has shadow with #4C83A3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4C83A3.

Preview

Color preview on black background

This text has color #4C83A3 on black background.


Color preview on white background

This text has color #4C83A3 on white background.


Black color preview on #4C83A3 background

This text has black color on #4C83A3 background.


White color preview on #4C83A3 background

This text has white color on #4C83A3 background.


Related colors

Complementary color

Complementary color for #hex is #B37C5C.


I love getcolorcode.com

Triadic colors

1 #A34C83 and #83A34C with #4C83A3 are triadic colors.

2 #A3834C and #834CA3 with #4C83A3 are triadic colors.