COLOR #12784B

HEX: #12784B
RGB: (18,120,75)

Color info

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

RGB color model

#12784B color RGB value is (18,120,75).

  • red value is 18;
  • green value is 120;
  • blue value is 75.
RGB:
(18,120,75)
(7%,47%,29%)

RGB channels and saturation

R 18 of 255 = 7%
G 120 of 255 = 47%
B 75 of 255 = 29%

18
120
75

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

Portions of RGB colors in percentages

R + G + B =
18 + 120 + 75 = 213 (100%)
R 18 of 213 ~ 8.45%
G 120 of 213 ~ 56.34%
B 75 of 213 ~ 35.21%

%56.34
%35.21

CMYK color model

#12784B color CMYK value is (85,0,38,53).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 52.94%
CMYK:
(85,0,38,53)
C85M0Y38K53 
(85%,0%,38%,53%)
(0.85/0.00/0.38/0.53)	

CMYK percentages

%85
%0
%37.5
%52.94

Codes

Color #12784B in popluar color models

12784B
RGB1812075
HSL154°73.91%27.06%
HSB/HSV154°85.00%47.06%
CMYK85.00%0.00%37.50%
52.94%

Color #12784B in popluar number systems.

HEX12784B
Decimal1812075
Binary1001011110001001011
Octal22170113

Shades and tints

Shades of #12784B

#12784B
(18,120,75)
#116E45
(17,110,69)
#10643F
(16,100,63)
#0F5A39
(15,90,57)
#0E5033
(14,80,51)
#0D462D
(13,70,45)
#0C3C27
(12,60,39)
#0B3221
(11,50,33)
#0A281B
(10,40,27)
#091E15
(9,30,21)
#08140F
(8,20,15)
#000000
(0,0,0)

Tints of #12784B

#12784B
(18,120,75)
#27845B
(39,132,91)
#3C906B
(60,144,107)
#519C7B
(81,156,123)
#66A88B
(102,168,139)
#7BB49B
(123,180,155)
#90C0AB
(144,192,171)
#A5CCBB
(165,204,187)
#BAD8CB
(186,216,203)
#CFE4DB
(207,228,219)
#E4F0EB
(228,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #12784B color. Also use rgb(18,120,75) instead hex code.

Text Font Color

.myTextColor { color: #12784B; }

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

This text font color is #12784B.


Background Color

.myBgColor { background-color: #12784B; }

<div style="background-color:#12784B">Inner text</div>

This div background color is #12784B.


Border color

.myBorderColor { border: 1px solid #12784B; }

<div style="border:3px solid #12784B">Div</div>

This div border color is #12784B.


Opacity

.myOpacity80 { color: #12784B; opacity: 0.8; }

<p style="color:#12784B;opacity:0.8;">80%</p>

Text with #12784B 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 #12784B;}

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

This text has shadow with #12784B color.

.textShadow {text-shadow: 3px 3px 1px #12784B, 3px 3px 1px red;}

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

This text has shadow with #12784B primary color and red secondary color.


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

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

This text has shadow with #12784B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #12784B on black background.


Color preview on white background

This text has color #12784B on white background.



Black color preview on #12784B background

This text has black color on #12784B background.


White color preview on #12784B background

This text has white color on #12784B background.