COLOR #43375A

HEX: #43375A
RGB: (67,55,90)

Color info

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

RGB color model

#43375A color RGB value is (67,55,90).

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

RGB channels and saturation

R 67 of 255 = 26%
G 55 of 255 = 22%
B 90 of 255 = 35%

67
55
90

R + G + B ~ 28%. #43375A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 55 + 90 = 212 (100%)
R 67 of 212 ~ 31.6%
G 55 of 212 ~ 25.94%
B 90 of 212 ~ 42.45%

%31.6
%25.94
%42.45

CMYK color model

#43375A color CMYK value is (26,39,0,65).

  • cyan value is 25.56%
  • magenta value is 38.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(26,39,0,65)
C26M39Y0K65 
(26%,39%,0%,65%)
(0.26/0.39/0.00/0.65)	

CMYK percentages

%25.56
%38.89
%0
%64.71

Codes

Color #43375A in popluar color models

43375A
RGB675590
HSL261°24.14%28.43%
HSB/HSV261°38.89%35.29%
CMYK25.56%38.89%0.00%
64.71%

Color #43375A in popluar number systems.

HEX43375A
Decimal675590
Binary10000111101111011010
Octal10367132

Shades and tints

Shades of #43375A

#43375A
(67,55,90)
#3D3252
(61,50,82)
#372D4A
(55,45,74)
#312842
(49,40,66)
#2B233A
(43,35,58)
#251E32
(37,30,50)
#1F192A
(31,25,42)
#191422
(25,20,34)
#130F1A
(19,15,26)
#0D0A12
(13,10,18)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #43375A

#43375A
(67,55,90)
#544969
(84,73,105)
#655B78
(101,91,120)
#766D87
(118,109,135)
#877F96
(135,127,150)
#9891A5
(152,145,165)
#A9A3B4
(169,163,180)
#BAB5C3
(186,181,195)
#CBC7D2
(203,199,210)
#DCD9E1
(220,217,225)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #43375A; }

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

This text font color is #43375A.


Background Color

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

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

This div background color is #43375A.


Border color

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

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

This div border color is #43375A.


Opacity

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

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

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

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

This text has shadow with #43375A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43375A on black background.


Color preview on white background

This text has color #43375A on white background.



Black color preview on #43375A background

This text has black color on #43375A background.


White color preview on #43375A background

This text has white color on #43375A background.