COLOR #14783F

HEX: #14783F RGB: (20,120,63)

Color info

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

RGB color model

#14783F color RGB value is (20,120,63).

RGB: (20,120,63) (8%, 47%, 25%)

RGB channels and saturation

R 20 of 255 = 8%
G 120 of 255 = 47%
B 63 of 255 = 25%

20
120
63

R + G + B ~ 27%. #14783F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 20 + 120 + 63 = 203 (100%)
R 20 of 203 ~ 9.85%
G 120 of 203 ~ 59.11%
B 63 of 203 ~ 31.03'%

%9.85
%59.11
%31.03

CMYK color model

#14783F color CMYK value is (83,0,48,53).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 47.50%
  • key color value is 52.94%
CMYK: (83,0,48,53) C83M0Y48K53 (83%,0%,48%,53%) (0.83/0.00/0.48/0.53) 

CMYK percentages

%83.33
%0
%47.5
%52.94

Codes

Color #14783F in popluar color models

14 78 3F
RGB 20 120 63
HSL 146° 71.43% 27.45%
HSB/HSV 146° 83.33% 47.06%
CMYK 83.33% 0.00% 47.50%
52.94%

Color #14783F in popluar number systems.

HEX 14 78 3F
Decimal 20 120 63
Binary 10100 1111000 111111
Octal 24 170 77

Shades and tints

Shades of #14783F

#14783F
(20,120,63)
#136E3A
(19,110,58)
#126435
(18,100,53)
#115A30
(17,90,48)
#10502B
(16,80,43)
#0F4626
(15,70,38)
#0E3C21
(14,60,33)
#0D321C
(13,50,28)
#0C2817
(12,40,23)
#0B1E12
(11,30,18)
#0A140D
(10,20,13)
#000000
(0,0,0)

Tints of #14783F

#14783F
(20,120,63)
#298450
(41,132,80)
#3E9061
(62,144,97)
#539C72
(83,156,114)
#68A883
(104,168,131)
#7DB494
(125,180,148)
#92C0A5
(146,192,165)
#A7CCB6
(167,204,182)
#BCD8C7
(188,216,199)
#D1E4D8
(209,228,216)
#E6F0E9
(230,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #14783F color. Also use rgb(20,120,63) instead hex code.

Text Font Color

.myTextColor { color: #14783F; }

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

This text font color is #14783F.

Background Color

.myBgColor { background-color: #14783F; }

<div style="background-color:#14783F">Inner text</div>

This div background color is #14783F.

Border color

.myBorderColor { border: 1px solid #14783F; }

<div style="border:3px solid #14783F">Div</div>

This div border color is #14783F.

Opacity

.myOpacity80 { color: #14783F; opacity: 0.8; }

<p style="color:#14783F;opacity:0.8;">80%</p>

Text with #14783F 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 #14783F;}

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

This text has shadow with #14783F color.


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

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

This text has shadow with #14783F primary color and red secondary color.


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

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

This text has shadow with #14783F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #14783F.

Preview

Color preview on black background

This text has color #14783F on black background.


Color preview on white background

This text has color #14783F on white background.


Black color preview on #14783F background

This text has black color on #14783F background.


White color preview on #14783F background

This text has white color on #14783F background.


Related colors

Complementary color

Complementary color for #hex is #EB87C0.


I love getcolorcode.com

Triadic colors

1 #3F1478 and #783F14 with #14783F are triadic colors.

2 #3F7814 and #78143F with #14783F are triadic colors.