COLOR #43555C

HEX: #43555C RGB: (67,85,92)

Color info

#43555C contains red, green and blue colors in about the same proportion. Web safe color of #43555C is #336666 (or #366).

RGB color model

#43555C color RGB value is (67,85,92).

RGB: (67,85,92) (26%, 33%, 36%)

RGB channels and saturation

R 67 of 255 = 26%
G 85 of 255 = 33%
B 92 of 255 = 36%

67
85
92

R + G + B ~ 32%. #43555C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 85 + 92 = 244 (100%)
R 67 of 244 ~ 27.46%
G 85 of 244 ~ 34.84%
B 92 of 244 ~ 37.7'%

%27.46
%34.84
%37.7

CMYK color model

#43555C color CMYK value is (27,8,0,64).

  • cyan value is 27.17%
  • magenta value is 7.61%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (27,8,0,64)
C27M8Y0K64 (27%, 8%, 0%, 64%)
(0.27 / 0.08 / 0.00 / 0.64)

CMYK percentages

%27.17
%7.61
%0
%63.92

Codes

Color #43555C in popluar color models

43 55 5C
RGB 67 85 92
HSL 197° 15.72% 31.18%
HSB/HSV 197° 27.17% 36.08%
CMYK 27.17% 7.61% 0.00%
63.92%

Color #43555C in popluar number systems.

HEX 43 55 5C
Decimal 67 85 92
Binary 1000011 1010101 1011100
Octal 103 125 134

Shades and tints

Shades of #43555C

#43555C
(67,85,92)
#3D4E54
(61,78,84)
#37474C
(55,71,76)
#314044
(49,64,68)
#2B393C
(43,57,60)
#253234
(37,50,52)
#1F2B2C
(31,43,44)
#192424
(25,36,36)
#131D1C
(19,29,28)
#0D1614
(13,22,20)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #43555C

#43555C
(67,85,92)
#54646A
(84,100,106)
#657378
(101,115,120)
#768286
(118,130,134)
#879194
(135,145,148)
#98A0A2
(152,160,162)
#A9AFB0
(169,175,176)
#BABEBE
(186,190,190)
#CBCDCC
(203,205,204)
#DCDCDA
(220,220,218)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43555C color. Also use rgb(67,85,92) instead hex code.

Text Font Color

.myTextColor { color: #43555C; }

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

This text font color is #43555C.

Background Color

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

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

This div background color is #43555C.

Border color

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

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

This div border color is #43555C.

Opacity

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

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

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

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

This text has shadow with #43555C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #43555C.

Preview

Color preview on black background

This text has color #43555C on black background.


Color preview on white background

This text has color #43555C on white background.


Black color preview on #43555C background

This text has black color on #43555C background.


White color preview on #43555C background

This text has white color on #43555C background.


Related colors

Complementary color

Complementary color for #hex is #BCAAA3.


I love getcolorcode.com

Triadic colors

1 #5C4355 and #555C43 with #43555C are triadic colors.

2 #5C5543 and #55435C with #43555C are triadic colors.