COLOR #043131

HEX: #043131 RGB: (4,49,49)

Color info

#043131 contains red, green and blue colors in about the same proportion. Web safe color of #043131 is #003333 (or #033).

RGB color model

#043131 color RGB value is (4,49,49).

RGB: (4,49,49) (2%, 19%, 19%)

RGB channels and saturation

R 4 of 255 = 2%
G 49 of 255 = 19%
B 49 of 255 = 19%

4
49
49

R + G + B ~ 13%. #043131 is dark color.

Portions of RGB colors in percentages

R + G + B = 4 + 49 + 49 = 102 (100%)
R 4 of 102 ~ 3.92%
G 49 of 102 ~ 48.04%
B 49 of 102 ~ 48.04'%

%48.04
%48.04

CMYK color model

#043131 color CMYK value is (92,0,0,81).

  • cyan value is 91.84%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 80.78%

CMYK: (92,0,0,81)
C92M0Y0K81 (92%, 0%, 0%, 81%)
(0.92 / 0.00 / 0.00 / 0.81)

CMYK percentages

%91.84
%0
%0
%80.78

Codes

Color #043131 in popluar color models

04 31 31
RGB 4 49 49
HSL 180° 84.91% 10.39%
HSB/HSV 180° 91.84% 19.22%
CMYK 91.84% 0.00% 0.00%
80.78%

Color #043131 in popluar number systems.

HEX 04 31 31
Decimal 4 49 49
Binary 100 110001 110001
Octal 4 61 61

Shades and tints

Shades of #043131

#043131
(4,49,49)
#042D2D
(4,45,45)
#042929
(4,41,41)
#042525
(4,37,37)
#042121
(4,33,33)
#041D1D
(4,29,29)
#041919
(4,25,25)
#041515
(4,21,21)
#041111
(4,17,17)
#040D0D
(4,13,13)
#040909
(4,9,9)
#000000
(0,0,0)

Tints of #043131

#043131
(4,49,49)
#1A4343
(26,67,67)
#305555
(48,85,85)
#466767
(70,103,103)
#5C7979
(92,121,121)
#728B8B
(114,139,139)
#889D9D
(136,157,157)
#9EAFAF
(158,175,175)
#B4C1C1
(180,193,193)
#CAD3D3
(202,211,211)
#E0E5E5
(224,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #043131 color. Also use rgb(4,49,49) instead hex code.

Text Font Color

.myTextColor { color: #043131; }

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

This text font color is #043131.

Background Color

.myBgColor { background-color: #043131; }

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

This div background color is #043131.

Border color

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

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

This div border color is #043131.

Opacity

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

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

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

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

This text has shadow with #043131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #043131.

Preview

Color preview on black background

This text has color #043131 on black background.


Color preview on white background

This text has color #043131 on white background.


Black color preview on #043131 background

This text has black color on #043131 background.


White color preview on #043131 background

This text has white color on #043131 background.


Related colors

Complementary color

Complementary color for #hex is #FBCECE.


I love getcolorcode.com