COLOR #434961

HEX: #434961
RGB: (67,73,97)

Color info

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

RGB color model

#434961 color RGB value is (67,73,97).

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

RGB channels and saturation

R 67 of 255 = 26%
G 73 of 255 = 29%
B 97 of 255 = 38%

67
73
97

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

Portions of RGB colors in percentages

R + G + B =
67 + 73 + 97 = 237 (100%)
R 67 of 237 ~ 28.27%
G 73 of 237 ~ 30.8%
B 97 of 237 ~ 40.93%

%28.27
%30.8
%40.93

CMYK color model

#434961 color CMYK value is (31,25,0,62).

  • cyan value is 30.93%
  • magenta value is 24.74%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(31,25,0,62)
C31M25Y0K62 
(31%,25%,0%,62%)
(0.31/0.25/0.00/0.62)	

CMYK percentages

%30.93
%24.74
%0
%61.96

Codes

Color #434961 in popluar color models

434961
RGB677397
HSL228°18.29%32.16%
HSB/HSV228°30.93%38.04%
CMYK30.93%24.74%0.00%
61.96%

Color #434961 in popluar number systems.

HEX434961
Decimal677397
Binary100001110010011100001
Octal103111141

Shades and tints

Shades of #434961

#434961
(67,73,97)
#3D4359
(61,67,89)
#373D51
(55,61,81)
#313749
(49,55,73)
#2B3141
(43,49,65)
#252B39
(37,43,57)
#1F2531
(31,37,49)
#191F29
(25,31,41)
#131921
(19,25,33)
#0D1319
(13,19,25)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #434961

#434961
(67,73,97)
#54596F
(84,89,111)
#65697D
(101,105,125)
#76798B
(118,121,139)
#878999
(135,137,153)
#9899A7
(152,153,167)
#A9A9B5
(169,169,181)
#BAB9C3
(186,185,195)
#CBC9D1
(203,201,209)
#DCD9DF
(220,217,223)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #434961; }

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

This text font color is #434961.


Background Color

.myBgColor { background-color: #434961; }

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

This div background color is #434961.


Border color

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

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

This div border color is #434961.


Opacity

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

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

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

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

This text has shadow with #434961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434961 on black background.


Color preview on white background

This text has color #434961 on white background.



Black color preview on #434961 background

This text has black color on #434961 background.


White color preview on #434961 background

This text has white color on #434961 background.