COLOR #06232C

HEX: #06232C RGB: (6,35,44)

Color info

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

RGB color model

#06232C color RGB value is (6,35,44).

RGB: (6,35,44) (2%, 14%, 17%)

RGB channels and saturation

R 6 of 255 = 2%
G 35 of 255 = 14%
B 44 of 255 = 17%

6
35
44

R + G + B ~ 11%. #06232C is dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 35 + 44 = 85 (100%)
R 6 of 85 ~ 7.06%
G 35 of 85 ~ 41.18%
B 44 of 85 ~ 51.76'%

%41.18
%51.76

CMYK color model

#06232C color CMYK value is (86,20,0,83).

  • cyan value is 86.36%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 82.75%

CMYK: (86,20,0,83)
C86M20Y0K83 (86%, 20%, 0%, 83%)
(0.86 / 0.20 / 0.00 / 0.83)

CMYK percentages

%86.36
%20.45
%0
%82.75

Codes

Color #06232C in popluar color models

06 23 2C
RGB 6 35 44
HSL 194° 76.00% 9.80%
HSB/HSV 194° 86.36% 17.25%
CMYK 86.36% 20.45% 0.00%
82.75%

Color #06232C in popluar number systems.

HEX 06 23 2C
Decimal 6 35 44
Binary 110 100011 101100
Octal 6 43 54

Shades and tints

Shades of #06232C

#06232C
(6,35,44)
#062028
(6,32,40)
#061D24
(6,29,36)
#061A20
(6,26,32)
#06171C
(6,23,28)
#061418
(6,20,24)
#061114
(6,17,20)
#060E10
(6,14,16)
#060B0C
(6,11,12)
#060808
(6,8,8)
#060504
(6,5,4)
#000000
(0,0,0)

Tints of #06232C

#06232C
(6,35,44)
#1C373F
(28,55,63)
#324B52
(50,75,82)
#485F65
(72,95,101)
#5E7378
(94,115,120)
#74878B
(116,135,139)
#8A9B9E
(138,155,158)
#A0AFB1
(160,175,177)
#B6C3C4
(182,195,196)
#CCD7D7
(204,215,215)
#E2EBEA
(226,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06232C color. Also use rgb(6,35,44) instead hex code.

Text Font Color

.myTextColor { color: #06232C; }

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

This text font color is #06232C.

Background Color

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

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

This div background color is #06232C.

Border color

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

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

This div border color is #06232C.

Opacity

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

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

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

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

This text has shadow with #06232C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #06232C.

Preview

Color preview on black background

This text has color #06232C on black background.


Color preview on white background

This text has color #06232C on white background.


Black color preview on #06232C background

This text has black color on #06232C background.


White color preview on #06232C background

This text has white color on #06232C background.


Related colors

Complementary color

Complementary color for #hex is #F9DCD3.


I love getcolorcode.com

Triadic colors

1 #2C0623 and #232C06 with #06232C are triadic colors.

2 #2C2306 and #23062C with #06232C are triadic colors.