COLOR #43B078

HEX: #43B078
RGB: (67,176,120)

Color info

#43B078 contains mainly green and blue colors. Web safe color of #43B078 is #339966 (or #396).

RGB color model

#43B078 color RGB value is (67,176,120).

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

RGB channels and saturation

R 67 of 255 = 26%
G 176 of 255 = 69%
B 120 of 255 = 47%

67
176
120

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

Portions of RGB colors in percentages

R + G + B =
67 + 176 + 120 = 363 (100%)
R 67 of 363 ~ 18.46%
G 176 of 363 ~ 48.48%
B 120 of 363 ~ 33.06%

%18.46
%48.48
%33.06

CMYK color model

#43B078 color CMYK value is (62,0,32,31).

  • cyan value is 61.93%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 30.98%
CMYK:
(62,0,32,31)
C62M0Y32K31 
(62%,0%,32%,31%)
(0.62/0.00/0.32/0.31)	

CMYK percentages

%61.93
%0
%31.82
%30.98

Codes

Color #43B078 in popluar color models

43B078
RGB67176120
HSL149°44.86%47.65%
HSB/HSV149°61.93%69.02%
CMYK61.93%0.00%31.82%
30.98%

Color #43B078 in popluar number systems.

HEX43B078
Decimal67176120
Binary1000011101100001111000
Octal103260170

Shades and tints

Shades of #43B078

#43B078
(67,176,120)
#3DA06E
(61,160,110)
#379064
(55,144,100)
#31805A
(49,128,90)
#2B7050
(43,112,80)
#256046
(37,96,70)
#1F503C
(31,80,60)
#194032
(25,64,50)
#133028
(19,48,40)
#0D201E
(13,32,30)
#071014
(7,16,20)
#000000
(0,0,0)

Tints of #43B078

#43B078
(67,176,120)
#54B784
(84,183,132)
#65BE90
(101,190,144)
#76C59C
(118,197,156)
#87CCA8
(135,204,168)
#98D3B4
(152,211,180)
#A9DAC0
(169,218,192)
#BAE1CC
(186,225,204)
#CBE8D8
(203,232,216)
#DCEFE4
(220,239,228)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43B078; }

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

This text font color is #43B078.


Background Color

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

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

This div background color is #43B078.


Border color

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

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

This div border color is #43B078.


Opacity

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

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

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

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

This text has shadow with #43B078 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43B078 on black background.


Color preview on white background

This text has color #43B078 on white background.



Black color preview on #43B078 background

This text has black color on #43B078 background.


White color preview on #43B078 background

This text has white color on #43B078 background.