COLOR #0D6155

HEX: #0D6155
RGB: (13,97,85)

Color info

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

RGB color model

#0D6155 color RGB value is (13,97,85).

  • red value is 13;
  • green value is 97;
  • blue value is 85.
RGB:
(13,97,85)
(5%,38%,33%)

RGB channels and saturation

R 13 of 255 = 5%
G 97 of 255 = 38%
B 85 of 255 = 33%

13
97
85

R + G + B ~ 25%. #0D6155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 97 + 85 = 195 (100%)
R 13 of 195 ~ 6.67%
G 97 of 195 ~ 49.74%
B 85 of 195 ~ 43.59%

%49.74
%43.59

CMYK color model

#0D6155 color CMYK value is (87,0,12,62).

  • cyan value is 86.60%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 61.96%
CMYK:
(87,0,12,62)
C87M0Y12K62 
(87%,0%,12%,62%)
(0.87/0.00/0.12/0.62)	

CMYK percentages

%86.6
%0
%12.37
%61.96

Codes

Color #0D6155 in popluar color models

0D6155
RGB139785
HSL171°76.36%21.57%
HSB/HSV171°86.60%38.04%
CMYK86.60%0.00%12.37%
61.96%

Color #0D6155 in popluar number systems.

HEX0D6155
Decimal139785
Binary110111000011010101
Octal15141125

Shades and tints

Shades of #0D6155

#0D6155
(13,97,85)
#0C594E
(12,89,78)
#0B5147
(11,81,71)
#0A4940
(10,73,64)
#094139
(9,65,57)
#083932
(8,57,50)
#07312B
(7,49,43)
#062924
(6,41,36)
#05211D
(5,33,29)
#041916
(4,25,22)
#03110F
(3,17,15)
#000000
(0,0,0)

Tints of #0D6155

#0D6155
(13,97,85)
#236F64
(35,111,100)
#397D73
(57,125,115)
#4F8B82
(79,139,130)
#659991
(101,153,145)
#7BA7A0
(123,167,160)
#91B5AF
(145,181,175)
#A7C3BE
(167,195,190)
#BDD1CD
(189,209,205)
#D3DFDC
(211,223,220)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D6155 color. Also use rgb(13,97,85) instead hex code.

Text Font Color

.myTextColor { color: #0D6155; }

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

This text font color is #0D6155.


Background Color

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

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

This div background color is #0D6155.


Border color

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

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

This div border color is #0D6155.


Opacity

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

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

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

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

This text has shadow with #0D6155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D6155 on black background.


Color preview on white background

This text has color #0D6155 on white background.



Black color preview on #0D6155 background

This text has black color on #0D6155 background.


White color preview on #0D6155 background

This text has white color on #0D6155 background.