COLOR #0A754D

HEX: #0A754D
RGB: (10,117,77)

Color info

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

RGB color model

#0A754D color RGB value is (10,117,77).

  • red value is 10;
  • green value is 117;
  • blue value is 77.
RGB: (10,117,77) (4%,46%,30%)

RGB channels and saturation

R 10 of 255 = 4%
G 117 of 255 = 46%
B 77 of 255 = 30%

10
117
77

R + G + B ~ 27%. #0A754D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 117 + 77 = 204 (100%)
R 10 of 204 ~ 4.9%
G 117 of 204 ~ 57.35%
B 77 of 204 ~ 37.75%

%57.35
%37.75

CMYK color model

#0A754D color CMYK value is (91,0,34,54).

  • cyan value is 91.45%
  • magenta value is 0.00%
  • yellow value is 34.19%
  • key color value is 54.12%
CMYK: (91,0,34,54) C91M0Y34K54 (91%,0%,34%,54%) (0.91/0.00/0.34/0.54)

CMYK percentages

%91.45
%0
%34.19
%54.12

Codes

Color #0A754D in popluar color models

0A754D
RGB1011777
HSL158°84.25%24.90%
HSB/HSV158°91.45%45.88%
CMYK91.45%0.00%34.19%
54.12%

Color #0A754D in popluar number systems.

HEX0A754D
Decimal1011777
Binary101011101011001101
Octal12165115

Shades and tints

Shades of #0A754D

#0A754D
(10,117,77)
#0A6B46
(10,107,70)
#0A613F
(10,97,63)
#0A5738
(10,87,56)
#0A4D31
(10,77,49)
#0A432A
(10,67,42)
#0A3923
(10,57,35)
#0A2F1C
(10,47,28)
#0A2515
(10,37,21)
#0A1B0E
(10,27,14)
#0A1107
(10,17,7)
#000000
(0,0,0)

Tints of #0A754D

#0A754D
(10,117,77)
#20815D
(32,129,93)
#368D6D
(54,141,109)
#4C997D
(76,153,125)
#62A58D
(98,165,141)
#78B19D
(120,177,157)
#8EBDAD
(142,189,173)
#A4C9BD
(164,201,189)
#BAD5CD
(186,213,205)
#D0E1DD
(208,225,221)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A754D color. Also use rgb(10,117,77) instead hex code.

Text Font Color

.myTextColor { color: #0A754D; }

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

This text font color is #0A754D.


Background Color

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

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

This div background color is #0A754D.


Border color

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

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

This div border color is #0A754D.


Opacity

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

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

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

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

This text has shadow with #0A754D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0A754D on black background.


Color preview on white background

This text has color #0A754D on white background.



Black color preview on #0A754D background

This text has black color on #0A754D background.


White color preview on #0A754D background

This text has white color on #0A754D background.