COLOR #03772A

HEX: #03772A RGB: (3,119,42)

Color info

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

RGB color model

#03772A color RGB value is (3,119,42).

RGB: (3,119,42) (1%, 47%, 16%)

RGB channels and saturation

R 3 of 255 = 1%
G 119 of 255 = 47%
B 42 of 255 = 16%

3
119
42

R + G + B ~ 21%. #03772A is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 119 + 42 = 164 (100%)
R 3 of 164 ~ 1.83%
G 119 of 164 ~ 72.56%
B 42 of 164 ~ 25.61'%

%72.56
%25.61

CMYK color model

#03772A color CMYK value is (97,0,65,53).

  • cyan value is 97.48%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 53.33%

CMYK: (97,0,65,53)
C97M0Y65K53 (97%, 0%, 65%, 53%)
(0.97 / 0.00 / 0.65 / 0.53)

CMYK percentages

%97.48
%0
%64.71
%53.33

Codes

Color #03772A in popluar color models

03 77 2A
RGB 3 119 42
HSL 140° 95.08% 23.92%
HSB/HSV 140° 97.48% 46.67%
CMYK 97.48% 0.00% 64.71%
53.33%

Color #03772A in popluar number systems.

HEX 03 77 2A
Decimal 3 119 42
Binary 11 1110111 101010
Octal 3 167 52

Shades and tints

Shades of #03772A

#03772A
(3,119,42)
#036D27
(3,109,39)
#036324
(3,99,36)
#035921
(3,89,33)
#034F1E
(3,79,30)
#03451B
(3,69,27)
#033B18
(3,59,24)
#033115
(3,49,21)
#032712
(3,39,18)
#031D0F
(3,29,15)
#03130C
(3,19,12)
#000000
(0,0,0)

Tints of #03772A

#03772A
(3,119,42)
#19833D
(25,131,61)
#2F8F50
(47,143,80)
#459B63
(69,155,99)
#5BA776
(91,167,118)
#71B389
(113,179,137)
#87BF9C
(135,191,156)
#9DCBAF
(157,203,175)
#B3D7C2
(179,215,194)
#C9E3D5
(201,227,213)
#DFEFE8
(223,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03772A color. Also use rgb(3,119,42) instead hex code.

Text Font Color

.myTextColor { color: #03772A; }

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

This text font color is #03772A.

Background Color

.myBgColor { background-color: #03772A; }

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

This div background color is #03772A.

Border color

.myBorderColor { border: 1px solid #03772A; }

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

This div border color is #03772A.

Opacity

.myOpacity80 { color: #03772A; opacity: 0.8; }

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

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

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

This text has shadow with #03772A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03772A.

Preview

Color preview on black background

This text has color #03772A on black background.


Color preview on white background

This text has color #03772A on white background.


Black color preview on #03772A background

This text has black color on #03772A background.


White color preview on #03772A background

This text has white color on #03772A background.


Related colors

Complementary color

Complementary color for #hex is #FC88D5.


I love getcolorcode.com

Triadic colors

1 #2A0377 and #772A03 with #03772A are triadic colors.

2 #2A7703 and #77032A with #03772A are triadic colors.