COLOR #43585A

HEX: #43585A
RGB: (67,88,90)

Color info

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

RGB color model

#43585A color RGB value is (67,88,90).

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

RGB channels and saturation

R 67 of 255 = 26%
G 88 of 255 = 35%
B 90 of 255 = 35%

67
88
90

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

Portions of RGB colors in percentages

R + G + B =
67 + 88 + 90 = 245 (100%)
R 67 of 245 ~ 27.35%
G 88 of 245 ~ 35.92%
B 90 of 245 ~ 36.73%

%27.35
%35.92
%36.73

CMYK color model

#43585A color CMYK value is (26,2,0,65).

  • cyan value is 25.56%
  • magenta value is 2.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(26,2,0,65)
C26M2Y0K65 
(26%,2%,0%,65%)
(0.26/0.02/0.00/0.65)	

CMYK percentages

%25.56
%2.22
%0
%64.71

Codes

Color #43585A in popluar color models

43585A
RGB678890
HSL185°14.65%30.78%
HSB/HSV185°25.56%35.29%
CMYK25.56%2.22%0.00%
64.71%

Color #43585A in popluar number systems.

HEX43585A
Decimal678890
Binary100001110110001011010
Octal103130132

Shades and tints

Shades of #43585A

#43585A
(67,88,90)
#3D5052
(61,80,82)
#37484A
(55,72,74)
#314042
(49,64,66)
#2B383A
(43,56,58)
#253032
(37,48,50)
#1F282A
(31,40,42)
#192022
(25,32,34)
#13181A
(19,24,26)
#0D1012
(13,16,18)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #43585A

#43585A
(67,88,90)
#546769
(84,103,105)
#657678
(101,118,120)
#768587
(118,133,135)
#879496
(135,148,150)
#98A3A5
(152,163,165)
#A9B2B4
(169,178,180)
#BAC1C3
(186,193,195)
#CBD0D2
(203,208,210)
#DCDFE1
(220,223,225)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43585A; }

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

This text font color is #43585A.


Background Color

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

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

This div background color is #43585A.


Border color

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

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

This div border color is #43585A.


Opacity

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

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

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

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

This text has shadow with #43585A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43585A on black background.


Color preview on white background

This text has color #43585A on white background.



Black color preview on #43585A background

This text has black color on #43585A background.


White color preview on #43585A background

This text has white color on #43585A background.