COLOR #434B7A

HEX: #434B7A RGB: (67,75,122)

Color info

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

RGB color model

#434B7A color RGB value is (67,75,122).

RGB: (67,75,122) (26%, 29%, 48%)

RGB channels and saturation

R 67 of 255 = 26%
G 75 of 255 = 29%
B 122 of 255 = 48%

67
75
122

R + G + B ~ 34%. #434B7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 67 + 75 + 122 = 264 (100%)
R 67 of 264 ~ 25.38%
G 75 of 264 ~ 28.41%
B 122 of 264 ~ 46.21'%

%25.38
%28.41
%46.21

CMYK color model

#434B7A color CMYK value is (45,39,0,52).

  • cyan value is 45.08%
  • magenta value is 38.52%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (45,39,0,52)
C45M39Y0K52 (45%, 39%, 0%, 52%)
(0.45 / 0.39 / 0.00 / 0.52)

CMYK percentages

%45.08
%38.52
%0
%52.16

Codes

Color #434B7A in popluar color models

43 4B 7A
RGB 67 75 122
HSL 231° 29.10% 37.06%
HSB/HSV 231° 45.08% 47.84%
CMYK 45.08% 38.52% 0.00%
52.16%

Color #434B7A in popluar number systems.

HEX 43 4B 7A
Decimal 67 75 122
Binary 1000011 1001011 1111010
Octal 103 113 172

Shades and tints

Shades of #434B7A

#434B7A
(67,75,122)
#3D456F
(61,69,111)
#373F64
(55,63,100)
#313959
(49,57,89)
#2B334E
(43,51,78)
#252D43
(37,45,67)
#1F2738
(31,39,56)
#19212D
(25,33,45)
#131B22
(19,27,34)
#0D1517
(13,21,23)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #434B7A

#434B7A
(67,75,122)
#545B86
(84,91,134)
#656B92
(101,107,146)
#767B9E
(118,123,158)
#878BAA
(135,139,170)
#989BB6
(152,155,182)
#A9ABC2
(169,171,194)
#BABBCE
(186,187,206)
#CBCBDA
(203,203,218)
#DCDBE6
(220,219,230)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #434B7A color. Also use rgb(67,75,122) instead hex code.

Text Font Color

.myTextColor { color: #434B7A; }

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

This text font color is #434B7A.

Background Color

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

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

This div background color is #434B7A.

Border color

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

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

This div border color is #434B7A.

Opacity

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

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

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

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

This text has shadow with #434B7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #434B7A.

Preview

Color preview on black background

This text has color #434B7A on black background.


Color preview on white background

This text has color #434B7A on white background.


Black color preview on #434B7A background

This text has black color on #434B7A background.


White color preview on #434B7A background

This text has white color on #434B7A background.


Related colors

Complementary color

Complementary color for #hex is #BCB485.


I love getcolorcode.com

Triadic colors

1 #7A434B and #4B7A43 with #434B7A are triadic colors.

2 #7A4B43 and #4B437A with #434B7A are triadic colors.