COLOR #064131

HEX: #064131 RGB: (6,65,49)

Color info

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

RGB color model

#064131 color RGB value is (6,65,49).

RGB: (6,65,49) (2%, 25%, 19%)

RGB channels and saturation

R 6 of 255 = 2%
G 65 of 255 = 25%
B 49 of 255 = 19%

6
65
49

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

Portions of RGB colors in percentages

R + G + B = 6 + 65 + 49 = 120 (100%)
R 6 of 120 ~ 5%
G 65 of 120 ~ 54.17%
B 49 of 120 ~ 40.83'%

%54.17
%40.83

CMYK color model

#064131 color CMYK value is (91,0,25,75).

  • cyan value is 90.77%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 74.51%

CMYK: (91,0,25,75)
C91M0Y25K75 (91%, 0%, 25%, 75%)
(0.91 / 0.00 / 0.25 / 0.75)

CMYK percentages

%90.77
%0
%24.62
%74.51

Codes

Color #064131 in popluar color models

06 41 31
RGB 6 65 49
HSL 164° 83.10% 13.92%
HSB/HSV 164° 90.77% 25.49%
CMYK 90.77% 0.00% 24.62%
74.51%

Color #064131 in popluar number systems.

HEX 06 41 31
Decimal 6 65 49
Binary 110 1000001 110001
Octal 6 101 61

Shades and tints

Shades of #064131

#064131
(6,65,49)
#063C2D
(6,60,45)
#063729
(6,55,41)
#063225
(6,50,37)
#062D21
(6,45,33)
#06281D
(6,40,29)
#062319
(6,35,25)
#061E15
(6,30,21)
#061911
(6,25,17)
#06140D
(6,20,13)
#060F09
(6,15,9)
#000000
(0,0,0)

Tints of #064131

#064131
(6,65,49)
#1C5243
(28,82,67)
#326355
(50,99,85)
#487467
(72,116,103)
#5E8579
(94,133,121)
#74968B
(116,150,139)
#8AA79D
(138,167,157)
#A0B8AF
(160,184,175)
#B6C9C1
(182,201,193)
#CCDAD3
(204,218,211)
#E2EBE5
(226,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #064131; }

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

This text font color is #064131.

Background Color

.myBgColor { background-color: #064131; }

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

This div background color is #064131.

Border color

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

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

This div border color is #064131.

Opacity

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

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

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

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

This text has shadow with #064131 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064131.

Preview

Color preview on black background

This text has color #064131 on black background.


Color preview on white background

This text has color #064131 on white background.


Black color preview on #064131 background

This text has black color on #064131 background.


White color preview on #064131 background

This text has white color on #064131 background.


Related colors

Complementary color

Complementary color for #hex is #F9BECE.


I love getcolorcode.com

Triadic colors

1 #310641 and #413106 with #064131 are triadic colors.

2 #314106 and #410631 with #064131 are triadic colors.