COLOR #1C664B

HEX: #1C664B RGB: (28,102,75)

Color info

#1C664B contains mainly green and blue colors. Web safe color of #1C664B is #336633 (or #363).

RGB color model

#1C664B color RGB value is (28,102,75).

RGB: (28,102,75) (11%, 40%, 29%)

RGB channels and saturation

R 28 of 255 = 11%
G 102 of 255 = 40%
B 75 of 255 = 29%

28
102
75

R + G + B ~ 27%. #1C664B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 102 + 75 = 205 (100%)
R 28 of 205 ~ 13.66%
G 102 of 205 ~ 49.76%
B 75 of 205 ~ 36.59'%

%13.66
%49.76
%36.59

CMYK color model

#1C664B color CMYK value is (73,0,26,60).

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

CMYK: (73,0,26,60)
C73M0Y26K60 (73%, 0%, 26%, 60%)
(0.73 / 0.00 / 0.26 / 0.60)

CMYK percentages

%72.55
%0
%26.47
%60

Codes

Color #1C664B in popluar color models

1C 66 4B
RGB 28 102 75
HSL 158° 56.92% 25.49%
HSB/HSV 158° 72.55% 40.00%
CMYK 72.55% 0.00% 26.47%
60.00%

Color #1C664B in popluar number systems.

HEX 1C 66 4B
Decimal 28 102 75
Binary 11100 1100110 1001011
Octal 34 146 113

Shades and tints

Shades of #1C664B

#1C664B
(28,102,75)
#1A5D45
(26,93,69)
#18543F
(24,84,63)
#164B39
(22,75,57)
#144233
(20,66,51)
#12392D
(18,57,45)
#103027
(16,48,39)
#0E2721
(14,39,33)
#0C1E1B
(12,30,27)
#0A1515
(10,21,21)
#080C0F
(8,12,15)
#000000
(0,0,0)

Tints of #1C664B

#1C664B
(28,102,75)
#30735B
(48,115,91)
#44806B
(68,128,107)
#588D7B
(88,141,123)
#6C9A8B
(108,154,139)
#80A79B
(128,167,155)
#94B4AB
(148,180,171)
#A8C1BB
(168,193,187)
#BCCECB
(188,206,203)
#D0DBDB
(208,219,219)
#E4E8EB
(228,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C664B; }

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

This text font color is #1C664B.

Background Color

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

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

This div background color is #1C664B.

Border color

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

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

This div border color is #1C664B.

Opacity

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

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

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

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

This text has shadow with #1C664B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C664B.

Preview

Color preview on black background

This text has color #1C664B on black background.


Color preview on white background

This text has color #1C664B on white background.


Black color preview on #1C664B background

This text has black color on #1C664B background.


White color preview on #1C664B background

This text has white color on #1C664B background.


Related colors

Complementary color

Complementary color for #hex is #E399B4.


I love getcolorcode.com

Triadic colors

1 #4B1C66 and #664B1C with #1C664B are triadic colors.

2 #4B661C and #661C4B with #1C664B are triadic colors.