COLOR #0A7730

HEX: #0A7730 RGB: (10,119,48)

Color info

#0A7730 contains mainly green color. Web safe color of #0A7730 is #006633 (or #063).

RGB color model

#0A7730 color RGB value is (10,119,48).

RGB: (10,119,48) (4%, 47%, 19%)

RGB channels and saturation

R 10 of 255 = 4%
G 119 of 255 = 47%
B 48 of 255 = 19%

10
119
48

R + G + B ~ 23%. #0A7730 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 119 + 48 = 177 (100%)
R 10 of 177 ~ 5.65%
G 119 of 177 ~ 67.23%
B 48 of 177 ~ 27.12'%

%67.23
%27.12

CMYK color model

#0A7730 color CMYK value is (92,0,60,53).

  • cyan value is 91.60%
  • magenta value is 0.00%
  • yellow value is 59.66%
  • key color value is 53.33%

CMYK: (92,0,60,53)
C92M0Y60K53 (92%, 0%, 60%, 53%)
(0.92 / 0.00 / 0.60 / 0.53)

CMYK percentages

%91.6
%0
%59.66
%53.33

Codes

Color #0A7730 in popluar color models

0A 77 30
RGB 10 119 48
HSL 141° 84.50% 25.29%
HSB/HSV 141° 91.60% 46.67%
CMYK 91.60% 0.00% 59.66%
53.33%

Color #0A7730 in popluar number systems.

HEX 0A 77 30
Decimal 10 119 48
Binary 1010 1110111 110000
Octal 12 167 60

Shades and tints

Shades of #0A7730

#0A7730
(10,119,48)
#0A6D2C
(10,109,44)
#0A6328
(10,99,40)
#0A5924
(10,89,36)
#0A4F20
(10,79,32)
#0A451C
(10,69,28)
#0A3B18
(10,59,24)
#0A3114
(10,49,20)
#0A2710
(10,39,16)
#0A1D0C
(10,29,12)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #0A7730

#0A7730
(10,119,48)
#208342
(32,131,66)
#368F54
(54,143,84)
#4C9B66
(76,155,102)
#62A778
(98,167,120)
#78B38A
(120,179,138)
#8EBF9C
(142,191,156)
#A4CBAE
(164,203,174)
#BAD7C0
(186,215,192)
#D0E3D2
(208,227,210)
#E6EFE4
(230,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A7730 color. Also use rgb(10,119,48) instead hex code.

Text Font Color

.myTextColor { color: #0A7730; }

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

This text font color is #0A7730.

Background Color

.myBgColor { background-color: #0A7730; }

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

This div background color is #0A7730.

Border color

.myBorderColor { border: 1px solid #0A7730; }

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

This div border color is #0A7730.

Opacity

.myOpacity80 { color: #0A7730; opacity: 0.8; }

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

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

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

This text has shadow with #0A7730 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A7730.

Preview

Color preview on black background

This text has color #0A7730 on black background.


Color preview on white background

This text has color #0A7730 on white background.


Black color preview on #0A7730 background

This text has black color on #0A7730 background.


White color preview on #0A7730 background

This text has white color on #0A7730 background.


Related colors

Complementary color

Complementary color for #hex is #F588CF.


I love getcolorcode.com

Triadic colors

1 #300A77 and #77300A with #0A7730 are triadic colors.

2 #30770A and #770A30 with #0A7730 are triadic colors.