COLOR #43585E

HEX: #43585E
RGB: (67,88,94)

Color info

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

RGB color model

#43585E color RGB value is (67,88,94).

  • red value is 67;
  • green value is 88;
  • blue value is 94.
RGB:
(67,88,94)
(26%,35%,37%)

RGB channels and saturation

R 67 of 255 = 26%
G 88 of 255 = 35%
B 94 of 255 = 37%

67
88
94

R + G + B ~ 33%. #43585E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 88 + 94 = 249 (100%)
R 67 of 249 ~ 26.91%
G 88 of 249 ~ 35.34%
B 94 of 249 ~ 37.75%

%26.91
%35.34
%37.75

CMYK color model

#43585E color CMYK value is (29,6,0,63).

  • cyan value is 28.72%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(29,6,0,63)
C29M6Y0K63 
(29%,6%,0%,63%)
(0.29/0.06/0.00/0.63)	

CMYK percentages

%28.72
%6.38
%0
%63.14

Codes

Color #43585E in popluar color models

43585E
RGB678894
HSL193°16.77%31.57%
HSB/HSV193°28.72%36.86%
CMYK28.72%6.38%0.00%
63.14%

Color #43585E in popluar number systems.

HEX43585E
Decimal678894
Binary100001110110001011110
Octal103130136

Shades and tints

Shades of #43585E

#43585E
(67,88,94)
#3D5056
(61,80,86)
#37484E
(55,72,78)
#314046
(49,64,70)
#2B383E
(43,56,62)
#253036
(37,48,54)
#1F282E
(31,40,46)
#192026
(25,32,38)
#13181E
(19,24,30)
#0D1016
(13,16,22)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #43585E

#43585E
(67,88,94)
#54676C
(84,103,108)
#65767A
(101,118,122)
#768588
(118,133,136)
#879496
(135,148,150)
#98A3A4
(152,163,164)
#A9B2B2
(169,178,178)
#BAC1C0
(186,193,192)
#CBD0CE
(203,208,206)
#DCDFDC
(220,223,220)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43585E color. Also use rgb(67,88,94) instead hex code.

Text Font Color

.myTextColor { color: #43585E; }

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

This text font color is #43585E.


Background Color

.myBgColor { background-color: #43585E; }

<div style="background-color:#43585E">Inner text</div>

This div background color is #43585E.


Border color

.myBorderColor { border: 1px solid #43585E; }

<div style="border:3px solid #43585E">Div</div>

This div border color is #43585E.


Opacity

.myOpacity80 { color: #43585E; opacity: 0.8; }

<p style="color:#43585E;opacity:0.8;">80%</p>

Text with #43585E 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 #43585E;}

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

This text has shadow with #43585E color.

.textShadow {text-shadow: 3px 3px 1px #43585E, 3px 3px 1px red;}

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

This text has shadow with #43585E primary color and red secondary color.


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

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

This text has shadow with #43585E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43585E on black background.


Color preview on white background

This text has color #43585E on white background.



Black color preview on #43585E background

This text has black color on #43585E background.


White color preview on #43585E background

This text has white color on #43585E background.