COLOR #0D253D

HEX: #0D253D
RGB: (13,37,61)

Color info

#0D253D contains red, green and blue colors in about the same proportion. Web safe color of #0D253D is #003333 (or #033).

RGB color model

#0D253D color RGB value is (13,37,61).

  • red value is 13;
  • green value is 37;
  • blue value is 61.
RGB: (13,37,61) (5%,15%,24%)

RGB channels and saturation

R 13 of 255 = 5%
G 37 of 255 = 15%
B 61 of 255 = 24%

13
37
61

R + G + B ~ 15%. #0D253D is dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 37 + 61 = 111 (100%)
R 13 of 111 ~ 11.71%
G 37 of 111 ~ 33.33%
B 61 of 111 ~ 54.95%

%11.71
%33.33
%54.95

CMYK color model

#0D253D color CMYK value is (79,39,0,76).

  • cyan value is 78.69%
  • magenta value is 39.34%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK: (79,39,0,76) C79M39Y0K76 (79%,39%,0%,76%) (0.79/0.39/0.00/0.76)

CMYK percentages

%78.69
%39.34
%0
%76.08

Codes

Color #0D253D in popluar color models

0D253D
RGB133761
HSL210°64.86%14.51%
HSB/HSV210°78.69%23.92%
CMYK78.69%39.34%0.00%
76.08%

Color #0D253D in popluar number systems.

HEX0D253D
Decimal133761
Binary1101100101111101
Octal154575

Shades and tints

Shades of #0D253D

#0D253D
(13,37,61)
#0C2238
(12,34,56)
#0B1F33
(11,31,51)
#0A1C2E
(10,28,46)
#091929
(9,25,41)
#081624
(8,22,36)
#07131F
(7,19,31)
#06101A
(6,16,26)
#050D15
(5,13,21)
#040A10
(4,10,16)
#03070B
(3,7,11)
#000000
(0,0,0)

Tints of #0D253D

#0D253D
(13,37,61)
#23384E
(35,56,78)
#394B5F
(57,75,95)
#4F5E70
(79,94,112)
#657181
(101,113,129)
#7B8492
(123,132,146)
#9197A3
(145,151,163)
#A7AAB4
(167,170,180)
#BDBDC5
(189,189,197)
#D3D0D6
(211,208,214)
#E9E3E7
(233,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D253D color. Also use rgb(13,37,61) instead hex code.

Text Font Color

.myTextColor { color: #0D253D; }

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

This text font color is #0D253D.


Background Color

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

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

This div background color is #0D253D.


Border color

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

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

This div border color is #0D253D.


Opacity

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

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

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

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

This text has shadow with #0D253D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #0D253D on black background.


Color preview on white background

This text has color #0D253D on white background.



Black color preview on #0D253D background

This text has black color on #0D253D background.


White color preview on #0D253D background

This text has white color on #0D253D background.