COLOR #0A3523

HEX: #0A3523
RGB: (10,53,35)

Color info

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

RGB color model

#0A3523 color RGB value is (10,53,35).

  • red value is 10;
  • green value is 53;
  • blue value is 35.
RGB:
(10,53,35)
(4%,21%,14%)

RGB channels and saturation

R 10 of 255 = 4%
G 53 of 255 = 21%
B 35 of 255 = 14%

10
53
35

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

Portions of RGB colors in percentages

R + G + B =
10 + 53 + 35 = 98 (100%)
R 10 of 98 ~ 10.2%
G 53 of 98 ~ 54.08%
B 35 of 98 ~ 35.71%

%10.2
%54.08
%35.71

CMYK color model

#0A3523 color CMYK value is (81,0,34,79).

  • cyan value is 81.13%
  • magenta value is 0.00%
  • yellow value is 33.96%
  • key color value is 79.22%
CMYK:
(81,0,34,79)
C81M0Y34K79 
(81%,0%,34%,79%)
(0.81/0.00/0.34/0.79)	

CMYK percentages

%81.13
%0
%33.96
%79.22

Codes

Color #0A3523 in popluar color models

0A3523
RGB105335
HSL155°68.25%12.35%
HSB/HSV155°81.13%20.78%
CMYK81.13%0.00%33.96%
79.22%

Color #0A3523 in popluar number systems.

HEX0A3523
Decimal105335
Binary1010110101100011
Octal126543

Shades and tints

Shades of #0A3523

#0A3523
(10,53,35)
#0A3120
(10,49,32)
#0A2D1D
(10,45,29)
#0A291A
(10,41,26)
#0A2517
(10,37,23)
#0A2114
(10,33,20)
#0A1D11
(10,29,17)
#0A190E
(10,25,14)
#0A150B
(10,21,11)
#0A1108
(10,17,8)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #0A3523

#0A3523
(10,53,35)
#204737
(32,71,55)
#36594B
(54,89,75)
#4C6B5F
(76,107,95)
#627D73
(98,125,115)
#788F87
(120,143,135)
#8EA19B
(142,161,155)
#A4B3AF
(164,179,175)
#BAC5C3
(186,197,195)
#D0D7D7
(208,215,215)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A3523; }

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

This text font color is #0A3523.


Background Color

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

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

This div background color is #0A3523.


Border color

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

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

This div border color is #0A3523.


Opacity

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

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

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

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

This text has shadow with #0A3523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A3523 on black background.


Color preview on white background

This text has color #0A3523 on white background.



Black color preview on #0A3523 background

This text has black color on #0A3523 background.


White color preview on #0A3523 background

This text has white color on #0A3523 background.