COLOR #1C7739

HEX: #1C7739 RGB: (28,119,57)

Color info

#1C7739 contains mainly green color. Web safe color of #1C7739 is #336633 (or #363).

RGB color model

#1C7739 color RGB value is (28,119,57).

RGB: (28,119,57) (11%, 47%, 22%)

RGB channels and saturation

R 28 of 255 = 11%
G 119 of 255 = 47%
B 57 of 255 = 22%

28
119
57

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

Portions of RGB colors in percentages

R + G + B = 28 + 119 + 57 = 204 (100%)
R 28 of 204 ~ 13.73%
G 119 of 204 ~ 58.33%
B 57 of 204 ~ 27.94'%

%13.73
%58.33
%27.94

CMYK color model

#1C7739 color CMYK value is (76,0,52,53).

  • cyan value is 76.47%
  • magenta value is 0.00%
  • yellow value is 52.10%
  • key color value is 53.33%

CMYK: (76,0,52,53)
C76M0Y52K53 (76%, 0%, 52%, 53%)
(0.76 / 0.00 / 0.52 / 0.53)

CMYK percentages

%76.47
%0
%52.1
%53.33

Codes

Color #1C7739 in popluar color models

1C 77 39
RGB 28 119 57
HSL 139° 61.90% 28.82%
HSB/HSV 139° 76.47% 46.67%
CMYK 76.47% 0.00% 52.10%
53.33%

Color #1C7739 in popluar number systems.

HEX 1C 77 39
Decimal 28 119 57
Binary 11100 1110111 111001
Octal 34 167 71

Shades and tints

Shades of #1C7739

#1C7739
(28,119,57)
#1A6D34
(26,109,52)
#18632F
(24,99,47)
#16592A
(22,89,42)
#144F25
(20,79,37)
#124520
(18,69,32)
#103B1B
(16,59,27)
#0E3116
(14,49,22)
#0C2711
(12,39,17)
#0A1D0C
(10,29,12)
#081307
(8,19,7)
#000000
(0,0,0)

Tints of #1C7739

#1C7739
(28,119,57)
#30834B
(48,131,75)
#448F5D
(68,143,93)
#589B6F
(88,155,111)
#6CA781
(108,167,129)
#80B393
(128,179,147)
#94BFA5
(148,191,165)
#A8CBB7
(168,203,183)
#BCD7C9
(188,215,201)
#D0E3DB
(208,227,219)
#E4EFED
(228,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C7739; }

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

This text font color is #1C7739.

Background Color

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

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

This div background color is #1C7739.

Border color

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

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

This div border color is #1C7739.

Opacity

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

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

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

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

This text has shadow with #1C7739 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C7739.

Preview

Color preview on black background

This text has color #1C7739 on black background.


Color preview on white background

This text has color #1C7739 on white background.


Black color preview on #1C7739 background

This text has black color on #1C7739 background.


White color preview on #1C7739 background

This text has white color on #1C7739 background.


Related colors

Complementary color

Complementary color for #hex is #E388C6.


I love getcolorcode.com

Triadic colors

1 #391C77 and #77391C with #1C7739 are triadic colors.

2 #39771C and #771C39 with #1C7739 are triadic colors.