COLOR #036525

HEX: #036525 RGB: (3,101,37)

Color info

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

RGB color model

#036525 color RGB value is (3,101,37).

RGB: (3,101,37) (1%, 40%, 15%)

RGB channels and saturation

R 3 of 255 = 1%
G 101 of 255 = 40%
B 37 of 255 = 15%

3
101
37

R + G + B ~ 19%. #036525 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 101 + 37 = 141 (100%)
R 3 of 141 ~ 2.13%
G 101 of 141 ~ 71.63%
B 37 of 141 ~ 26.24'%

%71.63
%26.24

CMYK color model

#036525 color CMYK value is (97,0,63,60).

  • cyan value is 97.03%
  • magenta value is 0.00%
  • yellow value is 63.37%
  • key color value is 60.39%
CMYK: (97,0,63,60) C97M0Y63K60 (97%,0%,63%,60%) (0.97/0.00/0.63/0.60) 

CMYK percentages

%97.03
%0
%63.37
%60.39

Codes

Color #036525 in popluar color models

03 65 25
RGB 3 101 37
HSL 141° 94.23% 20.39%
HSB/HSV 141° 97.03% 39.61%
CMYK 97.03% 0.00% 63.37%
60.39%

Color #036525 in popluar number systems.

HEX 03 65 25
Decimal 3 101 37
Binary 11 1100101 100101
Octal 3 145 45

Shades and tints

Shades of #036525

#036525
(3,101,37)
#035C22
(3,92,34)
#03531F
(3,83,31)
#034A1C
(3,74,28)
#034119
(3,65,25)
#033816
(3,56,22)
#032F13
(3,47,19)
#032610
(3,38,16)
#031D0D
(3,29,13)
#03140A
(3,20,10)
#030B07
(3,11,7)
#000000
(0,0,0)

Tints of #036525

#036525
(3,101,37)
#197338
(25,115,56)
#2F814B
(47,129,75)
#458F5E
(69,143,94)
#5B9D71
(91,157,113)
#71AB84
(113,171,132)
#87B997
(135,185,151)
#9DC7AA
(157,199,170)
#B3D5BD
(179,213,189)
#C9E3D0
(201,227,208)
#DFF1E3
(223,241,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #036525 color. Also use rgb(3,101,37) instead hex code.

Text Font Color

.myTextColor { color: #036525; }

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

This text font color is #036525.

Background Color

.myBgColor { background-color: #036525; }

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

This div background color is #036525.

Border color

.myBorderColor { border: 1px solid #036525; }

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

This div border color is #036525.

Opacity

.myOpacity80 { color: #036525; opacity: 0.8; }

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

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

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

This text has shadow with #036525 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #036525.

Preview

Color preview on black background

This text has color #036525 on black background.


Color preview on white background

This text has color #036525 on white background.


Black color preview on #036525 background

This text has black color on #036525 background.


White color preview on #036525 background

This text has white color on #036525 background.


Related colors

Complementary color

Complementary color for #hex is #FC9ADA.


I love getcolorcode.com

Triadic colors

1 #250365 and #652503 with #036525 are triadic colors.

2 #256503 and #650325 with #036525 are triadic colors.