COLOR #0A7128

HEX: #0A7128
RGB: (10,113,40)

Color info

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

RGB color model

#0A7128 color RGB value is (10,113,40).

  • red value is 10;
  • green value is 113;
  • blue value is 40.
RGB:
(10,113,40)
(4%,44%,16%)

RGB channels and saturation

R 10 of 255 = 4%
G 113 of 255 = 44%
B 40 of 255 = 16%

10
113
40

R + G + B ~ 21%. #0A7128 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 113 + 40 = 163 (100%)
R 10 of 163 ~ 6.13%
G 113 of 163 ~ 69.33%
B 40 of 163 ~ 24.54%

%69.33
%24.54

CMYK color model

#0A7128 color CMYK value is (91,0,65,56).

  • cyan value is 91.15%
  • magenta value is 0.00%
  • yellow value is 64.60%
  • key color value is 55.69%
CMYK:
(91,0,65,56)
C91M0Y65K56 
(91%,0%,65%,56%)
(0.91/0.00/0.65/0.56)	

CMYK percentages

%91.15
%0
%64.6
%55.69

Codes

Color #0A7128 in popluar color models

0A7128
RGB1011340
HSL137°83.74%24.12%
HSB/HSV137°91.15%44.31%
CMYK91.15%0.00%64.60%
55.69%

Color #0A7128 in popluar number systems.

HEX0A7128
Decimal1011340
Binary10101110001101000
Octal1216150

Shades and tints

Shades of #0A7128

#0A7128
(10,113,40)
#0A6725
(10,103,37)
#0A5D22
(10,93,34)
#0A531F
(10,83,31)
#0A491C
(10,73,28)
#0A3F19
(10,63,25)
#0A3516
(10,53,22)
#0A2B13
(10,43,19)
#0A2110
(10,33,16)
#0A170D
(10,23,13)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #0A7128

#0A7128
(10,113,40)
#207D3B
(32,125,59)
#36894E
(54,137,78)
#4C9561
(76,149,97)
#62A174
(98,161,116)
#78AD87
(120,173,135)
#8EB99A
(142,185,154)
#A4C5AD
(164,197,173)
#BAD1C0
(186,209,192)
#D0DDD3
(208,221,211)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A7128 color. Also use rgb(10,113,40) instead hex code.

Text Font Color

.myTextColor { color: #0A7128; }

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

This text font color is #0A7128.


Background Color

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

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

This div background color is #0A7128.


Border color

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

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

This div border color is #0A7128.


Opacity

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

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

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

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

This text has shadow with #0A7128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A7128 on black background.


Color preview on white background

This text has color #0A7128 on white background.



Black color preview on #0A7128 background

This text has black color on #0A7128 background.


White color preview on #0A7128 background

This text has white color on #0A7128 background.