COLOR #0A3533

HEX: #0A3533 RGB: (10,53,51)

Color info

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

RGB color model

#0A3533 color RGB value is (10,53,51).

RGB: (10,53,51) (4%, 21%, 20%)

RGB channels and saturation

R 10 of 255 = 4%
G 53 of 255 = 21%
B 51 of 255 = 20%

10
53
51

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

Portions of RGB colors in percentages

R + G + B = 10 + 53 + 51 = 114 (100%)
R 10 of 114 ~ 8.77%
G 53 of 114 ~ 46.49%
B 51 of 114 ~ 44.74'%

%46.49
%44.74

CMYK color model

#0A3533 color CMYK value is (81,0,4,79).

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

CMYK: (81,0,4,79)
C81M0Y4K79 (81%, 0%, 4%, 79%)
(0.81 / 0.00 / 0.04 / 0.79)

CMYK percentages

%81.13
%0
%3.77
%79.22

Codes

Color #0A3533 in popluar color models

0A 35 33
RGB 10 53 51
HSL 177° 68.25% 12.35%
HSB/HSV 177° 81.13% 20.78%
CMYK 81.13% 0.00% 3.77%
79.22%

Color #0A3533 in popluar number systems.

HEX 0A 35 33
Decimal 10 53 51
Binary 1010 110101 110011
Octal 12 65 63

Shades and tints

Shades of #0A3533

#0A3533
(10,53,51)
#0A312F
(10,49,47)
#0A2D2B
(10,45,43)
#0A2927
(10,41,39)
#0A2523
(10,37,35)
#0A211F
(10,33,31)
#0A1D1B
(10,29,27)
#0A1917
(10,25,23)
#0A1513
(10,21,19)
#0A110F
(10,17,15)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #0A3533

#0A3533
(10,53,51)
#204745
(32,71,69)
#365957
(54,89,87)
#4C6B69
(76,107,105)
#627D7B
(98,125,123)
#788F8D
(120,143,141)
#8EA19F
(142,161,159)
#A4B3B1
(164,179,177)
#BAC5C3
(186,197,195)
#D0D7D5
(208,215,213)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3533; }

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

This text font color is #0A3533.

Background Color

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

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

This div background color is #0A3533.

Border color

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

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

This div border color is #0A3533.

Opacity

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

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

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

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

This text has shadow with #0A3533 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A3533.

Preview

Color preview on black background

This text has color #0A3533 on black background.


Color preview on white background

This text has color #0A3533 on white background.


Black color preview on #0A3533 background

This text has black color on #0A3533 background.


White color preview on #0A3533 background

This text has white color on #0A3533 background.


Related colors

Complementary color

Complementary color for #hex is #F5CACC.


I love getcolorcode.com

Triadic colors

1 #330A35 and #35330A with #0A3533 are triadic colors.

2 #33350A and #350A33 with #0A3533 are triadic colors.