COLOR #43537D

HEX: #43537D
RGB: (67,83,125)

Color info

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

RGB color model

#43537D color RGB value is (67,83,125).

  • red value is 67;
  • green value is 83;
  • blue value is 125.
RGB:
(67,83,125)
(26%,33%,49%)

RGB channels and saturation

R 67 of 255 = 26%
G 83 of 255 = 33%
B 125 of 255 = 49%

67
83
125

R + G + B ~ 36%. #43537D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 83 + 125 = 275 (100%)
R 67 of 275 ~ 24.36%
G 83 of 275 ~ 30.18%
B 125 of 275 ~ 45.45%

%24.36
%30.18
%45.45

CMYK color model

#43537D color CMYK value is (46,34,0,51).

  • cyan value is 46.40%
  • magenta value is 33.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(46,34,0,51)
C46M34Y0K51 
(46%,34%,0%,51%)
(0.46/0.34/0.00/0.51)	

CMYK percentages

%46.4
%33.6
%0
%50.98

Codes

Color #43537D in popluar color models

43537D
RGB6783125
HSL223°30.21%37.65%
HSB/HSV223°46.40%49.02%
CMYK46.40%33.60%0.00%
50.98%

Color #43537D in popluar number systems.

HEX43537D
Decimal6783125
Binary100001110100111111101
Octal103123175

Shades and tints

Shades of #43537D

#43537D
(67,83,125)
#3D4C72
(61,76,114)
#374567
(55,69,103)
#313E5C
(49,62,92)
#2B3751
(43,55,81)
#253046
(37,48,70)
#1F293B
(31,41,59)
#192230
(25,34,48)
#131B25
(19,27,37)
#0D141A
(13,20,26)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #43537D

#43537D
(67,83,125)
#546288
(84,98,136)
#657193
(101,113,147)
#76809E
(118,128,158)
#878FA9
(135,143,169)
#989EB4
(152,158,180)
#A9ADBF
(169,173,191)
#BABCCA
(186,188,202)
#CBCBD5
(203,203,213)
#DCDAE0
(220,218,224)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #43537D color. Also use rgb(67,83,125) instead hex code.

Text Font Color

.myTextColor { color: #43537D; }

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

This text font color is #43537D.


Background Color

.myBgColor { background-color: #43537D; }

<div style="background-color:#43537D">Inner text</div>

This div background color is #43537D.


Border color

.myBorderColor { border: 1px solid #43537D; }

<div style="border:3px solid #43537D">Div</div>

This div border color is #43537D.


Opacity

.myOpacity80 { color: #43537D; opacity: 0.8; }

<p style="color:#43537D;opacity:0.8;">80%</p>

Text with #43537D 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 #43537D;}

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

This text has shadow with #43537D color.

.textShadow {text-shadow: 3px 3px 1px #43537D, 3px 3px 1px red;}

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

This text has shadow with #43537D primary color and red secondary color.


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

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

This text has shadow with #43537D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #43537D on black background.


Color preview on white background

This text has color #43537D on white background.



Black color preview on #43537D background

This text has black color on #43537D background.


White color preview on #43537D background

This text has white color on #43537D background.