COLOR #434663

HEX: #434663
RGB: (67,70,99)

Color info

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

RGB color model

#434663 color RGB value is (67,70,99).

  • red value is 67;
  • green value is 70;
  • blue value is 99.
RGB:
(67,70,99)
(26%,27%,39%)

RGB channels and saturation

R 67 of 255 = 26%
G 70 of 255 = 27%
B 99 of 255 = 39%

67
70
99

R + G + B ~ 31%. #434663 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 70 + 99 = 236 (100%)
R 67 of 236 ~ 28.39%
G 70 of 236 ~ 29.66%
B 99 of 236 ~ 41.95%

%28.39
%29.66
%41.95

CMYK color model

#434663 color CMYK value is (32,29,0,61).

  • cyan value is 32.32%
  • magenta value is 29.29%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(32,29,0,61)
C32M29Y0K61 
(32%,29%,0%,61%)
(0.32/0.29/0.00/0.61)	

CMYK percentages

%32.32
%29.29
%0
%61.18

Codes

Color #434663 in popluar color models

434663
RGB677099
HSL234°19.28%32.55%
HSB/HSV234°32.32%38.82%
CMYK32.32%29.29%0.00%
61.18%

Color #434663 in popluar number systems.

HEX434663
Decimal677099
Binary100001110001101100011
Octal103106143

Shades and tints

Shades of #434663

#434663
(67,70,99)
#3D405A
(61,64,90)
#373A51
(55,58,81)
#313448
(49,52,72)
#2B2E3F
(43,46,63)
#252836
(37,40,54)
#1F222D
(31,34,45)
#191C24
(25,28,36)
#13161B
(19,22,27)
#0D1012
(13,16,18)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #434663

#434663
(67,70,99)
#545671
(84,86,113)
#65667F
(101,102,127)
#76768D
(118,118,141)
#87869B
(135,134,155)
#9896A9
(152,150,169)
#A9A6B7
(169,166,183)
#BAB6C5
(186,182,197)
#CBC6D3
(203,198,211)
#DCD6E1
(220,214,225)
#EDE6EF
(237,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434663 color. Also use rgb(67,70,99) instead hex code.

Text Font Color

.myTextColor { color: #434663; }

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

This text font color is #434663.


Background Color

.myBgColor { background-color: #434663; }

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

This div background color is #434663.


Border color

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

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

This div border color is #434663.


Opacity

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

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

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

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

This text has shadow with #434663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434663 on black background.


Color preview on white background

This text has color #434663 on white background.



Black color preview on #434663 background

This text has black color on #434663 background.


White color preview on #434663 background

This text has white color on #434663 background.