COLOR #434360

HEX: #434360
RGB: (67,67,96)

Color info

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

RGB color model

#434360 color RGB value is (67,67,96).

  • red value is 67;
  • green value is 67;
  • blue value is 96.
RGB:
(67,67,96)
(26%,26%,38%)

RGB channels and saturation

R 67 of 255 = 26%
G 67 of 255 = 26%
B 96 of 255 = 38%

67
67
96

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

Portions of RGB colors in percentages

R + G + B =
67 + 67 + 96 = 230 (100%)
R 67 of 230 ~ 29.13%
G 67 of 230 ~ 29.13%
B 96 of 230 ~ 41.74%

%29.13
%29.13
%41.74

CMYK color model

#434360 color CMYK value is (30,30,0,62).

  • cyan value is 30.21%
  • magenta value is 30.21%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(30,30,0,62)
C30M30Y0K62 
(30%,30%,0%,62%)
(0.30/0.30/0.00/0.62)	

CMYK percentages

%30.21
%30.21
%0
%62.35

Codes

Color #434360 in popluar color models

434360
RGB676796
HSL240°17.79%31.96%
HSB/HSV240°30.21%37.65%
CMYK30.21%30.21%0.00%
62.35%

Color #434360 in popluar number systems.

HEX434360
Decimal676796
Binary100001110000111100000
Octal103103140

Shades and tints

Shades of #434360

#434360
(67,67,96)
#3D3D58
(61,61,88)
#373750
(55,55,80)
#313148
(49,49,72)
#2B2B40
(43,43,64)
#252538
(37,37,56)
#1F1F30
(31,31,48)
#191928
(25,25,40)
#131320
(19,19,32)
#0D0D18
(13,13,24)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #434360

#434360
(67,67,96)
#54546E
(84,84,110)
#65657C
(101,101,124)
#76768A
(118,118,138)
#878798
(135,135,152)
#9898A6
(152,152,166)
#A9A9B4
(169,169,180)
#BABAC2
(186,186,194)
#CBCBD0
(203,203,208)
#DCDCDE
(220,220,222)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434360; }

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

This text font color is #434360.


Background Color

.myBgColor { background-color: #434360; }

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

This div background color is #434360.


Border color

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

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

This div border color is #434360.


Opacity

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

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

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

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

This text has shadow with #434360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434360 on black background.


Color preview on white background

This text has color #434360 on white background.



Black color preview on #434360 background

This text has black color on #434360 background.


White color preview on #434360 background

This text has white color on #434360 background.