COLOR #00483F

HEX: #00483F
RGB: (0,72,63)

Color info

#00483F contains only green and blue colors. Web safe color of #00483F is #003333 (or #033).

RGB color model

#00483F color RGB value is (0,72,63).

  • red value is 0;
  • green value is 72;
  • blue value is 63.
RGB:
(0,72,63)
(0%,28%,25%)

RGB channels and saturation

R 0 of 255 = 0%
G 72 of 255 = 28%
B 63 of 255 = 25%

0
72
63

R + G + B ~ 18%. #00483F is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 72 + 63 = 135 (100%)
R 0 of 135 ~ 0%
G 72 of 135 ~ 53.33%
B 63 of 135 ~ 46.67%

%53.33
%46.67

CMYK color model

#00483F color CMYK value is (100,0,13,72).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(100,0,13,72)
C100M0Y13K72 
(100%,0%,13%,72%)
(1.00/0.00/0.13/0.72)	

CMYK percentages

%100
%0
%12.5
%71.76

Codes

Color #00483F in popluar color models

00483F
RGB07263
HSL173°100.00%14.12%
HSB/HSV173°100.00%28.24%
CMYK100.00%0.00%12.50%
71.76%

Color #00483F in popluar number systems.

HEX00483F
Decimal07263
Binary01001000111111
Octal011077

Shades and tints

Shades of #00483F

#00483F
(0,72,63)
#00423A
(0,66,58)
#003C35
(0,60,53)
#003630
(0,54,48)
#00302B
(0,48,43)
#002A26
(0,42,38)
#002421
(0,36,33)
#001E1C
(0,30,28)
#001817
(0,24,23)
#001212
(0,18,18)
#000C0D
(0,12,13)
#000000
(0,0,0)

Tints of #00483F

#00483F
(0,72,63)
#175850
(23,88,80)
#2E6861
(46,104,97)
#457872
(69,120,114)
#5C8883
(92,136,131)
#739894
(115,152,148)
#8AA8A5
(138,168,165)
#A1B8B6
(161,184,182)
#B8C8C7
(184,200,199)
#CFD8D8
(207,216,216)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00483F color. Also use rgb(0,72,63) instead hex code.

Text Font Color

.myTextColor { color: #00483F; }

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

This text font color is #00483F.


Background Color

.myBgColor { background-color: #00483F; }

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

This div background color is #00483F.


Border color

.myBorderColor { border: 1px solid #00483F; }

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

This div border color is #00483F.


Opacity

.myOpacity80 { color: #00483F; opacity: 0.8; }

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

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

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

This text has shadow with #00483F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00483F on black background.


Color preview on white background

This text has color #00483F on white background.



Black color preview on #00483F background

This text has black color on #00483F background.


White color preview on #00483F background

This text has white color on #00483F background.