COLOR #046F31

HEX: #046F31
RGB: (4,111,49)

Color info

#046F31 contains mainly green color. Web safe color of #046F31 is #006633 (or #063).

RGB color model

#046F31 color RGB value is (4,111,49).

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

RGB channels and saturation

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

4
111
49

R + G + B ~ 22%. #046F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 111 + 49 = 164 (100%)
R 4 of 164 ~ 2.44%
G 111 of 164 ~ 67.68%
B 49 of 164 ~ 29.88%

%67.68
%29.88

CMYK color model

#046F31 color CMYK value is (96,0,56,56).

  • cyan value is 96.40%
  • magenta value is 0.00%
  • yellow value is 55.86%
  • key color value is 56.47%
CMYK:
(96,0,56,56)
C96M0Y56K56 
(96%,0%,56%,56%)
(0.96/0.00/0.56/0.56)	

CMYK percentages

%96.4
%0
%55.86
%56.47

Codes

Color #046F31 in popluar color models

046F31
RGB411149
HSL145°93.04%22.55%
HSB/HSV145°96.40%43.53%
CMYK96.40%0.00%55.86%
56.47%

Color #046F31 in popluar number systems.

HEX046F31
Decimal411149
Binary1001101111110001
Octal415761

Shades and tints

Shades of #046F31

#046F31
(4,111,49)
#04652D
(4,101,45)
#045B29
(4,91,41)
#045125
(4,81,37)
#044721
(4,71,33)
#043D1D
(4,61,29)
#043319
(4,51,25)
#042915
(4,41,21)
#041F11
(4,31,17)
#04150D
(4,21,13)
#040B09
(4,11,9)
#000000
(0,0,0)

Tints of #046F31

#046F31
(4,111,49)
#1A7C43
(26,124,67)
#308955
(48,137,85)
#469667
(70,150,103)
#5CA379
(92,163,121)
#72B08B
(114,176,139)
#88BD9D
(136,189,157)
#9ECAAF
(158,202,175)
#B4D7C1
(180,215,193)
#CAE4D3
(202,228,211)
#E0F1E5
(224,241,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #046F31; }

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

This text font color is #046F31.


Background Color

.myBgColor { background-color: #046F31; }

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

This div background color is #046F31.


Border color

.myBorderColor { border: 1px solid #046F31; }

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

This div border color is #046F31.


Opacity

.myOpacity80 { color: #046F31; opacity: 0.8; }

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

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

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

This text has shadow with #046F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #046F31 on black background.


Color preview on white background

This text has color #046F31 on white background.



Black color preview on #046F31 background

This text has black color on #046F31 background.


White color preview on #046F31 background

This text has white color on #046F31 background.