COLOR #43595A

HEX: #43595A
RGB: (67,89,90)

Color info

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

RGB color model

#43595A color RGB value is (67,89,90).

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

RGB channels and saturation

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

67
89
90

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

Portions of RGB colors in percentages

R + G + B =
67 + 89 + 90 = 246 (100%)
R 67 of 246 ~ 27.24%
G 89 of 246 ~ 36.18%
B 90 of 246 ~ 36.59%

%27.24
%36.18
%36.59

CMYK color model

#43595A color CMYK value is (26,1,0,65).

  • cyan value is 25.56%
  • magenta value is 1.11%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(26,1,0,65)
C26M1Y0K65 
(26%,1%,0%,65%)
(0.26/0.01/0.00/0.65)	

CMYK percentages

%25.56
%1.11
%0
%64.71

Codes

Color #43595A in popluar color models

43595A
RGB678990
HSL183°14.65%30.78%
HSB/HSV183°25.56%35.29%
CMYK25.56%1.11%0.00%
64.71%

Color #43595A in popluar number systems.

HEX43595A
Decimal678990
Binary100001110110011011010
Octal103131132

Shades and tints

Shades of #43595A

#43595A
(67,89,90)
#3D5152
(61,81,82)
#37494A
(55,73,74)
#314142
(49,65,66)
#2B393A
(43,57,58)
#253132
(37,49,50)
#1F292A
(31,41,42)
#192122
(25,33,34)
#13191A
(19,25,26)
#0D1112
(13,17,18)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #43595A

#43595A
(67,89,90)
#546869
(84,104,105)
#657778
(101,119,120)
#768687
(118,134,135)
#879596
(135,149,150)
#98A4A5
(152,164,165)
#A9B3B4
(169,179,180)
#BAC2C3
(186,194,195)
#CBD1D2
(203,209,210)
#DCE0E1
(220,224,225)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43595A; }

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

This text font color is #43595A.


Background Color

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

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

This div background color is #43595A.


Border color

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

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

This div border color is #43595A.


Opacity

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

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

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

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

This text has shadow with #43595A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43595A on black background.


Color preview on white background

This text has color #43595A on white background.



Black color preview on #43595A background

This text has black color on #43595A background.


White color preview on #43595A background

This text has white color on #43595A background.