COLOR #434F79

HEX: #434F79
RGB: (67,79,121)

Color info

#434F79 contains red, green and blue colors in about the same proportion. Web safe color of #434F79 is #336666 (or #366).

RGB color model

#434F79 color RGB value is (67,79,121).

  • red value is 67;
  • green value is 79;
  • blue value is 121.
RGB:
(67,79,121)
(26%,31%,47%)

RGB channels and saturation

R 67 of 255 = 26%
G 79 of 255 = 31%
B 121 of 255 = 47%

67
79
121

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

Portions of RGB colors in percentages

R + G + B =
67 + 79 + 121 = 267 (100%)
R 67 of 267 ~ 25.09%
G 79 of 267 ~ 29.59%
B 121 of 267 ~ 45.32%

%25.09
%29.59
%45.32

CMYK color model

#434F79 color CMYK value is (45,35,0,53).

  • cyan value is 44.63%
  • magenta value is 34.71%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(45,35,0,53)
C45M35Y0K53 
(45%,35%,0%,53%)
(0.45/0.35/0.00/0.53)	

CMYK percentages

%44.63
%34.71
%0
%52.55

Codes

Color #434F79 in popluar color models

434F79
RGB6779121
HSL227°28.72%36.86%
HSB/HSV227°44.63%47.45%
CMYK44.63%34.71%0.00%
52.55%

Color #434F79 in popluar number systems.

HEX434F79
Decimal6779121
Binary100001110011111111001
Octal103117171

Shades and tints

Shades of #434F79

#434F79
(67,79,121)
#3D486E
(61,72,110)
#374163
(55,65,99)
#313A58
(49,58,88)
#2B334D
(43,51,77)
#252C42
(37,44,66)
#1F2537
(31,37,55)
#191E2C
(25,30,44)
#131721
(19,23,33)
#0D1016
(13,16,22)
#07090B
(7,9,11)
#000000
(0,0,0)

Tints of #434F79

#434F79
(67,79,121)
#545F85
(84,95,133)
#656F91
(101,111,145)
#767F9D
(118,127,157)
#878FA9
(135,143,169)
#989FB5
(152,159,181)
#A9AFC1
(169,175,193)
#BABFCD
(186,191,205)
#CBCFD9
(203,207,217)
#DCDFE5
(220,223,229)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434F79 color. Also use rgb(67,79,121) instead hex code.

Text Font Color

.myTextColor { color: #434F79; }

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

This text font color is #434F79.


Background Color

.myBgColor { background-color: #434F79; }

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

This div background color is #434F79.


Border color

.myBorderColor { border: 1px solid #434F79; }

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

This div border color is #434F79.


Opacity

.myOpacity80 { color: #434F79; opacity: 0.8; }

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

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

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

This text has shadow with #434F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #434F79 on black background.


Color preview on white background

This text has color #434F79 on white background.



Black color preview on #434F79 background

This text has black color on #434F79 background.


White color preview on #434F79 background

This text has white color on #434F79 background.