COLOR #277D04

HEX: #277D04 RGB: (39,125,4)

Color info

#277D04 contains mainly green color. Web safe color of #277D04 is #336600 (or #360).

RGB color model

#277D04 color RGB value is (39,125,4).

RGB: (39,125,4) (15%, 49%, 2%)

RGB channels and saturation

R 39 of 255 = 15%
G 125 of 255 = 49%
B 4 of 255 = 2%

39
125
4

R + G + B ~ 22%. #277D04 is dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 125 + 4 = 168 (100%)
R 39 of 168 ~ 23.21%
G 125 of 168 ~ 74.4%
B 4 of 168 ~ 2.38'%

%23.21
%74.4

CMYK color model

#277D04 color CMYK value is (69,0,97,51).

  • cyan value is 68.80%
  • magenta value is 0.00%
  • yellow value is 96.80%
  • key color value is 50.98%

CMYK: (69,0,97,51)
C69M0Y97K51 (69%, 0%, 97%, 51%)
(0.69 / 0.00 / 0.97 / 0.51)

CMYK percentages

%68.8
%0
%96.8
%50.98

Codes

Color #277D04 in popluar color models

27 7D 04
RGB 39 125 4
HSL 103° 93.80% 25.29%
HSB/HSV 103° 96.80% 49.02%
CMYK 68.80% 0.00% 96.80%
50.98%

Color #277D04 in popluar number systems.

HEX 27 7D 04
Decimal 39 125 4
Binary 100111 1111101 100
Octal 47 175 4

Shades and tints

Shades of #277D04

#277D04
(39,125,4)
#247204
(36,114,4)
#216704
(33,103,4)
#1E5C04
(30,92,4)
#1B5104
(27,81,4)
#184604
(24,70,4)
#153B04
(21,59,4)
#123004
(18,48,4)
#0F2504
(15,37,4)
#0C1A04
(12,26,4)
#090F04
(9,15,4)
#000000
(0,0,0)

Tints of #277D04

#277D04
(39,125,4)
#3A881A
(58,136,26)
#4D9330
(77,147,48)
#609E46
(96,158,70)
#73A95C
(115,169,92)
#86B472
(134,180,114)
#99BF88
(153,191,136)
#ACCA9E
(172,202,158)
#BFD5B4
(191,213,180)
#D2E0CA
(210,224,202)
#E5EBE0
(229,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #277D04 color. Also use rgb(39,125,4) instead hex code.

Text Font Color

.myTextColor { color: #277D04; }

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

This text font color is #277D04.

Background Color

.myBgColor { background-color: #277D04; }

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

This div background color is #277D04.

Border color

.myBorderColor { border: 1px solid #277D04; }

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

This div border color is #277D04.

Opacity

.myOpacity80 { color: #277D04; opacity: 0.8; }

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

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

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

This text has shadow with #277D04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #277D04.

Preview

Color preview on black background

This text has color #277D04 on black background.


Color preview on white background

This text has color #277D04 on white background.


Black color preview on #277D04 background

This text has black color on #277D04 background.


White color preview on #277D04 background

This text has white color on #277D04 background.


Related colors

Complementary color

Complementary color for #hex is #D882FB.


I love getcolorcode.com

Triadic colors

1 #04277D and #7D0427 with #277D04 are triadic colors.

2 #047D27 and #7D2704 with #277D04 are triadic colors.