COLOR #1C6653

HEX: #1C6653 RGB: (28,102,83)

Color info

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

RGB color model

#1C6653 color RGB value is (28,102,83).

RGB: (28,102,83) (11%, 40%, 33%)

RGB channels and saturation

R 28 of 255 = 11%
G 102 of 255 = 40%
B 83 of 255 = 33%

28
102
83

R + G + B ~ 28%. #1C6653 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 102 + 83 = 213 (100%)
R 28 of 213 ~ 13.15%
G 102 of 213 ~ 47.89%
B 83 of 213 ~ 38.97'%

%13.15
%47.89
%38.97

CMYK color model

#1C6653 color CMYK value is (73,0,19,60).

  • cyan value is 72.55%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 60.00%

CMYK: (73,0,19,60)
C73M0Y19K60 (73%, 0%, 19%, 60%)
(0.73 / 0.00 / 0.19 / 0.60)

CMYK percentages

%72.55
%0
%18.63
%60

Codes

Color #1C6653 in popluar color models

1C 66 53
RGB 28 102 83
HSL 165° 56.92% 25.49%
HSB/HSV 165° 72.55% 40.00%
CMYK 72.55% 0.00% 18.63%
60.00%

Color #1C6653 in popluar number systems.

HEX 1C 66 53
Decimal 28 102 83
Binary 11100 1100110 1010011
Octal 34 146 123

Shades and tints

Shades of #1C6653

#1C6653
(28,102,83)
#1A5D4C
(26,93,76)
#185445
(24,84,69)
#164B3E
(22,75,62)
#144237
(20,66,55)
#123930
(18,57,48)
#103029
(16,48,41)
#0E2722
(14,39,34)
#0C1E1B
(12,30,27)
#0A1514
(10,21,20)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #1C6653

#1C6653
(28,102,83)
#307362
(48,115,98)
#448071
(68,128,113)
#588D80
(88,141,128)
#6C9A8F
(108,154,143)
#80A79E
(128,167,158)
#94B4AD
(148,180,173)
#A8C1BC
(168,193,188)
#BCCECB
(188,206,203)
#D0DBDA
(208,219,218)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C6653; }

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

This text font color is #1C6653.

Background Color

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

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

This div background color is #1C6653.

Border color

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

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

This div border color is #1C6653.

Opacity

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

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

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

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

This text has shadow with #1C6653 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C6653.

Preview

Color preview on black background

This text has color #1C6653 on black background.


Color preview on white background

This text has color #1C6653 on white background.


Black color preview on #1C6653 background

This text has black color on #1C6653 background.


White color preview on #1C6653 background

This text has white color on #1C6653 background.


Related colors

Complementary color

Complementary color for #hex is #E399AC.


I love getcolorcode.com

Triadic colors

1 #531C66 and #66531C with #1C6653 are triadic colors.

2 #53661C and #661C53 with #1C6653 are triadic colors.