COLOR #06533C

HEX: #06533C RGB: (6,83,60)

Color info

#06533C contains mainly green and blue colors. Web safe color of #06533C is #006633 (or #063).

RGB color model

#06533C color RGB value is (6,83,60).

RGB: (6,83,60) (2%, 33%, 24%)

RGB channels and saturation

R 6 of 255 = 2%
G 83 of 255 = 33%
B 60 of 255 = 24%

6
83
60

R + G + B ~ 20%. #06533C is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 83 + 60 = 149 (100%)
R 6 of 149 ~ 4.03%
G 83 of 149 ~ 55.7%
B 60 of 149 ~ 40.27'%

%55.7
%40.27

CMYK color model

#06533C color CMYK value is (93,0,28,67).

  • cyan value is 92.77%
  • magenta value is 0.00%
  • yellow value is 27.71%
  • key color value is 67.45%

CMYK: (93,0,28,67)
C93M0Y28K67 (93%, 0%, 28%, 67%)
(0.93 / 0.00 / 0.28 / 0.67)

CMYK percentages

%92.77
%0
%27.71
%67.45

Codes

Color #06533C in popluar color models

06 53 3C
RGB 6 83 60
HSL 162° 86.52% 17.45%
HSB/HSV 162° 92.77% 32.55%
CMYK 92.77% 0.00% 27.71%
67.45%

Color #06533C in popluar number systems.

HEX 06 53 3C
Decimal 6 83 60
Binary 110 1010011 111100
Octal 6 123 74

Shades and tints

Shades of #06533C

#06533C
(6,83,60)
#064C37
(6,76,55)
#064532
(6,69,50)
#063E2D
(6,62,45)
#063728
(6,55,40)
#063023
(6,48,35)
#06291E
(6,41,30)
#062219
(6,34,25)
#061B14
(6,27,20)
#06140F
(6,20,15)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #06533C

#06533C
(6,83,60)
#1C624D
(28,98,77)
#32715E
(50,113,94)
#48806F
(72,128,111)
#5E8F80
(94,143,128)
#749E91
(116,158,145)
#8AADA2
(138,173,162)
#A0BCB3
(160,188,179)
#B6CBC4
(182,203,196)
#CCDAD5
(204,218,213)
#E2E9E6
(226,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06533C color. Also use rgb(6,83,60) instead hex code.

Text Font Color

.myTextColor { color: #06533C; }

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

This text font color is #06533C.

Background Color

.myBgColor { background-color: #06533C; }

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

This div background color is #06533C.

Border color

.myBorderColor { border: 1px solid #06533C; }

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

This div border color is #06533C.

Opacity

.myOpacity80 { color: #06533C; opacity: 0.8; }

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

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

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

This text has shadow with #06533C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06533C.

Preview

Color preview on black background

This text has color #06533C on black background.


Color preview on white background

This text has color #06533C on white background.


Black color preview on #06533C background

This text has black color on #06533C background.


White color preview on #06533C background

This text has white color on #06533C background.


Related colors

Complementary color

Complementary color for #hex is #F9ACC3.


I love getcolorcode.com

Triadic colors

1 #3C0653 and #533C06 with #06533C are triadic colors.

2 #3C5306 and #53063C with #06533C are triadic colors.