COLOR #434983

HEX: #434983
RGB: (67,73,131)

Color info

#434983 contains mainly green and blue colors. Web safe color of #434983 is #333399 (or #339).

RGB color model

#434983 color RGB value is (67,73,131).

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

RGB channels and saturation

R 67 of 255 = 26%
G 73 of 255 = 29%
B 131 of 255 = 51%

67
73
131

R + G + B ~ 35%. #434983 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 73 + 131 = 271 (100%)
R 67 of 271 ~ 24.72%
G 73 of 271 ~ 26.94%
B 131 of 271 ~ 48.34%

%24.72
%26.94
%48.34

CMYK color model

#434983 color CMYK value is (49,44,0,49).

  • cyan value is 48.85%
  • magenta value is 44.27%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(49,44,0,49)
C49M44Y0K49 
(49%,44%,0%,49%)
(0.49/0.44/0.00/0.49)	

CMYK percentages

%48.85
%44.27
%0
%48.63

Codes

Color #434983 in popluar color models

434983
RGB6773131
HSL234°32.32%38.82%
HSB/HSV234°48.85%51.37%
CMYK48.85%44.27%0.00%
48.63%

Color #434983 in popluar number systems.

HEX434983
Decimal6773131
Binary1000011100100110000011
Octal103111203

Shades and tints

Shades of #434983

#434983
(67,73,131)
#3D4378
(61,67,120)
#373D6D
(55,61,109)
#313762
(49,55,98)
#2B3157
(43,49,87)
#252B4C
(37,43,76)
#1F2541
(31,37,65)
#191F36
(25,31,54)
#13192B
(19,25,43)
#0D1320
(13,19,32)
#070D15
(7,13,21)
#000000
(0,0,0)

Tints of #434983

#434983
(67,73,131)
#54598E
(84,89,142)
#656999
(101,105,153)
#7679A4
(118,121,164)
#8789AF
(135,137,175)
#9899BA
(152,153,186)
#A9A9C5
(169,169,197)
#BAB9D0
(186,185,208)
#CBC9DB
(203,201,219)
#DCD9E6
(220,217,230)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434983; }

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

This text font color is #434983.


Background Color

.myBgColor { background-color: #434983; }

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

This div background color is #434983.


Border color

.myBorderColor { border: 1px solid #434983; }

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

This div border color is #434983.


Opacity

.myOpacity80 { color: #434983; opacity: 0.8; }

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

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

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

This text has shadow with #434983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434983 on black background.


Color preview on white background

This text has color #434983 on white background.



Black color preview on #434983 background

This text has black color on #434983 background.


White color preview on #434983 background

This text has white color on #434983 background.