COLOR #43776C

HEX: #43776C RGB: (67,119,108)

Color info

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

RGB color model

#43776C color RGB value is (67,119,108).

RGB: (67,119,108) (26%, 47%, 42%)

RGB channels and saturation

R 67 of 255 = 26%
G 119 of 255 = 47%
B 108 of 255 = 42%

67
119
108

R + G + B ~ 38%. #43776C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 119 + 108 = 294 (100%)
R 67 of 294 ~ 22.79%
G 119 of 294 ~ 40.48%
B 108 of 294 ~ 36.73'%

%22.79
%40.48
%36.73

CMYK color model

#43776C color CMYK value is (44,0,9,53).

  • cyan value is 43.70%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 53.33%

CMYK: (44,0,9,53)
C44M0Y9K53 (44%, 0%, 9%, 53%)
(0.44 / 0.00 / 0.09 / 0.53)

CMYK percentages

%43.7
%0
%9.24
%53.33

Codes

Color #43776C in popluar color models

43 77 6C
RGB 67 119 108
HSL 167° 27.96% 36.47%
HSB/HSV 167° 43.70% 46.67%
CMYK 43.70% 0.00% 9.24%
53.33%

Color #43776C in popluar number systems.

HEX 43 77 6C
Decimal 67 119 108
Binary 1000011 1110111 1101100
Octal 103 167 154

Shades and tints

Shades of #43776C

#43776C
(67,119,108)
#3D6D63
(61,109,99)
#37635A
(55,99,90)
#315951
(49,89,81)
#2B4F48
(43,79,72)
#25453F
(37,69,63)
#1F3B36
(31,59,54)
#19312D
(25,49,45)
#132724
(19,39,36)
#0D1D1B
(13,29,27)
#071312
(7,19,18)
#000000
(0,0,0)

Tints of #43776C

#43776C
(67,119,108)
#548379
(84,131,121)
#658F86
(101,143,134)
#769B93
(118,155,147)
#87A7A0
(135,167,160)
#98B3AD
(152,179,173)
#A9BFBA
(169,191,186)
#BACBC7
(186,203,199)
#CBD7D4
(203,215,212)
#DCE3E1
(220,227,225)
#EDEFEE
(237,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43776C color. Also use rgb(67,119,108) instead hex code.

Text Font Color

.myTextColor { color: #43776C; }

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

This text font color is #43776C.

Background Color

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

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

This div background color is #43776C.

Border color

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

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

This div border color is #43776C.

Opacity

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

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

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

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

This text has shadow with #43776C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #43776C.

Preview

Color preview on black background

This text has color #43776C on black background.


Color preview on white background

This text has color #43776C on white background.


Black color preview on #43776C background

This text has black color on #43776C background.


White color preview on #43776C background

This text has white color on #43776C background.


Related colors

Complementary color

Complementary color for #hex is #BC8893.


I love getcolorcode.com

Triadic colors

1 #6C4377 and #776C43 with #43776C are triadic colors.

2 #6C7743 and #77436C with #43776C are triadic colors.