COLOR #11763C

HEX: #11763C
RGB: (17,118,60)

Color info

#11763C contains mainly green and blue colors. Web safe color of #11763C is #006633 (or #063).

RGB color model

#11763C color RGB value is (17,118,60).

  • red value is 17;
  • green value is 118;
  • blue value is 60.
RGB:
(17,118,60)
(7%,46%,24%)

RGB channels and saturation

R 17 of 255 = 7%
G 118 of 255 = 46%
B 60 of 255 = 24%

17
118
60

R + G + B ~ 26%. #11763C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
17 + 118 + 60 = 195 (100%)
R 17 of 195 ~ 8.72%
G 118 of 195 ~ 60.51%
B 60 of 195 ~ 30.77%

%60.51
%30.77

CMYK color model

#11763C color CMYK value is (86,0,49,54).

  • cyan value is 85.59%
  • magenta value is 0.00%
  • yellow value is 49.15%
  • key color value is 53.73%
CMYK:
(86,0,49,54)
C86M0Y49K54 
(86%,0%,49%,54%)
(0.86/0.00/0.49/0.54)	

CMYK percentages

%85.59
%0
%49.15
%53.73

Codes

Color #11763C in popluar color models

11763C
RGB1711860
HSL146°74.81%26.47%
HSB/HSV146°85.59%46.27%
CMYK85.59%0.00%49.15%
53.73%

Color #11763C in popluar number systems.

HEX11763C
Decimal1711860
Binary100011110110111100
Octal2116674

Shades and tints

Shades of #11763C

#11763C
(17,118,60)
#106C37
(16,108,55)
#0F6232
(15,98,50)
#0E582D
(14,88,45)
#0D4E28
(13,78,40)
#0C4423
(12,68,35)
#0B3A1E
(11,58,30)
#0A3019
(10,48,25)
#092614
(9,38,20)
#081C0F
(8,28,15)
#07120A
(7,18,10)
#000000
(0,0,0)

Tints of #11763C

#11763C
(17,118,60)
#26824D
(38,130,77)
#3B8E5E
(59,142,94)
#509A6F
(80,154,111)
#65A680
(101,166,128)
#7AB291
(122,178,145)
#8FBEA2
(143,190,162)
#A4CAB3
(164,202,179)
#B9D6C4
(185,214,196)
#CEE2D5
(206,226,213)
#E3EEE6
(227,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11763C color. Also use rgb(17,118,60) instead hex code.

Text Font Color

.myTextColor { color: #11763C; }

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

This text font color is #11763C.


Background Color

.myBgColor { background-color: #11763C; }

<div style="background-color:#11763C">Inner text</div>

This div background color is #11763C.


Border color

.myBorderColor { border: 1px solid #11763C; }

<div style="border:3px solid #11763C">Div</div>

This div border color is #11763C.


Opacity

.myOpacity80 { color: #11763C; opacity: 0.8; }

<p style="color:#11763C;opacity:0.8;">80%</p>

Text with #11763C 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 #11763C;}

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

This text has shadow with #11763C color.

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

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

This text has shadow with #11763C primary color and red secondary color.


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

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

This text has shadow with #11763C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11763C on black background.


Color preview on white background

This text has color #11763C on white background.



Black color preview on #11763C background

This text has black color on #11763C background.


White color preview on #11763C background

This text has white color on #11763C background.