COLOR #43878C

HEX: #43878C
RGB: (67,135,140)

Color info

#43878C contains mainly green and blue colors. Web safe color of #43878C is #339999 (or #399).

RGB color model

#43878C color RGB value is (67,135,140).

  • red value is 67;
  • green value is 135;
  • blue value is 140.
RGB:
(67,135,140)
(26%,53%,55%)

RGB channels and saturation

R 67 of 255 = 26%
G 135 of 255 = 53%
B 140 of 255 = 55%

67
135
140

R + G + B ~ 45%. #43878C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 135 + 140 = 342 (100%)
R 67 of 342 ~ 19.59%
G 135 of 342 ~ 39.47%
B 140 of 342 ~ 40.94%

%19.59
%39.47
%40.94

CMYK color model

#43878C color CMYK value is (52,4,0,45).

  • cyan value is 52.14%
  • magenta value is 3.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(52,4,0,45)
C52M4Y0K45 
(52%,4%,0%,45%)
(0.52/0.04/0.00/0.45)	

CMYK percentages

%52.14
%3.57
%0
%45.1

Codes

Color #43878C in popluar color models

43878C
RGB67135140
HSL184°35.27%40.59%
HSB/HSV184°52.14%54.90%
CMYK52.14%3.57%0.00%
45.10%

Color #43878C in popluar number systems.

HEX43878C
Decimal67135140
Binary10000111000011110001100
Octal103207214

Shades and tints

Shades of #43878C

#43878C
(67,135,140)
#3D7B80
(61,123,128)
#376F74
(55,111,116)
#316368
(49,99,104)
#2B575C
(43,87,92)
#254B50
(37,75,80)
#1F3F44
(31,63,68)
#193338
(25,51,56)
#13272C
(19,39,44)
#0D1B20
(13,27,32)
#070F14
(7,15,20)
#000000
(0,0,0)

Tints of #43878C

#43878C
(67,135,140)
#549196
(84,145,150)
#659BA0
(101,155,160)
#76A5AA
(118,165,170)
#87AFB4
(135,175,180)
#98B9BE
(152,185,190)
#A9C3C8
(169,195,200)
#BACDD2
(186,205,210)
#CBD7DC
(203,215,220)
#DCE1E6
(220,225,230)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43878C color. Also use rgb(67,135,140) instead hex code.

Text Font Color

.myTextColor { color: #43878C; }

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

This text font color is #43878C.


Background Color

.myBgColor { background-color: #43878C; }

<div style="background-color:#43878C">Inner text</div>

This div background color is #43878C.


Border color

.myBorderColor { border: 1px solid #43878C; }

<div style="border:3px solid #43878C">Div</div>

This div border color is #43878C.


Opacity

.myOpacity80 { color: #43878C; opacity: 0.8; }

<p style="color:#43878C;opacity:0.8;">80%</p>

Text with #43878C 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 #43878C;}

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

This text has shadow with #43878C color.

.textShadow {text-shadow: 3px 3px 1px #43878C, 3px 3px 1px red;}

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

This text has shadow with #43878C primary color and red secondary color.


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

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

This text has shadow with #43878C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43878C on black background.


Color preview on white background

This text has color #43878C on white background.



Black color preview on #43878C background

This text has black color on #43878C background.


White color preview on #43878C background

This text has white color on #43878C background.