COLOR #43B970

HEX: #43B970 RGB: (67,185,112)

Color info

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

RGB color model

#43B970 color RGB value is (67,185,112).

RGB: (67,185,112) (26%, 73%, 44%)

RGB channels and saturation

R 67 of 255 = 26%
G 185 of 255 = 73%
B 112 of 255 = 44%

67
185
112

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

Portions of RGB colors in percentages

R + G + B = 67 + 185 + 112 = 364 (100%)
R 67 of 364 ~ 18.41%
G 185 of 364 ~ 50.82%
B 112 of 364 ~ 30.77'%

%18.41
%50.82
%30.77

CMYK color model

#43B970 color CMYK value is (64,0,39,27).

  • cyan value is 63.78%
  • magenta value is 0.00%
  • yellow value is 39.46%
  • key color value is 27.45%

CMYK: (64,0,39,27)
C64M0Y39K27 (64%, 0%, 39%, 27%)
(0.64 / 0.00 / 0.39 / 0.27)

CMYK percentages

%63.78
%0
%39.46
%27.45

Codes

Color #43B970 in popluar color models

43 B9 70
RGB 67 185 112
HSL 143° 46.83% 49.41%
HSB/HSV 143° 63.78% 72.55%
CMYK 63.78% 0.00% 39.46%
27.45%

Color #43B970 in popluar number systems.

HEX 43 B9 70
Decimal 67 185 112
Binary 1000011 10111001 1110000
Octal 103 271 160

Shades and tints

Shades of #43B970

#43B970
(67,185,112)
#3DA966
(61,169,102)
#37995C
(55,153,92)
#318952
(49,137,82)
#2B7948
(43,121,72)
#25693E
(37,105,62)
#1F5934
(31,89,52)
#19492A
(25,73,42)
#133920
(19,57,32)
#0D2916
(13,41,22)
#07190C
(7,25,12)
#000000
(0,0,0)

Tints of #43B970

#43B970
(67,185,112)
#54BF7D
(84,191,125)
#65C58A
(101,197,138)
#76CB97
(118,203,151)
#87D1A4
(135,209,164)
#98D7B1
(152,215,177)
#A9DDBE
(169,221,190)
#BAE3CB
(186,227,203)
#CBE9D8
(203,233,216)
#DCEFE5
(220,239,229)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43B970 color. Also use rgb(67,185,112) instead hex code.

Text Font Color

.myTextColor { color: #43B970; }

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

This text font color is #43B970.

Background Color

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

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

This div background color is #43B970.

Border color

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

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

This div border color is #43B970.

Opacity

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

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

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

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

This text has shadow with #43B970 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #43B970.

Preview

Color preview on black background

This text has color #43B970 on black background.


Color preview on white background

This text has color #43B970 on white background.


Black color preview on #43B970 background

This text has black color on #43B970 background.


White color preview on #43B970 background

This text has white color on #43B970 background.


Related colors

Complementary color

Complementary color for #hex is #BC468F.


I love getcolorcode.com

Triadic colors

1 #7043B9 and #B97043 with #43B970 are triadic colors.

2 #70B943 and #B94370 with #43B970 are triadic colors.