COLOR #1C6363

HEX: #1C6363
RGB: (28,99,99)

Color info

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

RGB color model

#1C6363 color RGB value is (28,99,99).

  • red value is 28;
  • green value is 99;
  • blue value is 99.
RGB:
(28,99,99)
(11%,39%,39%)

RGB channels and saturation

R 28 of 255 = 11%
G 99 of 255 = 39%
B 99 of 255 = 39%

28
99
99

R + G + B ~ 30%. #1C6363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
28 + 99 + 99 = 226 (100%)
R 28 of 226 ~ 12.39%
G 99 of 226 ~ 43.81%
B 99 of 226 ~ 43.81%

%12.39
%43.81
%43.81

CMYK color model

#1C6363 color CMYK value is (72,0,0,61).

  • cyan value is 71.72%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(72,0,0,61)
C72M0Y0K61 
(72%,0%,0%,61%)
(0.72/0.00/0.00/0.61)	

CMYK percentages

%71.72
%0
%0
%61.18

Codes

Color #1C6363 in popluar color models

1C6363
RGB289999
HSL180°55.91%24.90%
HSB/HSV180°71.72%38.82%
CMYK71.72%0.00%0.00%
61.18%

Color #1C6363 in popluar number systems.

HEX1C6363
Decimal289999
Binary1110011000111100011
Octal34143143

Shades and tints

Shades of #1C6363

#1C6363
(28,99,99)
#1A5A5A
(26,90,90)
#185151
(24,81,81)
#164848
(22,72,72)
#143F3F
(20,63,63)
#123636
(18,54,54)
#102D2D
(16,45,45)
#0E2424
(14,36,36)
#0C1B1B
(12,27,27)
#0A1212
(10,18,18)
#080909
(8,9,9)
#000000
(0,0,0)

Tints of #1C6363

#1C6363
(28,99,99)
#307171
(48,113,113)
#447F7F
(68,127,127)
#588D8D
(88,141,141)
#6C9B9B
(108,155,155)
#80A9A9
(128,169,169)
#94B7B7
(148,183,183)
#A8C5C5
(168,197,197)
#BCD3D3
(188,211,211)
#D0E1E1
(208,225,225)
#E4EFEF
(228,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C6363 color. Also use rgb(28,99,99) instead hex code.

Text Font Color

.myTextColor { color: #1C6363; }

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

This text font color is #1C6363.


Background Color

.myBgColor { background-color: #1C6363; }

<div style="background-color:#1C6363">Inner text</div>

This div background color is #1C6363.


Border color

.myBorderColor { border: 1px solid #1C6363; }

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

This div border color is #1C6363.


Opacity

.myOpacity80 { color: #1C6363; opacity: 0.8; }

<p style="color:#1C6363;opacity:0.8;">80%</p>

Text with #1C6363 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 #1C6363;}

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

This text has shadow with #1C6363 color.

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

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

This text has shadow with #1C6363 primary color and red secondary color.


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

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

This text has shadow with #1C6363 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C6363 on black background.


Color preview on white background

This text has color #1C6363 on white background.



Black color preview on #1C6363 background

This text has black color on #1C6363 background.


White color preview on #1C6363 background

This text has white color on #1C6363 background.