COLOR #5CB3B3

HEX: #5CB3B3
RGB: (92,179,179)

Color info

#5CB3B3 contains mainly green and blue colors. Web safe color of #5CB3B3 is #669999 (or #699).

RGB color model

#5CB3B3 color RGB value is (92,179,179).

  • red value is 92;
  • green value is 179;
  • blue value is 179.
RGB:
(92,179,179)
(36%,70%,70%)

RGB channels and saturation

R 92 of 255 = 36%
G 179 of 255 = 70%
B 179 of 255 = 70%

92
179
179

R + G + B ~ 59%. #5CB3B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 179 + 179 = 450 (100%)
R 92 of 450 ~ 20.44%
G 179 of 450 ~ 39.78%
B 179 of 450 ~ 39.78%

%20.44
%39.78
%39.78

CMYK color model

#5CB3B3 color CMYK value is (49,0,0,30).

  • cyan value is 48.60%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(49,0,0,30)
C49M0Y0K30 
(49%,0%,0%,30%)
(0.49/0.00/0.00/0.30)	

CMYK percentages

%48.6
%0
%0
%29.8

Codes

Color #5CB3B3 in popluar color models

5CB3B3
RGB92179179
HSL180°36.40%53.14%
HSB/HSV180°48.60%70.20%
CMYK48.60%0.00%0.00%
29.80%

Color #5CB3B3 in popluar number systems.

HEX5CB3B3
Decimal92179179
Binary10111001011001110110011
Octal134263263

Shades and tints

Shades of #5CB3B3

#5CB3B3
(92,179,179)
#54A3A3
(84,163,163)
#4C9393
(76,147,147)
#448383
(68,131,131)
#3C7373
(60,115,115)
#346363
(52,99,99)
#2C5353
(44,83,83)
#244343
(36,67,67)
#1C3333
(28,51,51)
#142323
(20,35,35)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #5CB3B3

#5CB3B3
(92,179,179)
#6AB9B9
(106,185,185)
#78BFBF
(120,191,191)
#86C5C5
(134,197,197)
#94CBCB
(148,203,203)
#A2D1D1
(162,209,209)
#B0D7D7
(176,215,215)
#BEDDDD
(190,221,221)
#CCE3E3
(204,227,227)
#DAE9E9
(218,233,233)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB3B3 color. Also use rgb(92,179,179) instead hex code.

Text Font Color

.myTextColor { color: #5CB3B3; }

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

This text font color is #5CB3B3.


Background Color

.myBgColor { background-color: #5CB3B3; }

<div style="background-color:#5CB3B3">Inner text</div>

This div background color is #5CB3B3.


Border color

.myBorderColor { border: 1px solid #5CB3B3; }

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

This div border color is #5CB3B3.


Opacity

.myOpacity80 { color: #5CB3B3; opacity: 0.8; }

<p style="color:#5CB3B3;opacity:0.8;">80%</p>

Text with #5CB3B3 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 #5CB3B3;}

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

This text has shadow with #5CB3B3 color.

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

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

This text has shadow with #5CB3B3 primary color and red secondary color.


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

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

This text has shadow with #5CB3B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB3B3 on black background.


Color preview on white background

This text has color #5CB3B3 on white background.



Black color preview on #5CB3B3 background

This text has black color on #5CB3B3 background.


White color preview on #5CB3B3 background

This text has white color on #5CB3B3 background.