COLOR #0A7C35

HEX: #0A7C35 RGB: (10,124,53)

Color info

#0A7C35 contains mainly green color. Web safe color of #0A7C35 is #006633 (or #063).

RGB color model

#0A7C35 color RGB value is (10,124,53).

RGB: (10,124,53) (4%, 49%, 21%)

RGB channels and saturation

R 10 of 255 = 4%
G 124 of 255 = 49%
B 53 of 255 = 21%

10
124
53

R + G + B ~ 25%. #0A7C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 124 + 53 = 187 (100%)
R 10 of 187 ~ 5.35%
G 124 of 187 ~ 66.31%
B 53 of 187 ~ 28.34'%

%66.31
%28.34

CMYK color model

#0A7C35 color CMYK value is (92,0,57,51).

  • cyan value is 91.94%
  • magenta value is 0.00%
  • yellow value is 57.26%
  • key color value is 51.37%

CMYK: (92,0,57,51)
C92M0Y57K51 (92%, 0%, 57%, 51%)
(0.92 / 0.00 / 0.57 / 0.51)

CMYK percentages

%91.94
%0
%57.26
%51.37

Codes

Color #0A7C35 in popluar color models

0A 7C 35
RGB 10 124 53
HSL 143° 85.07% 26.27%
HSB/HSV 143° 91.94% 48.63%
CMYK 91.94% 0.00% 57.26%
51.37%

Color #0A7C35 in popluar number systems.

HEX 0A 7C 35
Decimal 10 124 53
Binary 1010 1111100 110101
Octal 12 174 65

Shades and tints

Shades of #0A7C35

#0A7C35
(10,124,53)
#0A7131
(10,113,49)
#0A662D
(10,102,45)
#0A5B29
(10,91,41)
#0A5025
(10,80,37)
#0A4521
(10,69,33)
#0A3A1D
(10,58,29)
#0A2F19
(10,47,25)
#0A2415
(10,36,21)
#0A1911
(10,25,17)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #0A7C35

#0A7C35
(10,124,53)
#208747
(32,135,71)
#369259
(54,146,89)
#4C9D6B
(76,157,107)
#62A87D
(98,168,125)
#78B38F
(120,179,143)
#8EBEA1
(142,190,161)
#A4C9B3
(164,201,179)
#BAD4C5
(186,212,197)
#D0DFD7
(208,223,215)
#E6EAE9
(230,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A7C35; }

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

This text font color is #0A7C35.

Background Color

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

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

This div background color is #0A7C35.

Border color

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

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

This div border color is #0A7C35.

Opacity

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

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

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

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

This text has shadow with #0A7C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A7C35.

Preview

Color preview on black background

This text has color #0A7C35 on black background.


Color preview on white background

This text has color #0A7C35 on white background.


Black color preview on #0A7C35 background

This text has black color on #0A7C35 background.


White color preview on #0A7C35 background

This text has white color on #0A7C35 background.


Related colors

Complementary color

Complementary color for #hex is #F583CA.


I love getcolorcode.com

Triadic colors

1 #350A7C and #7C350A with #0A7C35 are triadic colors.

2 #357C0A and #7C0A35 with #0A7C35 are triadic colors.