COLOR #03773B

HEX: #03773B
RGB: (3,119,59)

Color info

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

RGB color model

#03773B color RGB value is (3,119,59).

  • red value is 3;
  • green value is 119;
  • blue value is 59.
RGB:
(3,119,59)
(1%,47%,23%)

RGB channels and saturation

R 3 of 255 = 1%
G 119 of 255 = 47%
B 59 of 255 = 23%

3
119
59

R + G + B ~ 24%. #03773B is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 119 + 59 = 181 (100%)
R 3 of 181 ~ 1.66%
G 119 of 181 ~ 65.75%
B 59 of 181 ~ 32.6%

%65.75
%32.6

CMYK color model

#03773B color CMYK value is (97,0,50,53).

  • cyan value is 97.48%
  • magenta value is 0.00%
  • yellow value is 50.42%
  • key color value is 53.33%
CMYK:
(97,0,50,53)
C97M0Y50K53 
(97%,0%,50%,53%)
(0.97/0.00/0.50/0.53)	

CMYK percentages

%97.48
%0
%50.42
%53.33

Codes

Color #03773B in popluar color models

03773B
RGB311959
HSL149°95.08%23.92%
HSB/HSV149°97.48%46.67%
CMYK97.48%0.00%50.42%
53.33%

Color #03773B in popluar number systems.

HEX03773B
Decimal311959
Binary111110111111011
Octal316773

Shades and tints

Shades of #03773B

#03773B
(3,119,59)
#036D36
(3,109,54)
#036331
(3,99,49)
#03592C
(3,89,44)
#034F27
(3,79,39)
#034522
(3,69,34)
#033B1D
(3,59,29)
#033118
(3,49,24)
#032713
(3,39,19)
#031D0E
(3,29,14)
#031309
(3,19,9)
#000000
(0,0,0)

Tints of #03773B

#03773B
(3,119,59)
#19834C
(25,131,76)
#2F8F5D
(47,143,93)
#459B6E
(69,155,110)
#5BA77F
(91,167,127)
#71B390
(113,179,144)
#87BFA1
(135,191,161)
#9DCBB2
(157,203,178)
#B3D7C3
(179,215,195)
#C9E3D4
(201,227,212)
#DFEFE5
(223,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03773B color. Also use rgb(3,119,59) instead hex code.

Text Font Color

.myTextColor { color: #03773B; }

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

This text font color is #03773B.


Background Color

.myBgColor { background-color: #03773B; }

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

This div background color is #03773B.


Border color

.myBorderColor { border: 1px solid #03773B; }

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

This div border color is #03773B.


Opacity

.myOpacity80 { color: #03773B; opacity: 0.8; }

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

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

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

This text has shadow with #03773B color.

.textShadow {text-shadow: 3px 3px 1px #03773B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03773B on black background.


Color preview on white background

This text has color #03773B on white background.



Black color preview on #03773B background

This text has black color on #03773B background.


White color preview on #03773B background

This text has white color on #03773B background.