COLOR #063025

HEX: #063025
RGB: (6,48,37)

Color info

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

RGB color model

#063025 color RGB value is (6,48,37).

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

RGB channels and saturation

R 6 of 255 = 2%
G 48 of 255 = 19%
B 37 of 255 = 15%

6
48
37

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

Portions of RGB colors in percentages

R + G + B =
6 + 48 + 37 = 91 (100%)
R 6 of 91 ~ 6.59%
G 48 of 91 ~ 52.75%
B 37 of 91 ~ 40.66%

%52.75
%40.66

CMYK color model

#063025 color CMYK value is (88,0,23,81).

  • cyan value is 87.50%
  • magenta value is 0.00%
  • yellow value is 22.92%
  • key color value is 81.18%
CMYK:
(88,0,23,81)
C88M0Y23K81 
(88%,0%,23%,81%)
(0.88/0.00/0.23/0.81)	

CMYK percentages

%87.5
%0
%22.92
%81.18

Codes

Color #063025 in popluar color models

063025
RGB64837
HSL164°77.78%10.59%
HSB/HSV164°87.50%18.82%
CMYK87.50%0.00%22.92%
81.18%

Color #063025 in popluar number systems.

HEX063025
Decimal64837
Binary110110000100101
Octal66045

Shades and tints

Shades of #063025

#063025
(6,48,37)
#062C22
(6,44,34)
#06281F
(6,40,31)
#06241C
(6,36,28)
#062019
(6,32,25)
#061C16
(6,28,22)
#061813
(6,24,19)
#061410
(6,20,16)
#06100D
(6,16,13)
#060C0A
(6,12,10)
#060807
(6,8,7)
#000000
(0,0,0)

Tints of #063025

#063025
(6,48,37)
#1C4238
(28,66,56)
#32544B
(50,84,75)
#48665E
(72,102,94)
#5E7871
(94,120,113)
#748A84
(116,138,132)
#8A9C97
(138,156,151)
#A0AEAA
(160,174,170)
#B6C0BD
(182,192,189)
#CCD2D0
(204,210,208)
#E2E4E3
(226,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #063025; }

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

This text font color is #063025.


Background Color

.myBgColor { background-color: #063025; }

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

This div background color is #063025.


Border color

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

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

This div border color is #063025.


Opacity

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

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

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

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

This text has shadow with #063025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #063025 on black background.


Color preview on white background

This text has color #063025 on white background.



Black color preview on #063025 background

This text has black color on #063025 background.


White color preview on #063025 background

This text has white color on #063025 background.