COLOR #0F584B

HEX: #0F584B RGB: (15,88,75)

Color info

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

RGB color model

#0F584B color RGB value is (15,88,75).

RGB: (15,88,75) (6%, 35%, 29%)

RGB channels and saturation

R 15 of 255 = 6%
G 88 of 255 = 35%
B 75 of 255 = 29%

15
88
75

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

Portions of RGB colors in percentages

R + G + B = 15 + 88 + 75 = 178 (100%)
R 15 of 178 ~ 8.43%
G 88 of 178 ~ 49.44%
B 75 of 178 ~ 42.13'%

%49.44
%42.13

CMYK color model

#0F584B color CMYK value is (83,0,15,65).

  • cyan value is 82.95%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 65.49%

CMYK: (83,0,15,65)
C83M0Y15K65 (83%, 0%, 15%, 65%)
(0.83 / 0.00 / 0.15 / 0.65)

CMYK percentages

%82.95
%0
%14.77
%65.49

Codes

Color #0F584B in popluar color models

0F 58 4B
RGB 15 88 75
HSL 169° 70.87% 20.20%
HSB/HSV 169° 82.95% 34.51%
CMYK 82.95% 0.00% 14.77%
65.49%

Color #0F584B in popluar number systems.

HEX 0F 58 4B
Decimal 15 88 75
Binary 1111 1011000 1001011
Octal 17 130 113

Shades and tints

Shades of #0F584B

#0F584B
(15,88,75)
#0E5045
(14,80,69)
#0D483F
(13,72,63)
#0C4039
(12,64,57)
#0B3833
(11,56,51)
#0A302D
(10,48,45)
#092827
(9,40,39)
#082021
(8,32,33)
#07181B
(7,24,27)
#061015
(6,16,21)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #0F584B

#0F584B
(15,88,75)
#24675B
(36,103,91)
#39766B
(57,118,107)
#4E857B
(78,133,123)
#63948B
(99,148,139)
#78A39B
(120,163,155)
#8DB2AB
(141,178,171)
#A2C1BB
(162,193,187)
#B7D0CB
(183,208,203)
#CCDFDB
(204,223,219)
#E1EEEB
(225,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F584B color. Also use rgb(15,88,75) instead hex code.

Text Font Color

.myTextColor { color: #0F584B; }

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

This text font color is #0F584B.

Background Color

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

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

This div background color is #0F584B.

Border color

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

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

This div border color is #0F584B.

Opacity

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

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

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

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

This text has shadow with #0F584B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F584B.

Preview

Color preview on black background

This text has color #0F584B on black background.


Color preview on white background

This text has color #0F584B on white background.


Black color preview on #0F584B background

This text has black color on #0F584B background.


White color preview on #0F584B background

This text has white color on #0F584B background.


Related colors

Complementary color

Complementary color for #hex is #F0A7B4.


I love getcolorcode.com

Triadic colors

1 #4B0F58 and #584B0F with #0F584B are triadic colors.

2 #4B580F and #580F4B with #0F584B are triadic colors.