COLOR #43585B

HEX: #43585B
RGB: (67,88,91)

Color info

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

RGB color model

#43585B color RGB value is (67,88,91).

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

RGB channels and saturation

R 67 of 255 = 26%
G 88 of 255 = 35%
B 91 of 255 = 36%

67
88
91

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

Portions of RGB colors in percentages

R + G + B =
67 + 88 + 91 = 246 (100%)
R 67 of 246 ~ 27.24%
G 88 of 246 ~ 35.77%
B 91 of 246 ~ 36.99%

%27.24
%35.77
%36.99

CMYK color model

#43585B color CMYK value is (26,3,0,64).

  • cyan value is 26.37%
  • magenta value is 3.30%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(26,3,0,64)
C26M3Y0K64 
(26%,3%,0%,64%)
(0.26/0.03/0.00/0.64)	

CMYK percentages

%26.37
%3.3
%0
%64.31

Codes

Color #43585B in popluar color models

43585B
RGB678891
HSL188°15.19%30.98%
HSB/HSV188°26.37%35.69%
CMYK26.37%3.30%0.00%
64.31%

Color #43585B in popluar number systems.

HEX43585B
Decimal678891
Binary100001110110001011011
Octal103130133

Shades and tints

Shades of #43585B

#43585B
(67,88,91)
#3D5053
(61,80,83)
#37484B
(55,72,75)
#314043
(49,64,67)
#2B383B
(43,56,59)
#253033
(37,48,51)
#1F282B
(31,40,43)
#192023
(25,32,35)
#13181B
(19,24,27)
#0D1013
(13,16,19)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #43585B

#43585B
(67,88,91)
#546769
(84,103,105)
#657677
(101,118,119)
#768585
(118,133,133)
#879493
(135,148,147)
#98A3A1
(152,163,161)
#A9B2AF
(169,178,175)
#BAC1BD
(186,193,189)
#CBD0CB
(203,208,203)
#DCDFD9
(220,223,217)
#EDEEE7
(237,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43585B; }

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

This text font color is #43585B.


Background Color

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

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

This div background color is #43585B.


Border color

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

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

This div border color is #43585B.


Opacity

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

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

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

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

This text has shadow with #43585B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43585B on black background.


Color preview on white background

This text has color #43585B on white background.



Black color preview on #43585B background

This text has black color on #43585B background.


White color preview on #43585B background

This text has white color on #43585B background.