COLOR #433F61

HEX: #433F61 RGB: (67,63,97)

Color info

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

RGB color model

#433F61 color RGB value is (67,63,97).

RGB: (67,63,97) (26%, 25%, 38%)

RGB channels and saturation

R 67 of 255 = 26%
G 63 of 255 = 25%
B 97 of 255 = 38%

67
63
97

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

Portions of RGB colors in percentages

R + G + B = 67 + 63 + 97 = 227 (100%)
R 67 of 227 ~ 29.52%
G 63 of 227 ~ 27.75%
B 97 of 227 ~ 42.73'%

%29.52
%27.75
%42.73

CMYK color model

#433F61 color CMYK value is (31,35,0,62).

  • cyan value is 30.93%
  • magenta value is 35.05%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (31,35,0,62)
C31M35Y0K62 (31%, 35%, 0%, 62%)
(0.31 / 0.35 / 0.00 / 0.62)

CMYK percentages

%30.93
%35.05
%0
%61.96

Codes

Color #433F61 in popluar color models

43 3F 61
RGB 67 63 97
HSL 247° 21.25% 31.37%
HSB/HSV 247° 35.05% 38.04%
CMYK 30.93% 35.05% 0.00%
61.96%

Color #433F61 in popluar number systems.

HEX 43 3F 61
Decimal 67 63 97
Binary 1000011 111111 1100001
Octal 103 77 141

Shades and tints

Shades of #433F61

#433F61
(67,63,97)
#3D3A59
(61,58,89)
#373551
(55,53,81)
#313049
(49,48,73)
#2B2B41
(43,43,65)
#252639
(37,38,57)
#1F2131
(31,33,49)
#191C29
(25,28,41)
#131721
(19,23,33)
#0D1219
(13,18,25)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #433F61

#433F61
(67,63,97)
#54506F
(84,80,111)
#65617D
(101,97,125)
#76728B
(118,114,139)
#878399
(135,131,153)
#9894A7
(152,148,167)
#A9A5B5
(169,165,181)
#BAB6C3
(186,182,195)
#CBC7D1
(203,199,209)
#DCD8DF
(220,216,223)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #433F61; }

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

This text font color is #433F61.

Background Color

.myBgColor { background-color: #433F61; }

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

This div background color is #433F61.

Border color

.myBorderColor { border: 1px solid #433F61; }

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

This div border color is #433F61.

Opacity

.myOpacity80 { color: #433F61; opacity: 0.8; }

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

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

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

This text has shadow with #433F61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #433F61.

Preview

Color preview on black background

This text has color #433F61 on black background.


Color preview on white background

This text has color #433F61 on white background.


Black color preview on #433F61 background

This text has black color on #433F61 background.


White color preview on #433F61 background

This text has white color on #433F61 background.


Related colors

Complementary color

Complementary color for #hex is #BCC09E.


I love getcolorcode.com

Triadic colors

1 #61433F and #3F6143 with #433F61 are triadic colors.

2 #613F43 and #3F4361 with #433F61 are triadic colors.