COLOR #0F594A

HEX: #0F594A RGB: (15,89,74)

Color info

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

RGB color model

#0F594A color RGB value is (15,89,74).

RGB: (15,89,74) (6%, 35%, 29%)

RGB channels and saturation

R 15 of 255 = 6%
G 89 of 255 = 35%
B 74 of 255 = 29%

15
89
74

R + G + B ~ 23%. #0F594A is dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 89 + 74 = 178 (100%)
R 15 of 178 ~ 8.43%
G 89 of 178 ~ 50%
B 74 of 178 ~ 41.57'%

%50
%41.57

CMYK color model

#0F594A color CMYK value is (83,0,17,65).

  • cyan value is 83.15%
  • magenta value is 0.00%
  • yellow value is 16.85%
  • key color value is 65.10%

CMYK: (83,0,17,65)
C83M0Y17K65 (83%, 0%, 17%, 65%)
(0.83 / 0.00 / 0.17 / 0.65)

CMYK percentages

%83.15
%0
%16.85
%65.1

Codes

Color #0F594A in popluar color models

0F 59 4A
RGB 15 89 74
HSL 168° 71.15% 20.39%
HSB/HSV 168° 83.15% 34.90%
CMYK 83.15% 0.00% 16.85%
65.10%

Color #0F594A in popluar number systems.

HEX 0F 59 4A
Decimal 15 89 74
Binary 1111 1011001 1001010
Octal 17 131 112

Shades and tints

Shades of #0F594A

#0F594A
(15,89,74)
#0E5144
(14,81,68)
#0D493E
(13,73,62)
#0C4138
(12,65,56)
#0B3932
(11,57,50)
#0A312C
(10,49,44)
#092926
(9,41,38)
#082120
(8,33,32)
#07191A
(7,25,26)
#061114
(6,17,20)
#05090E
(5,9,14)
#000000
(0,0,0)

Tints of #0F594A

#0F594A
(15,89,74)
#24685A
(36,104,90)
#39776A
(57,119,106)
#4E867A
(78,134,122)
#63958A
(99,149,138)
#78A49A
(120,164,154)
#8DB3AA
(141,179,170)
#A2C2BA
(162,194,186)
#B7D1CA
(183,209,202)
#CCE0DA
(204,224,218)
#E1EFEA
(225,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F594A color. Also use rgb(15,89,74) instead hex code.

Text Font Color

.myTextColor { color: #0F594A; }

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

This text font color is #0F594A.

Background Color

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

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

This div background color is #0F594A.

Border color

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

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

This div border color is #0F594A.

Opacity

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

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

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

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

This text has shadow with #0F594A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F594A.

Preview

Color preview on black background

This text has color #0F594A on black background.


Color preview on white background

This text has color #0F594A on white background.


Black color preview on #0F594A background

This text has black color on #0F594A background.


White color preview on #0F594A background

This text has white color on #0F594A background.


Related colors

Complementary color

Complementary color for #hex is #F0A6B5.


I love getcolorcode.com

Triadic colors

1 #4A0F59 and #594A0F with #0F594A are triadic colors.

2 #4A590F and #590F4A with #0F594A are triadic colors.