COLOR #0A3527

HEX: #0A3527 RGB: (10,53,39)

Color info

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

RGB color model

#0A3527 color RGB value is (10,53,39).

RGB: (10,53,39) (4%, 21%, 15%)

RGB channels and saturation

R 10 of 255 = 4%
G 53 of 255 = 21%
B 39 of 255 = 15%

10
53
39

R + G + B ~ 13%. #0A3527 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 53 + 39 = 102 (100%)
R 10 of 102 ~ 9.8%
G 53 of 102 ~ 51.96%
B 39 of 102 ~ 38.24'%

%51.96
%38.24

CMYK color model

#0A3527 color CMYK value is (81,0,26,79).

  • cyan value is 81.13%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 79.22%

CMYK: (81,0,26,79)
C81M0Y26K79 (81%, 0%, 26%, 79%)
(0.81 / 0.00 / 0.26 / 0.79)

CMYK percentages

%81.13
%0
%26.42
%79.22

Codes

Color #0A3527 in popluar color models

0A 35 27
RGB 10 53 39
HSL 160° 68.25% 12.35%
HSB/HSV 160° 81.13% 20.78%
CMYK 81.13% 0.00% 26.42%
79.22%

Color #0A3527 in popluar number systems.

HEX 0A 35 27
Decimal 10 53 39
Binary 1010 110101 100111
Octal 12 65 47

Shades and tints

Shades of #0A3527

#0A3527
(10,53,39)
#0A3124
(10,49,36)
#0A2D21
(10,45,33)
#0A291E
(10,41,30)
#0A251B
(10,37,27)
#0A2118
(10,33,24)
#0A1D15
(10,29,21)
#0A1912
(10,25,18)
#0A150F
(10,21,15)
#0A110C
(10,17,12)
#0A0D09
(10,13,9)
#000000
(0,0,0)

Tints of #0A3527

#0A3527
(10,53,39)
#20473A
(32,71,58)
#36594D
(54,89,77)
#4C6B60
(76,107,96)
#627D73
(98,125,115)
#788F86
(120,143,134)
#8EA199
(142,161,153)
#A4B3AC
(164,179,172)
#BAC5BF
(186,197,191)
#D0D7D2
(208,215,210)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A3527 color. Also use rgb(10,53,39) instead hex code.

Text Font Color

.myTextColor { color: #0A3527; }

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

This text font color is #0A3527.

Background Color

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

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

This div background color is #0A3527.

Border color

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

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

This div border color is #0A3527.

Opacity

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

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

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

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

This text has shadow with #0A3527 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A3527.

Preview

Color preview on black background

This text has color #0A3527 on black background.


Color preview on white background

This text has color #0A3527 on white background.


Black color preview on #0A3527 background

This text has black color on #0A3527 background.


White color preview on #0A3527 background

This text has white color on #0A3527 background.


Related colors

Complementary color

Complementary color for #hex is #F5CAD8.


I love getcolorcode.com

Triadic colors

1 #270A35 and #35270A with #0A3527 are triadic colors.

2 #27350A and #350A27 with #0A3527 are triadic colors.