COLOR #434461

HEX: #434461
RGB: (67,68,97)

Color info

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

RGB color model

#434461 color RGB value is (67,68,97).

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

RGB channels and saturation

R 67 of 255 = 26%
G 68 of 255 = 27%
B 97 of 255 = 38%

67
68
97

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

Portions of RGB colors in percentages

R + G + B =
67 + 68 + 97 = 232 (100%)
R 67 of 232 ~ 28.88%
G 68 of 232 ~ 29.31%
B 97 of 232 ~ 41.81%

%28.88
%29.31
%41.81

CMYK color model

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

  • cyan value is 30.93%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(31,30,0,62)
C31M30Y0K62 
(31%,30%,0%,62%)
(0.31/0.30/0.00/0.62)	

CMYK percentages

%30.93
%29.9
%0
%61.96

Codes

Color #434461 in popluar color models

434461
RGB676897
HSL238°18.29%32.16%
HSB/HSV238°30.93%38.04%
CMYK30.93%29.90%0.00%
61.96%

Color #434461 in popluar number systems.

HEX434461
Decimal676897
Binary100001110001001100001
Octal103104141

Shades and tints

Shades of #434461

#434461
(67,68,97)
#3D3E59
(61,62,89)
#373851
(55,56,81)
#313249
(49,50,73)
#2B2C41
(43,44,65)
#252639
(37,38,57)
#1F2031
(31,32,49)
#191A29
(25,26,41)
#131421
(19,20,33)
#0D0E19
(13,14,25)
#070811
(7,8,17)
#000000
(0,0,0)

Tints of #434461

#434461
(67,68,97)
#54556F
(84,85,111)
#65667D
(101,102,125)
#76778B
(118,119,139)
#878899
(135,136,153)
#9899A7
(152,153,167)
#A9AAB5
(169,170,181)
#BABBC3
(186,187,195)
#CBCCD1
(203,204,209)
#DCDDDF
(220,221,223)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434461; }

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

This text font color is #434461.


Background Color

.myBgColor { background-color: #434461; }

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

This div background color is #434461.


Border color

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

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

This div border color is #434461.


Opacity

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

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

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

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

This text has shadow with #434461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434461 on black background.


Color preview on white background

This text has color #434461 on white background.



Black color preview on #434461 background

This text has black color on #434461 background.


White color preview on #434461 background

This text has white color on #434461 background.