COLOR #0A7368

HEX: #0A7368 RGB: (10,115,104)

Color info

#0A7368 contains mainly green and blue colors. Web safe color of #0A7368 is #006666 (or #066).

RGB color model

#0A7368 color RGB value is (10,115,104).

RGB: (10,115,104) (4%, 45%, 41%)

RGB channels and saturation

R 10 of 255 = 4%
G 115 of 255 = 45%
B 104 of 255 = 41%

10
115
104

R + G + B ~ 30%. #0A7368 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 115 + 104 = 229 (100%)
R 10 of 229 ~ 4.37%
G 115 of 229 ~ 50.22%
B 104 of 229 ~ 45.41'%

%50.22
%45.41

CMYK color model

#0A7368 color CMYK value is (91,0,10,55).

  • cyan value is 91.30%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 54.90%

CMYK: (91,0,10,55)
C91M0Y10K55 (91%, 0%, 10%, 55%)
(0.91 / 0.00 / 0.10 / 0.55)

CMYK percentages

%91.3
%0
%9.57
%54.9

Codes

Color #0A7368 in popluar color models

0A 73 68
RGB 10 115 104
HSL 174° 84.00% 24.51%
HSB/HSV 174° 91.30% 45.10%
CMYK 91.30% 0.00% 9.57%
54.90%

Color #0A7368 in popluar number systems.

HEX 0A 73 68
Decimal 10 115 104
Binary 1010 1110011 1101000
Octal 12 163 150

Shades and tints

Shades of #0A7368

#0A7368
(10,115,104)
#0A695F
(10,105,95)
#0A5F56
(10,95,86)
#0A554D
(10,85,77)
#0A4B44
(10,75,68)
#0A413B
(10,65,59)
#0A3732
(10,55,50)
#0A2D29
(10,45,41)
#0A2320
(10,35,32)
#0A1917
(10,25,23)
#0A0F0E
(10,15,14)
#000000
(0,0,0)

Tints of #0A7368

#0A7368
(10,115,104)
#207F75
(32,127,117)
#368B82
(54,139,130)
#4C978F
(76,151,143)
#62A39C
(98,163,156)
#78AFA9
(120,175,169)
#8EBBB6
(142,187,182)
#A4C7C3
(164,199,195)
#BAD3D0
(186,211,208)
#D0DFDD
(208,223,221)
#E6EBEA
(230,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A7368 color. Also use rgb(10,115,104) instead hex code.

Text Font Color

.myTextColor { color: #0A7368; }

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

This text font color is #0A7368.

Background Color

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

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

This div background color is #0A7368.

Border color

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

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

This div border color is #0A7368.

Opacity

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

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

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

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

This text has shadow with #0A7368 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A7368.

Preview

Color preview on black background

This text has color #0A7368 on black background.


Color preview on white background

This text has color #0A7368 on white background.


Black color preview on #0A7368 background

This text has black color on #0A7368 background.


White color preview on #0A7368 background

This text has white color on #0A7368 background.


Related colors

Complementary color

Complementary color for #hex is #F58C97.


I love getcolorcode.com

Triadic colors

1 #680A73 and #73680A with #0A7368 are triadic colors.

2 #68730A and #730A68 with #0A7368 are triadic colors.