COLOR #00530A

HEX: #00530A RGB: (0,83,10)

Color info

#00530A contains mainly green color. Web safe color of #00530A is #006600 (or #060).

RGB color model

#00530A color RGB value is (0,83,10).

RGB: (0,83,10) (0%, 33%, 4%)

RGB channels and saturation

R 0 of 255 = 0%
G 83 of 255 = 33%
B 10 of 255 = 4%

0
83
10

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

Portions of RGB colors in percentages

R + G + B = 0 + 83 + 10 = 93 (100%)
R 0 of 93 ~ 0%
G 83 of 93 ~ 89.25%
B 10 of 93 ~ 10.75'%

%89.25
%10.75

CMYK color model

#00530A color CMYK value is (100,0,88,67).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 87.95%
  • key color value is 67.45%

CMYK: (100,0,88,67)
C100M0Y88K67 (100%, 0%, 88%, 67%)
(1.00 / 0.00 / 0.88 / 0.67)

CMYK percentages

%100
%0
%87.95
%67.45

Codes

Color #00530A in popluar color models

00 53 0A
RGB 0 83 10
HSL 127° 100.00% 16.27%
HSB/HSV 127° 100.00% 32.55%
CMYK 100.00% 0.00% 87.95%
67.45%

Color #00530A in popluar number systems.

HEX 00 53 0A
Decimal 0 83 10
Binary 0 1010011 1010
Octal 0 123 12

Shades and tints

Shades of #00530A

#00530A
(0,83,10)
#004C0A
(0,76,10)
#00450A
(0,69,10)
#003E0A
(0,62,10)
#00370A
(0,55,10)
#00300A
(0,48,10)
#00290A
(0,41,10)
#00220A
(0,34,10)
#001B0A
(0,27,10)
#00140A
(0,20,10)
#000D0A
(0,13,10)
#000000
(0,0,0)

Tints of #00530A

#00530A
(0,83,10)
#176220
(23,98,32)
#2E7136
(46,113,54)
#45804C
(69,128,76)
#5C8F62
(92,143,98)
#739E78
(115,158,120)
#8AAD8E
(138,173,142)
#A1BCA4
(161,188,164)
#B8CBBA
(184,203,186)
#CFDAD0
(207,218,208)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00530A color. Also use rgb(0,83,10) instead hex code.

Text Font Color

.myTextColor { color: #00530A; }

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

This text font color is #00530A.

Background Color

.myBgColor { background-color: #00530A; }

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

This div background color is #00530A.

Border color

.myBorderColor { border: 1px solid #00530A; }

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

This div border color is #00530A.

Opacity

.myOpacity80 { color: #00530A; opacity: 0.8; }

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

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

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

This text has shadow with #00530A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00530A.

Preview

Color preview on black background

This text has color #00530A on black background.


Color preview on white background

This text has color #00530A on white background.


Black color preview on #00530A background

This text has black color on #00530A background.


White color preview on #00530A background

This text has white color on #00530A background.


Related colors

Complementary color

Complementary color for #hex is #FFACF5.


I love getcolorcode.com

Triadic colors

1 #0A0053 and #530A00 with #00530A are triadic colors.

2 #0A5300 and #53000A with #00530A are triadic colors.