COLOR #431122

HEX: #431122
RGB: (67,17,34)

Color info

#431122 contains red, green and blue colors in about the same proportion. Web safe color of #431122 is #330033 (or #303).

RGB color model

#431122 color RGB value is (67,17,34).

  • red value is 67;
  • green value is 17;
  • blue value is 34.
RGB:
(67,17,34)
(26%,7%,13%)

RGB channels and saturation

R 67 of 255 = 26%
G 17 of 255 = 7%
B 34 of 255 = 13%

67
17
34

R + G + B ~ 15%. #431122 is dark color.

Portions of RGB colors in percentages

R + G + B =
67 + 17 + 34 = 118 (100%)
R 67 of 118 ~ 56.78%
G 17 of 118 ~ 14.41%
B 34 of 118 ~ 28.81%

%56.78
%14.41
%28.81

CMYK color model

#431122 color CMYK value is (0,75,49,74).

  • cyan value is 0.00%
  • magenta value is 74.63%
  • yellow value is 49.25%
  • key color value is 73.73%
CMYK:
(0,75,49,74)
C0M75Y49K74 
(0%,75%,49%,74%)
(0.00/0.75/0.49/0.74)	

CMYK percentages

%0
%74.63
%49.25
%73.73

Codes

Color #431122 in popluar color models

431122
RGB671734
HSL340°59.52%16.47%
HSB/HSV340°74.63%26.27%
CMYK0.00%74.63%49.25%
73.73%

Color #431122 in popluar number systems.

HEX431122
Decimal671734
Binary100001110001100010
Octal1032142

Shades and tints

Shades of #431122

#431122
(67,17,34)
#3D101F
(61,16,31)
#370F1C
(55,15,28)
#310E19
(49,14,25)
#2B0D16
(43,13,22)
#250C13
(37,12,19)
#1F0B10
(31,11,16)
#190A0D
(25,10,13)
#13090A
(19,9,10)
#0D0807
(13,8,7)
#070704
(7,7,4)
#000000
(0,0,0)

Tints of #431122

#431122
(67,17,34)
#542636
(84,38,54)
#653B4A
(101,59,74)
#76505E
(118,80,94)
#876572
(135,101,114)
#987A86
(152,122,134)
#A98F9A
(169,143,154)
#BAA4AE
(186,164,174)
#CBB9C2
(203,185,194)
#DCCED6
(220,206,214)
#EDE3EA
(237,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #431122 color. Also use rgb(67,17,34) instead hex code.

Text Font Color

.myTextColor { color: #431122; }

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

This text font color is #431122.


Background Color

.myBgColor { background-color: #431122; }

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

This div background color is #431122.


Border color

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

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

This div border color is #431122.


Opacity

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

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

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

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

This text has shadow with #431122 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #431122 on black background.


Color preview on white background

This text has color #431122 on white background.



Black color preview on #431122 background

This text has black color on #431122 background.


White color preview on #431122 background

This text has white color on #431122 background.