COLOR #274D04

HEX: #274D04
RGB: (39,77,4)

Color info

#274D04 contains mainly red and green colors. Web safe color of #274D04 is #333300 (or #330).

RGB color model

#274D04 color RGB value is (39,77,4).

  • red value is 39;
  • green value is 77;
  • blue value is 4.
RGB:
(39,77,4)
(15%,30%,2%)

RGB channels and saturation

R 39 of 255 = 15%
G 77 of 255 = 30%
B 4 of 255 = 2%

39
77
4

R + G + B ~ 16%. #274D04 is dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 77 + 4 = 120 (100%)
R 39 of 120 ~ 32.5%
G 77 of 120 ~ 64.17%
B 4 of 120 ~ 3.33%

%32.5
%64.17

CMYK color model

#274D04 color CMYK value is (49,0,95,70).

  • cyan value is 49.35%
  • magenta value is 0.00%
  • yellow value is 94.81%
  • key color value is 69.80%
CMYK:
(49,0,95,70)
C49M0Y95K70 
(49%,0%,95%,70%)
(0.49/0.00/0.95/0.70)	

CMYK percentages

%49.35
%0
%94.81
%69.8

Codes

Color #274D04 in popluar color models

274D04
RGB39774
HSL91°90.12%15.88%
HSB/HSV91°94.81%30.20%
CMYK49.35%0.00%94.81%
69.80%

Color #274D04 in popluar number systems.

HEX274D04
Decimal39774
Binary1001111001101100
Octal471154

Shades and tints

Shades of #274D04

#274D04
(39,77,4)
#244604
(36,70,4)
#213F04
(33,63,4)
#1E3804
(30,56,4)
#1B3104
(27,49,4)
#182A04
(24,42,4)
#152304
(21,35,4)
#121C04
(18,28,4)
#0F1504
(15,21,4)
#0C0E04
(12,14,4)
#090704
(9,7,4)
#000000
(0,0,0)

Tints of #274D04

#274D04
(39,77,4)
#3A5D1A
(58,93,26)
#4D6D30
(77,109,48)
#607D46
(96,125,70)
#738D5C
(115,141,92)
#869D72
(134,157,114)
#99AD88
(153,173,136)
#ACBD9E
(172,189,158)
#BFCDB4
(191,205,180)
#D2DDCA
(210,221,202)
#E5EDE0
(229,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274D04; }

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

This text font color is #274D04.


Background Color

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

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

This div background color is #274D04.


Border color

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

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

This div border color is #274D04.


Opacity

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

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

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

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

This text has shadow with #274D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274D04 on black background.


Color preview on white background

This text has color #274D04 on white background.



Black color preview on #274D04 background

This text has black color on #274D04 background.


White color preview on #274D04 background

This text has white color on #274D04 background.