COLOR #0A7640

HEX: #0A7640
RGB: (10,118,64)

Color info

#0A7640 contains mainly green and blue colors. Web safe color of #0A7640 is #006633 (or #063).

RGB color model

#0A7640 color RGB value is (10,118,64).

  • red value is 10;
  • green value is 118;
  • blue value is 64.
RGB: (10,118,64) (4%,46%,25%)

RGB channels and saturation

R 10 of 255 = 4%
G 118 of 255 = 46%
B 64 of 255 = 25%

10
118
64

R + G + B ~ 25%. #0A7640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 118 + 64 = 192 (100%)
R 10 of 192 ~ 5.21%
G 118 of 192 ~ 61.46%
B 64 of 192 ~ 33.33%

%61.46
%33.33

CMYK color model

#0A7640 color CMYK value is (92,0,46,54).

  • cyan value is 91.53%
  • magenta value is 0.00%
  • yellow value is 45.76%
  • key color value is 53.73%
CMYK: (92,0,46,54) C92M0Y46K54 (92%,0%,46%,54%) (0.92/0.00/0.46/0.54)

CMYK percentages

%91.53
%0
%45.76
%53.73

Codes

Color #0A7640 in popluar color models

0A7640
RGB1011864
HSL150°84.38%25.10%
HSB/HSV150°91.53%46.27%
CMYK91.53%0.00%45.76%
53.73%

Color #0A7640 in popluar number systems.

HEX0A7640
Decimal1011864
Binary101011101101000000
Octal12166100

Shades and tints

Shades of #0A7640

#0A7640
(10,118,64)
#0A6C3B
(10,108,59)
#0A6236
(10,98,54)
#0A5831
(10,88,49)
#0A4E2C
(10,78,44)
#0A4427
(10,68,39)
#0A3A22
(10,58,34)
#0A301D
(10,48,29)
#0A2618
(10,38,24)
#0A1C13
(10,28,19)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #0A7640

#0A7640
(10,118,64)
#208251
(32,130,81)
#368E62
(54,142,98)
#4C9A73
(76,154,115)
#62A684
(98,166,132)
#78B295
(120,178,149)
#8EBEA6
(142,190,166)
#A4CAB7
(164,202,183)
#BAD6C8
(186,214,200)
#D0E2D9
(208,226,217)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A7640 color. Also use rgb(10,118,64) instead hex code.

Text Font Color

.myTextColor { color: #0A7640; }

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

This text font color is #0A7640.


Background Color

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

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

This div background color is #0A7640.


Border color

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

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

This div border color is #0A7640.


Opacity

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

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

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

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

This text has shadow with #0A7640 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0A7640 on black background.


Color preview on white background

This text has color #0A7640 on white background.



Black color preview on #0A7640 background

This text has black color on #0A7640 background.


White color preview on #0A7640 background

This text has white color on #0A7640 background.