COLOR #43AF6B

HEX: #43AF6B
RGB: (67,175,107)

Color info

#43AF6B contains mainly green color. Web safe color of #43AF6B is #339966 (or #396).

RGB color model

#43AF6B color RGB value is (67,175,107).

  • red value is 67;
  • green value is 175;
  • blue value is 107.
RGB:
(67,175,107)
(26%,69%,42%)

RGB channels and saturation

R 67 of 255 = 26%
G 175 of 255 = 69%
B 107 of 255 = 42%

67
175
107

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

Portions of RGB colors in percentages

R + G + B =
67 + 175 + 107 = 349 (100%)
R 67 of 349 ~ 19.2%
G 175 of 349 ~ 50.14%
B 107 of 349 ~ 30.66%

%19.2
%50.14
%30.66

CMYK color model

#43AF6B color CMYK value is (62,0,39,31).

  • cyan value is 61.71%
  • magenta value is 0.00%
  • yellow value is 38.86%
  • key color value is 31.37%
CMYK:
(62,0,39,31)
C62M0Y39K31 
(62%,0%,39%,31%)
(0.62/0.00/0.39/0.31)	

CMYK percentages

%61.71
%0
%38.86
%31.37

Codes

Color #43AF6B in popluar color models

43AF6B
RGB67175107
HSL142°44.63%47.45%
HSB/HSV142°61.71%68.63%
CMYK61.71%0.00%38.86%
31.37%

Color #43AF6B in popluar number systems.

HEX43AF6B
Decimal67175107
Binary1000011101011111101011
Octal103257153

Shades and tints

Shades of #43AF6B

#43AF6B
(67,175,107)
#3DA062
(61,160,98)
#379159
(55,145,89)
#318250
(49,130,80)
#2B7347
(43,115,71)
#25643E
(37,100,62)
#1F5535
(31,85,53)
#19462C
(25,70,44)
#133723
(19,55,35)
#0D281A
(13,40,26)
#071911
(7,25,17)
#000000
(0,0,0)

Tints of #43AF6B

#43AF6B
(67,175,107)
#54B678
(84,182,120)
#65BD85
(101,189,133)
#76C492
(118,196,146)
#87CB9F
(135,203,159)
#98D2AC
(152,210,172)
#A9D9B9
(169,217,185)
#BAE0C6
(186,224,198)
#CBE7D3
(203,231,211)
#DCEEE0
(220,238,224)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43AF6B color. Also use rgb(67,175,107) instead hex code.

Text Font Color

.myTextColor { color: #43AF6B; }

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

This text font color is #43AF6B.


Background Color

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

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

This div background color is #43AF6B.


Border color

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

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

This div border color is #43AF6B.


Opacity

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

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

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

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

This text has shadow with #43AF6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43AF6B on black background.


Color preview on white background

This text has color #43AF6B on white background.



Black color preview on #43AF6B background

This text has black color on #43AF6B background.


White color preview on #43AF6B background

This text has white color on #43AF6B background.