COLOR #0F6454

HEX: #0F6454 RGB: (15,100,84)

Color info

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

RGB color model

#0F6454 color RGB value is (15,100,84).

RGB: (15,100,84) (6%, 39%, 33%)

RGB channels and saturation

R 15 of 255 = 6%
G 100 of 255 = 39%
B 84 of 255 = 33%

15
100
84

R + G + B ~ 26%. #0F6454 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 15 + 100 + 84 = 199 (100%)
R 15 of 199 ~ 7.54%
G 100 of 199 ~ 50.25%
B 84 of 199 ~ 42.21'%

%50.25
%42.21

CMYK color model

#0F6454 color CMYK value is (85,0,16,61).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 60.78%

CMYK: (85,0,16,61)
C85M0Y16K61 (85%, 0%, 16%, 61%)
(0.85 / 0.00 / 0.16 / 0.61)

CMYK percentages

%85
%0
%16
%60.78

Codes

Color #0F6454 in popluar color models

0F 64 54
RGB 15 100 84
HSL 169° 73.91% 22.55%
HSB/HSV 169° 85.00% 39.22%
CMYK 85.00% 0.00% 16.00%
60.78%

Color #0F6454 in popluar number systems.

HEX 0F 64 54
Decimal 15 100 84
Binary 1111 1100100 1010100
Octal 17 144 124

Shades and tints

Shades of #0F6454

#0F6454
(15,100,84)
#0E5B4D
(14,91,77)
#0D5246
(13,82,70)
#0C493F
(12,73,63)
#0B4038
(11,64,56)
#0A3731
(10,55,49)
#092E2A
(9,46,42)
#082523
(8,37,35)
#071C1C
(7,28,28)
#061315
(6,19,21)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #0F6454

#0F6454
(15,100,84)
#247263
(36,114,99)
#398072
(57,128,114)
#4E8E81
(78,142,129)
#639C90
(99,156,144)
#78AA9F
(120,170,159)
#8DB8AE
(141,184,174)
#A2C6BD
(162,198,189)
#B7D4CC
(183,212,204)
#CCE2DB
(204,226,219)
#E1F0EA
(225,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6454 color. Also use rgb(15,100,84) instead hex code.

Text Font Color

.myTextColor { color: #0F6454; }

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

This text font color is #0F6454.

Background Color

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

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

This div background color is #0F6454.

Border color

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

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

This div border color is #0F6454.

Opacity

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

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

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

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

This text has shadow with #0F6454 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0F6454.

Preview

Color preview on black background

This text has color #0F6454 on black background.


Color preview on white background

This text has color #0F6454 on white background.


Black color preview on #0F6454 background

This text has black color on #0F6454 background.


White color preview on #0F6454 background

This text has white color on #0F6454 background.


Related colors

Complementary color

Complementary color for #hex is #F09BAB.


I love getcolorcode.com

Triadic colors

1 #540F64 and #64540F with #0F6454 are triadic colors.

2 #54640F and #640F54 with #0F6454 are triadic colors.