COLOR #43949B

HEX: #43949B RGB: (67,148,155)

Color info

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

RGB color model

#43949B color RGB value is (67,148,155).

RGB: (67,148,155) (26%, 58%, 61%)

RGB channels and saturation

R 67 of 255 = 26%
G 148 of 255 = 58%
B 155 of 255 = 61%

67
148
155

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

Portions of RGB colors in percentages

R + G + B = 67 + 148 + 155 = 370 (100%)
R 67 of 370 ~ 18.11%
G 148 of 370 ~ 40%
B 155 of 370 ~ 41.89'%

%18.11
%40
%41.89

CMYK color model

#43949B color CMYK value is (57,5,0,39).

  • cyan value is 56.77%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (57,5,0,39)
C57M5Y0K39 (57%, 5%, 0%, 39%)
(0.57 / 0.05 / 0.00 / 0.39)

CMYK percentages

%56.77
%4.52
%0
%39.22

Codes

Color #43949B in popluar color models

43 94 9B
RGB 67 148 155
HSL 185° 39.64% 43.53%
HSB/HSV 185° 56.77% 60.78%
CMYK 56.77% 4.52% 0.00%
39.22%

Color #43949B in popluar number systems.

HEX 43 94 9B
Decimal 67 148 155
Binary 1000011 10010100 10011011
Octal 103 224 233

Shades and tints

Shades of #43949B

#43949B
(67,148,155)
#3D878D
(61,135,141)
#377A7F
(55,122,127)
#316D71
(49,109,113)
#2B6063
(43,96,99)
#255355
(37,83,85)
#1F4647
(31,70,71)
#193939
(25,57,57)
#132C2B
(19,44,43)
#0D1F1D
(13,31,29)
#07120F
(7,18,15)
#000000
(0,0,0)

Tints of #43949B

#43949B
(67,148,155)
#549DA4
(84,157,164)
#65A6AD
(101,166,173)
#76AFB6
(118,175,182)
#87B8BF
(135,184,191)
#98C1C8
(152,193,200)
#A9CAD1
(169,202,209)
#BAD3DA
(186,211,218)
#CBDCE3
(203,220,227)
#DCE5EC
(220,229,236)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43949B color. Also use rgb(67,148,155) instead hex code.

Text Font Color

.myTextColor { color: #43949B; }

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

This text font color is #43949B.

Background Color

.myBgColor { background-color: #43949B; }

<div style="background-color:#43949B">Inner text</div>

This div background color is #43949B.

Border color

.myBorderColor { border: 1px solid #43949B; }

<div style="border:3px solid #43949B">Div</div>

This div border color is #43949B.

Opacity

.myOpacity80 { color: #43949B; opacity: 0.8; }

<p style="color:#43949B;opacity:0.8;">80%</p>

Text with #43949B 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 #43949B;}

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

This text has shadow with #43949B color.


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

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

This text has shadow with #43949B primary color and red secondary color.


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

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

This text has shadow with #43949B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #43949B.

Preview

Color preview on black background

This text has color #43949B on black background.


Color preview on white background

This text has color #43949B on white background.


Black color preview on #43949B background

This text has black color on #43949B background.


White color preview on #43949B background

This text has white color on #43949B background.


Related colors

Complementary color

Complementary color for #hex is #BC6B64.


I love getcolorcode.com

Triadic colors

1 #9B4394 and #949B43 with #43949B are triadic colors.

2 #9B9443 and #94439B with #43949B are triadic colors.