COLOR #063023

HEX: #063023
RGB: (6,48,35)

Color info

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

RGB color model

#063023 color RGB value is (6,48,35).

  • red value is 6;
  • green value is 48;
  • blue value is 35.
RGB:
(6,48,35)
(2%,19%,14%)

RGB channels and saturation

R 6 of 255 = 2%
G 48 of 255 = 19%
B 35 of 255 = 14%

6
48
35

R + G + B ~ 12%. #063023 is dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 48 + 35 = 89 (100%)
R 6 of 89 ~ 6.74%
G 48 of 89 ~ 53.93%
B 35 of 89 ~ 39.33%

%53.93
%39.33

CMYK color model

#063023 color CMYK value is (88,0,27,81).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 27.08%
  • key color value is 81.18%
CMYK:
(88,0,27,81)
C88M0Y27K81 
(88%,0%,27%,81%)
(0.88/0.00/0.27/0.81)	

CMYK percentages

%87.5
%0
%27.08
%81.18

Codes

Color #063023 in popluar color models

063023
RGB64835
HSL161°77.78%10.59%
HSB/HSV161°87.50%18.82%
CMYK87.50%0.00%27.08%
81.18%

Color #063023 in popluar number systems.

HEX063023
Decimal64835
Binary110110000100011
Octal66043

Shades and tints

Shades of #063023

#063023
(6,48,35)
#062C20
(6,44,32)
#06281D
(6,40,29)
#06241A
(6,36,26)
#062017
(6,32,23)
#061C14
(6,28,20)
#061811
(6,24,17)
#06140E
(6,20,14)
#06100B
(6,16,11)
#060C08
(6,12,8)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #063023

#063023
(6,48,35)
#1C4237
(28,66,55)
#32544B
(50,84,75)
#48665F
(72,102,95)
#5E7873
(94,120,115)
#748A87
(116,138,135)
#8A9C9B
(138,156,155)
#A0AEAF
(160,174,175)
#B6C0C3
(182,192,195)
#CCD2D7
(204,210,215)
#E2E4EB
(226,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063023; }

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

This text font color is #063023.


Background Color

.myBgColor { background-color: #063023; }

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

This div background color is #063023.


Border color

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

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

This div border color is #063023.


Opacity

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

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

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

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

This text has shadow with #063023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063023 on black background.


Color preview on white background

This text has color #063023 on white background.



Black color preview on #063023 background

This text has black color on #063023 background.


White color preview on #063023 background

This text has white color on #063023 background.