COLOR #274825

HEX: #274825
RGB: (39,72,37)

Color info

#274825 contains red, green and blue colors in about the same proportion. Web safe color of #274825 is #333333 (or #333).

RGB color model

#274825 color RGB value is (39,72,37).

  • red value is 39;
  • green value is 72;
  • blue value is 37.
RGB:
(39,72,37)
(15%,28%,15%)

RGB channels and saturation

R 39 of 255 = 15%
G 72 of 255 = 28%
B 37 of 255 = 15%

39
72
37

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

Portions of RGB colors in percentages

R + G + B =
39 + 72 + 37 = 148 (100%)
R 39 of 148 ~ 26.35%
G 72 of 148 ~ 48.65%
B 37 of 148 ~ 25%

%26.35
%48.65
%25

CMYK color model

#274825 color CMYK value is (46,0,49,72).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 48.61%
  • key color value is 71.76%
CMYK:
(46,0,49,72)
C46M0Y49K72 
(46%,0%,49%,72%)
(0.46/0.00/0.49/0.72)	

CMYK percentages

%45.83
%0
%48.61
%71.76

Codes

Color #274825 in popluar color models

274825
RGB397237
HSL117°32.11%21.37%
HSB/HSV117°48.61%28.24%
CMYK45.83%0.00%48.61%
71.76%

Color #274825 in popluar number systems.

HEX274825
Decimal397237
Binary1001111001000100101
Octal4711045

Shades and tints

Shades of #274825

#274825
(39,72,37)
#244222
(36,66,34)
#213C1F
(33,60,31)
#1E361C
(30,54,28)
#1B3019
(27,48,25)
#182A16
(24,42,22)
#152413
(21,36,19)
#121E10
(18,30,16)
#0F180D
(15,24,13)
#0C120A
(12,18,10)
#090C07
(9,12,7)
#000000
(0,0,0)

Tints of #274825

#274825
(39,72,37)
#3A5838
(58,88,56)
#4D684B
(77,104,75)
#60785E
(96,120,94)
#738871
(115,136,113)
#869884
(134,152,132)
#99A897
(153,168,151)
#ACB8AA
(172,184,170)
#BFC8BD
(191,200,189)
#D2D8D0
(210,216,208)
#E5E8E3
(229,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274825 color. Also use rgb(39,72,37) instead hex code.

Text Font Color

.myTextColor { color: #274825; }

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

This text font color is #274825.


Background Color

.myBgColor { background-color: #274825; }

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

This div background color is #274825.


Border color

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

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

This div border color is #274825.


Opacity

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

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

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

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

This text has shadow with #274825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274825 on black background.


Color preview on white background

This text has color #274825 on white background.



Black color preview on #274825 background

This text has black color on #274825 background.


White color preview on #274825 background

This text has white color on #274825 background.