COLOR #43475F

HEX: #43475F RGB: (67,71,95)

Color info

#43475F contains red, green and blue colors in about the same proportion. Web safe color of #43475F is #333366 (or #336).

RGB color model

#43475F color RGB value is (67,71,95).

RGB: (67,71,95) (26%, 28%, 37%)

RGB channels and saturation

R 67 of 255 = 26%
G 71 of 255 = 28%
B 95 of 255 = 37%

67
71
95

R + G + B ~ 30%. #43475F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 71 + 95 = 233 (100%)
R 67 of 233 ~ 28.76%
G 71 of 233 ~ 30.47%
B 95 of 233 ~ 40.77'%

%28.76
%30.47
%40.77

CMYK color model

#43475F color CMYK value is (29,25,0,63).

  • cyan value is 29.47%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (29,25,0,63)
C29M25Y0K63 (29%, 25%, 0%, 63%)
(0.29 / 0.25 / 0.00 / 0.63)

CMYK percentages

%29.47
%25.26
%0
%62.75

Codes

Color #43475F in popluar color models

43 47 5F
RGB 67 71 95
HSL 231° 17.28% 31.76%
HSB/HSV 231° 29.47% 37.25%
CMYK 29.47% 25.26% 0.00%
62.75%

Color #43475F in popluar number systems.

HEX 43 47 5F
Decimal 67 71 95
Binary 1000011 1000111 1011111
Octal 103 107 137

Shades and tints

Shades of #43475F

#43475F
(67,71,95)
#3D4157
(61,65,87)
#373B4F
(55,59,79)
#313547
(49,53,71)
#2B2F3F
(43,47,63)
#252937
(37,41,55)
#1F232F
(31,35,47)
#191D27
(25,29,39)
#13171F
(19,23,31)
#0D1117
(13,17,23)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #43475F

#43475F
(67,71,95)
#54576D
(84,87,109)
#65677B
(101,103,123)
#767789
(118,119,137)
#878797
(135,135,151)
#9897A5
(152,151,165)
#A9A7B3
(169,167,179)
#BAB7C1
(186,183,193)
#CBC7CF
(203,199,207)
#DCD7DD
(220,215,221)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43475F color. Also use rgb(67,71,95) instead hex code.

Text Font Color

.myTextColor { color: #43475F; }

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

This text font color is #43475F.

Background Color

.myBgColor { background-color: #43475F; }

<div style="background-color:#43475F">Inner text</div>

This div background color is #43475F.

Border color

.myBorderColor { border: 1px solid #43475F; }

<div style="border:3px solid #43475F">Div</div>

This div border color is #43475F.

Opacity

.myOpacity80 { color: #43475F; opacity: 0.8; }

<p style="color:#43475F;opacity:0.8;">80%</p>

Text with #43475F 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 #43475F;}

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

This text has shadow with #43475F color.


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

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

This text has shadow with #43475F primary color and red secondary color.


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

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

This text has shadow with #43475F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #43475F.

Preview

Color preview on black background

This text has color #43475F on black background.


Color preview on white background

This text has color #43475F on white background.


Black color preview on #43475F background

This text has black color on #43475F background.


White color preview on #43475F background

This text has white color on #43475F background.


Related colors

Complementary color

Complementary color for #hex is #BCB8A0.


I love getcolorcode.com

Triadic colors

1 #5F4347 and #475F43 with #43475F are triadic colors.

2 #5F4743 and #47435F with #43475F are triadic colors.