COLOR #43B013

HEX: #43B013
RGB: (67,176,19)

Color info

#43B013 contains mainly green color. Web safe color of #43B013 is #339900 (or #390).

RGB color model

#43B013 color RGB value is (67,176,19).

  • red value is 67;
  • green value is 176;
  • blue value is 19.
RGB:
(67,176,19)
(26%,69%,7%)

RGB channels and saturation

R 67 of 255 = 26%
G 176 of 255 = 69%
B 19 of 255 = 7%

67
176
19

R + G + B ~ 34%. #43B013 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 176 + 19 = 262 (100%)
R 67 of 262 ~ 25.57%
G 176 of 262 ~ 67.18%
B 19 of 262 ~ 7.25%

%25.57
%67.18

CMYK color model

#43B013 color CMYK value is (62,0,89,31).

  • cyan value is 61.93%
  • magenta value is 0.00%
  • yellow value is 89.20%
  • key color value is 30.98%
CMYK:
(62,0,89,31)
C62M0Y89K31 
(62%,0%,89%,31%)
(0.62/0.00/0.89/0.31)	

CMYK percentages

%61.93
%0
%89.2
%30.98

Codes

Color #43B013 in popluar color models

43B013
RGB6717619
HSL102°80.51%38.24%
HSB/HSV102°89.20%69.02%
CMYK61.93%0.00%89.20%
30.98%

Color #43B013 in popluar number systems.

HEX43B013
Decimal6717619
Binary10000111011000010011
Octal10326023

Shades and tints

Shades of #43B013

#43B013
(67,176,19)
#3DA012
(61,160,18)
#379011
(55,144,17)
#318010
(49,128,16)
#2B700F
(43,112,15)
#25600E
(37,96,14)
#1F500D
(31,80,13)
#19400C
(25,64,12)
#13300B
(19,48,11)
#0D200A
(13,32,10)
#071009
(7,16,9)
#000000
(0,0,0)

Tints of #43B013

#43B013
(67,176,19)
#54B728
(84,183,40)
#65BE3D
(101,190,61)
#76C552
(118,197,82)
#87CC67
(135,204,103)
#98D37C
(152,211,124)
#A9DA91
(169,218,145)
#BAE1A6
(186,225,166)
#CBE8BB
(203,232,187)
#DCEFD0
(220,239,208)
#EDF6E5
(237,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43B013 color. Also use rgb(67,176,19) instead hex code.

Text Font Color

.myTextColor { color: #43B013; }

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

This text font color is #43B013.


Background Color

.myBgColor { background-color: #43B013; }

<div style="background-color:#43B013">Inner text</div>

This div background color is #43B013.


Border color

.myBorderColor { border: 1px solid #43B013; }

<div style="border:3px solid #43B013">Div</div>

This div border color is #43B013.


Opacity

.myOpacity80 { color: #43B013; opacity: 0.8; }

<p style="color:#43B013;opacity:0.8;">80%</p>

Text with #43B013 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 #43B013;}

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

This text has shadow with #43B013 color.

.textShadow {text-shadow: 3px 3px 1px #43B013, 3px 3px 1px red;}

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

This text has shadow with #43B013 primary color and red secondary color.


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

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

This text has shadow with #43B013 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43B013 on black background.


Color preview on white background

This text has color #43B013 on white background.



Black color preview on #43B013 background

This text has black color on #43B013 background.


White color preview on #43B013 background

This text has white color on #43B013 background.