COLOR #43BD4F

HEX: #43BD4F
RGB: (67,189,79)

Color info

#43BD4F contains mainly green color. Web safe color of #43BD4F is #33CC66 (or #3C6).

RGB color model

#43BD4F color RGB value is (67,189,79).

  • red value is 67;
  • green value is 189;
  • blue value is 79.
RGB:
(67,189,79)
(26%,74%,31%)

RGB channels and saturation

R 67 of 255 = 26%
G 189 of 255 = 74%
B 79 of 255 = 31%

67
189
79

R + G + B ~ 44%. #43BD4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 189 + 79 = 335 (100%)
R 67 of 335 ~ 20%
G 189 of 335 ~ 56.42%
B 79 of 335 ~ 23.58%

%20
%56.42
%23.58

CMYK color model

#43BD4F color CMYK value is (65,0,58,26).

  • cyan value is 64.55%
  • magenta value is 0.00%
  • yellow value is 58.20%
  • key color value is 25.88%
CMYK:
(65,0,58,26)
C65M0Y58K26 
(65%,0%,58%,26%)
(0.65/0.00/0.58/0.26)	

CMYK percentages

%64.55
%0
%58.2
%25.88

Codes

Color #43BD4F in popluar color models

43BD4F
RGB6718979
HSL126°48.03%50.20%
HSB/HSV126°64.55%74.12%
CMYK64.55%0.00%58.20%
25.88%

Color #43BD4F in popluar number systems.

HEX43BD4F
Decimal6718979
Binary1000011101111011001111
Octal103275117

Shades and tints

Shades of #43BD4F

#43BD4F
(67,189,79)
#3DAC48
(61,172,72)
#379B41
(55,155,65)
#318A3A
(49,138,58)
#2B7933
(43,121,51)
#25682C
(37,104,44)
#1F5725
(31,87,37)
#19461E
(25,70,30)
#133517
(19,53,23)
#0D2410
(13,36,16)
#071309
(7,19,9)
#000000
(0,0,0)

Tints of #43BD4F

#43BD4F
(67,189,79)
#54C35F
(84,195,95)
#65C96F
(101,201,111)
#76CF7F
(118,207,127)
#87D58F
(135,213,143)
#98DB9F
(152,219,159)
#A9E1AF
(169,225,175)
#BAE7BF
(186,231,191)
#CBEDCF
(203,237,207)
#DCF3DF
(220,243,223)
#EDF9EF
(237,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43BD4F color. Also use rgb(67,189,79) instead hex code.

Text Font Color

.myTextColor { color: #43BD4F; }

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

This text font color is #43BD4F.


Background Color

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

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

This div background color is #43BD4F.


Border color

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

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

This div border color is #43BD4F.


Opacity

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

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

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

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

This text has shadow with #43BD4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43BD4F on black background.


Color preview on white background

This text has color #43BD4F on white background.



Black color preview on #43BD4F background

This text has black color on #43BD4F background.


White color preview on #43BD4F background

This text has white color on #43BD4F background.