COLOR #064333

HEX: #064333 RGB: (6,67,51)

Color info

#064333 contains mainly green and blue colors. Web safe color of #064333 is #003333 (or #033).

RGB color model

#064333 color RGB value is (6,67,51).

RGB: (6,67,51) (2%, 26%, 20%)

RGB channels and saturation

R 6 of 255 = 2%
G 67 of 255 = 26%
B 51 of 255 = 20%

6
67
51

R + G + B ~ 16%. #064333 is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 67 + 51 = 124 (100%)
R 6 of 124 ~ 4.84%
G 67 of 124 ~ 54.03%
B 51 of 124 ~ 41.13'%

%54.03
%41.13

CMYK color model

#064333 color CMYK value is (91,0,24,74).

  • cyan value is 91.04%
  • magenta value is 0.00%
  • yellow value is 23.88%
  • key color value is 73.73%

CMYK: (91,0,24,74)
C91M0Y24K74 (91%, 0%, 24%, 74%)
(0.91 / 0.00 / 0.24 / 0.74)

CMYK percentages

%91.04
%0
%23.88
%73.73

Codes

Color #064333 in popluar color models

06 43 33
RGB 6 67 51
HSL 164° 83.56% 14.31%
HSB/HSV 164° 91.04% 26.27%
CMYK 91.04% 0.00% 23.88%
73.73%

Color #064333 in popluar number systems.

HEX 06 43 33
Decimal 6 67 51
Binary 110 1000011 110011
Octal 6 103 63

Shades and tints

Shades of #064333

#064333
(6,67,51)
#063D2F
(6,61,47)
#06372B
(6,55,43)
#063127
(6,49,39)
#062B23
(6,43,35)
#06251F
(6,37,31)
#061F1B
(6,31,27)
#061917
(6,25,23)
#061313
(6,19,19)
#060D0F
(6,13,15)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #064333

#064333
(6,67,51)
#1C5445
(28,84,69)
#326557
(50,101,87)
#487669
(72,118,105)
#5E877B
(94,135,123)
#74988D
(116,152,141)
#8AA99F
(138,169,159)
#A0BAB1
(160,186,177)
#B6CBC3
(182,203,195)
#CCDCD5
(204,220,213)
#E2EDE7
(226,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #064333 color. Also use rgb(6,67,51) instead hex code.

Text Font Color

.myTextColor { color: #064333; }

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

This text font color is #064333.

Background Color

.myBgColor { background-color: #064333; }

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

This div background color is #064333.

Border color

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

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

This div border color is #064333.

Opacity

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

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

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

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

This text has shadow with #064333 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #064333.

Preview

Color preview on black background

This text has color #064333 on black background.


Color preview on white background

This text has color #064333 on white background.


Black color preview on #064333 background

This text has black color on #064333 background.


White color preview on #064333 background

This text has white color on #064333 background.


Related colors

Complementary color

Complementary color for #hex is #F9BCCC.


I love getcolorcode.com

Triadic colors

1 #330643 and #433306 with #064333 are triadic colors.

2 #334306 and #430633 with #064333 are triadic colors.