COLOR #1C760C

HEX: #1C760C RGB: (28,118,12)

Color info

#1C760C contains mainly green color. Web safe color of #1C760C is #336600 (or #360).

RGB color model

#1C760C color RGB value is (28,118,12).

RGB: (28,118,12) (11%, 46%, 5%)

RGB channels and saturation

R 28 of 255 = 11%
G 118 of 255 = 46%
B 12 of 255 = 5%

28
118
12

R + G + B ~ 21%. #1C760C is dark color.

Portions of RGB colors in percentages

R + G + B = 28 + 118 + 12 = 158 (100%)
R 28 of 158 ~ 17.72%
G 118 of 158 ~ 74.68%
B 12 of 158 ~ 7.59'%

%17.72
%74.68

CMYK color model

#1C760C color CMYK value is (76,0,90,54).

  • cyan value is 76.27%
  • magenta value is 0.00%
  • yellow value is 89.83%
  • key color value is 53.73%

CMYK: (76,0,90,54)
C76M0Y90K54 (76%, 0%, 90%, 54%)
(0.76 / 0.00 / 0.90 / 0.54)

CMYK percentages

%76.27
%0
%89.83
%53.73

Codes

Color #1C760C in popluar color models

1C 76 0C
RGB 28 118 12
HSL 111° 81.54% 25.49%
HSB/HSV 111° 89.83% 46.27%
CMYK 76.27% 0.00% 89.83%
53.73%

Color #1C760C in popluar number systems.

HEX 1C 76 0C
Decimal 28 118 12
Binary 11100 1110110 1100
Octal 34 166 14

Shades and tints

Shades of #1C760C

#1C760C
(28,118,12)
#1A6C0B
(26,108,11)
#18620A
(24,98,10)
#165809
(22,88,9)
#144E08
(20,78,8)
#124407
(18,68,7)
#103A06
(16,58,6)
#0E3005
(14,48,5)
#0C2604
(12,38,4)
#0A1C03
(10,28,3)
#081202
(8,18,2)
#000000
(0,0,0)

Tints of #1C760C

#1C760C
(28,118,12)
#308222
(48,130,34)
#448E38
(68,142,56)
#589A4E
(88,154,78)
#6CA664
(108,166,100)
#80B27A
(128,178,122)
#94BE90
(148,190,144)
#A8CAA6
(168,202,166)
#BCD6BC
(188,214,188)
#D0E2D2
(208,226,210)
#E4EEE8
(228,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1C760C; }

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

This text font color is #1C760C.

Background Color

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

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

This div background color is #1C760C.

Border color

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

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

This div border color is #1C760C.

Opacity

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

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

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

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

This text has shadow with #1C760C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1C760C.

Preview

Color preview on black background

This text has color #1C760C on black background.


Color preview on white background

This text has color #1C760C on white background.


Black color preview on #1C760C background

This text has black color on #1C760C background.


White color preview on #1C760C background

This text has white color on #1C760C background.


Related colors

Complementary color

Complementary color for #hex is #E389F3.


I love getcolorcode.com

Triadic colors

1 #0C1C76 and #760C1C with #1C760C are triadic colors.

2 #0C761C and #761C0C with #1C760C are triadic colors.