COLOR #43676B

HEX: #43676B
RGB: (67,103,107)

Color info

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

RGB color model

#43676B color RGB value is (67,103,107).

  • red value is 67;
  • green value is 103;
  • blue value is 107.
RGB:
(67,103,107)
(26%,40%,42%)

RGB channels and saturation

R 67 of 255 = 26%
G 103 of 255 = 40%
B 107 of 255 = 42%

67
103
107

R + G + B ~ 36%. #43676B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 103 + 107 = 277 (100%)
R 67 of 277 ~ 24.19%
G 103 of 277 ~ 37.18%
B 107 of 277 ~ 38.63%

%24.19
%37.18
%38.63

CMYK color model

#43676B color CMYK value is (37,4,0,58).

  • cyan value is 37.38%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(37,4,0,58)
C37M4Y0K58 
(37%,4%,0%,58%)
(0.37/0.04/0.00/0.58)	

CMYK percentages

%37.38
%3.74
%0
%58.04

Codes

Color #43676B in popluar color models

43676B
RGB67103107
HSL186°22.99%34.12%
HSB/HSV186°37.38%41.96%
CMYK37.38%3.74%0.00%
58.04%

Color #43676B in popluar number systems.

HEX43676B
Decimal67103107
Binary100001111001111101011
Octal103147153

Shades and tints

Shades of #43676B

#43676B
(67,103,107)
#3D5E62
(61,94,98)
#375559
(55,85,89)
#314C50
(49,76,80)
#2B4347
(43,67,71)
#253A3E
(37,58,62)
#1F3135
(31,49,53)
#19282C
(25,40,44)
#131F23
(19,31,35)
#0D161A
(13,22,26)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #43676B

#43676B
(67,103,107)
#547478
(84,116,120)
#658185
(101,129,133)
#768E92
(118,142,146)
#879B9F
(135,155,159)
#98A8AC
(152,168,172)
#A9B5B9
(169,181,185)
#BAC2C6
(186,194,198)
#CBCFD3
(203,207,211)
#DCDCE0
(220,220,224)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43676B color. Also use rgb(67,103,107) instead hex code.

Text Font Color

.myTextColor { color: #43676B; }

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

This text font color is #43676B.


Background Color

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

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

This div background color is #43676B.


Border color

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

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

This div border color is #43676B.


Opacity

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

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

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

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

This text has shadow with #43676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43676B on black background.


Color preview on white background

This text has color #43676B on white background.



Black color preview on #43676B background

This text has black color on #43676B background.


White color preview on #43676B background

This text has white color on #43676B background.