COLOR #43495A

HEX: #43495A
RGB: (67,73,90)

Color info

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

RGB color model

#43495A color RGB value is (67,73,90).

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

RGB channels and saturation

R 67 of 255 = 26%
G 73 of 255 = 29%
B 90 of 255 = 35%

67
73
90

R + G + B ~ 30%. #43495A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 73 + 90 = 230 (100%)
R 67 of 230 ~ 29.13%
G 73 of 230 ~ 31.74%
B 90 of 230 ~ 39.13%

%29.13
%31.74
%39.13

CMYK color model

#43495A color CMYK value is (26,19,0,65).

  • cyan value is 25.56%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(26,19,0,65)
C26M19Y0K65 
(26%,19%,0%,65%)
(0.26/0.19/0.00/0.65)	

CMYK percentages

%25.56
%18.89
%0
%64.71

Codes

Color #43495A in popluar color models

43495A
RGB677390
HSL224°14.65%30.78%
HSB/HSV224°25.56%35.29%
CMYK25.56%18.89%0.00%
64.71%

Color #43495A in popluar number systems.

HEX43495A
Decimal677390
Binary100001110010011011010
Octal103111132

Shades and tints

Shades of #43495A

#43495A
(67,73,90)
#3D4352
(61,67,82)
#373D4A
(55,61,74)
#313742
(49,55,66)
#2B313A
(43,49,58)
#252B32
(37,43,50)
#1F252A
(31,37,42)
#191F22
(25,31,34)
#13191A
(19,25,26)
#0D1312
(13,19,18)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #43495A

#43495A
(67,73,90)
#545969
(84,89,105)
#656978
(101,105,120)
#767987
(118,121,135)
#878996
(135,137,150)
#9899A5
(152,153,165)
#A9A9B4
(169,169,180)
#BAB9C3
(186,185,195)
#CBC9D2
(203,201,210)
#DCD9E1
(220,217,225)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43495A; }

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

This text font color is #43495A.


Background Color

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

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

This div background color is #43495A.


Border color

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

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

This div border color is #43495A.


Opacity

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

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

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

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

This text has shadow with #43495A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43495A on black background.


Color preview on white background

This text has color #43495A on white background.



Black color preview on #43495A background

This text has black color on #43495A background.


White color preview on #43495A background

This text has white color on #43495A background.