COLOR #0F5A4D

HEX: #0F5A4D RGB: (15,90,77)

Color info

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

RGB color model

#0F5A4D color RGB value is (15,90,77).

RGB: (15,90,77) (6%, 35%, 30%)

RGB channels and saturation

R 15 of 255 = 6%
G 90 of 255 = 35%
B 77 of 255 = 30%

15
90
77

R + G + B ~ 24%. #0F5A4D is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 90 + 77 = 182 (100%)
R 15 of 182 ~ 8.24%
G 90 of 182 ~ 49.45%
B 77 of 182 ~ 42.31'%

%49.45
%42.31

CMYK color model

#0F5A4D color CMYK value is (83,0,14,65).

  • cyan value is 83.33%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 64.71%

CMYK: (83,0,14,65)
C83M0Y14K65 (83%, 0%, 14%, 65%)
(0.83 / 0.00 / 0.14 / 0.65)

CMYK percentages

%83.33
%0
%14.44
%64.71

Codes

Color #0F5A4D in popluar color models

0F 5A 4D
RGB 15 90 77
HSL 170° 71.43% 20.59%
HSB/HSV 170° 83.33% 35.29%
CMYK 83.33% 0.00% 14.44%
64.71%

Color #0F5A4D in popluar number systems.

HEX 0F 5A 4D
Decimal 15 90 77
Binary 1111 1011010 1001101
Octal 17 132 115

Shades and tints

Shades of #0F5A4D

#0F5A4D
(15,90,77)
#0E5246
(14,82,70)
#0D4A3F
(13,74,63)
#0C4238
(12,66,56)
#0B3A31
(11,58,49)
#0A322A
(10,50,42)
#092A23
(9,42,35)
#08221C
(8,34,28)
#071A15
(7,26,21)
#06120E
(6,18,14)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #0F5A4D

#0F5A4D
(15,90,77)
#24695D
(36,105,93)
#39786D
(57,120,109)
#4E877D
(78,135,125)
#63968D
(99,150,141)
#78A59D
(120,165,157)
#8DB4AD
(141,180,173)
#A2C3BD
(162,195,189)
#B7D2CD
(183,210,205)
#CCE1DD
(204,225,221)
#E1F0ED
(225,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F5A4D color. Also use rgb(15,90,77) instead hex code.

Text Font Color

.myTextColor { color: #0F5A4D; }

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

This text font color is #0F5A4D.

Background Color

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

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

This div background color is #0F5A4D.

Border color

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

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

This div border color is #0F5A4D.

Opacity

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

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

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

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

This text has shadow with #0F5A4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F5A4D.

Preview

Color preview on black background

This text has color #0F5A4D on black background.


Color preview on white background

This text has color #0F5A4D on white background.


Black color preview on #0F5A4D background

This text has black color on #0F5A4D background.


White color preview on #0F5A4D background

This text has white color on #0F5A4D background.


Related colors

Complementary color

Complementary color for #hex is #F0A5B2.


I love getcolorcode.com

Triadic colors

1 #4D0F5A and #5A4D0F with #0F5A4D are triadic colors.

2 #4D5A0F and #5A0F4D with #0F5A4D are triadic colors.