COLOR #043931

HEX: #043931
RGB: (4,57,49)

Color info

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

RGB color model

#043931 color RGB value is (4,57,49).

  • red value is 4;
  • green value is 57;
  • blue value is 49.
RGB:
(4,57,49)
(2%,22%,19%)

RGB channels and saturation

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

4
57
49

R + G + B ~ 14%. #043931 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 57 + 49 = 110 (100%)
R 4 of 110 ~ 3.64%
G 57 of 110 ~ 51.82%
B 49 of 110 ~ 44.55%

%51.82
%44.55

CMYK color model

#043931 color CMYK value is (93,0,14,78).

  • cyan value is 92.98%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 77.65%
CMYK:
(93,0,14,78)
C93M0Y14K78 
(93%,0%,14%,78%)
(0.93/0.00/0.14/0.78)	

CMYK percentages

%92.98
%0
%14.04
%77.65

Codes

Color #043931 in popluar color models

043931
RGB45749
HSL171°86.89%11.96%
HSB/HSV171°92.98%22.35%
CMYK92.98%0.00%14.04%
77.65%

Color #043931 in popluar number systems.

HEX043931
Decimal45749
Binary100111001110001
Octal47161

Shades and tints

Shades of #043931

#043931
(4,57,49)
#04342D
(4,52,45)
#042F29
(4,47,41)
#042A25
(4,42,37)
#042521
(4,37,33)
#04201D
(4,32,29)
#041B19
(4,27,25)
#041615
(4,22,21)
#041111
(4,17,17)
#040C0D
(4,12,13)
#040709
(4,7,9)
#000000
(0,0,0)

Tints of #043931

#043931
(4,57,49)
#1A4B43
(26,75,67)
#305D55
(48,93,85)
#466F67
(70,111,103)
#5C8179
(92,129,121)
#72938B
(114,147,139)
#88A59D
(136,165,157)
#9EB7AF
(158,183,175)
#B4C9C1
(180,201,193)
#CADBD3
(202,219,211)
#E0EDE5
(224,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #043931; }

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

This text font color is #043931.


Background Color

.myBgColor { background-color: #043931; }

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

This div background color is #043931.


Border color

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

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

This div border color is #043931.


Opacity

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

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

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

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

This text has shadow with #043931 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #043931 on black background.


Color preview on white background

This text has color #043931 on white background.



Black color preview on #043931 background

This text has black color on #043931 background.


White color preview on #043931 background

This text has white color on #043931 background.