COLOR #0A5F35

HEX: #0A5F35
RGB: (10,95,53)

Color info

#0A5F35 contains mainly green and blue colors. Web safe color of #0A5F35 is #006633 (or #063).

RGB color model

#0A5F35 color RGB value is (10,95,53).

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

RGB channels and saturation

R 10 of 255 = 4%
G 95 of 255 = 37%
B 53 of 255 = 21%

10
95
53

R + G + B ~ 21%. #0A5F35 is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 95 + 53 = 158 (100%)
R 10 of 158 ~ 6.33%
G 95 of 158 ~ 60.13%
B 53 of 158 ~ 33.54%

%60.13
%33.54

CMYK color model

#0A5F35 color CMYK value is (89,0,44,63).

  • cyan value is 89.47%
  • magenta value is 0.00%
  • yellow value is 44.21%
  • key color value is 62.75%
CMYK:
(89,0,44,63)
C89M0Y44K63 
(89%,0%,44%,63%)
(0.89/0.00/0.44/0.63)	

CMYK percentages

%89.47
%0
%44.21
%62.75

Codes

Color #0A5F35 in popluar color models

0A5F35
RGB109553
HSL150°80.95%20.59%
HSB/HSV150°89.47%37.25%
CMYK89.47%0.00%44.21%
62.75%

Color #0A5F35 in popluar number systems.

HEX0A5F35
Decimal109553
Binary10101011111110101
Octal1213765

Shades and tints

Shades of #0A5F35

#0A5F35
(10,95,53)
#0A5731
(10,87,49)
#0A4F2D
(10,79,45)
#0A4729
(10,71,41)
#0A3F25
(10,63,37)
#0A3721
(10,55,33)
#0A2F1D
(10,47,29)
#0A2719
(10,39,25)
#0A1F15
(10,31,21)
#0A1711
(10,23,17)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #0A5F35

#0A5F35
(10,95,53)
#206D47
(32,109,71)
#367B59
(54,123,89)
#4C896B
(76,137,107)
#62977D
(98,151,125)
#78A58F
(120,165,143)
#8EB3A1
(142,179,161)
#A4C1B3
(164,193,179)
#BACFC5
(186,207,197)
#D0DDD7
(208,221,215)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A5F35; }

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

This text font color is #0A5F35.


Background Color

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

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

This div background color is #0A5F35.


Border color

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

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

This div border color is #0A5F35.


Opacity

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

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

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

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

This text has shadow with #0A5F35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A5F35 on black background.


Color preview on white background

This text has color #0A5F35 on white background.



Black color preview on #0A5F35 background

This text has black color on #0A5F35 background.


White color preview on #0A5F35 background

This text has white color on #0A5F35 background.