COLOR #254C06

HEX: #254C06 RGB: (37,76,6)

Color info

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

RGB color model

#254C06 color RGB value is (37,76,6).

RGB: (37,76,6) (15%, 30%, 2%)

RGB channels and saturation

R 37 of 255 = 15%
G 76 of 255 = 30%
B 6 of 255 = 2%

37
76
6

R + G + B ~ 16%. #254C06 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 76 + 6 = 119 (100%)
R 37 of 119 ~ 31.09%
G 76 of 119 ~ 63.87%
B 6 of 119 ~ 5.04'%

%31.09
%63.87

CMYK color model

#254C06 color CMYK value is (51,0,92,70).

  • cyan value is 51.32%
  • magenta value is 0.00%
  • yellow value is 92.11%
  • key color value is 70.20%

CMYK: (51,0,92,70)
C51M0Y92K70 (51%, 0%, 92%, 70%)
(0.51 / 0.00 / 0.92 / 0.70)

CMYK percentages

%51.32
%0
%92.11
%70.2

Codes

Color #254C06 in popluar color models

25 4C 06
RGB 37 76 6
HSL 93° 85.37% 16.08%
HSB/HSV 93° 92.11% 29.80%
CMYK 51.32% 0.00% 92.11%
70.20%

Color #254C06 in popluar number systems.

HEX 25 4C 06
Decimal 37 76 6
Binary 100101 1001100 110
Octal 45 114 6

Shades and tints

Shades of #254C06

#254C06
(37,76,6)
#224606
(34,70,6)
#1F4006
(31,64,6)
#1C3A06
(28,58,6)
#193406
(25,52,6)
#162E06
(22,46,6)
#132806
(19,40,6)
#102206
(16,34,6)
#0D1C06
(13,28,6)
#0A1606
(10,22,6)
#071006
(7,16,6)
#000000
(0,0,0)

Tints of #254C06

#254C06
(37,76,6)
#385C1C
(56,92,28)
#4B6C32
(75,108,50)
#5E7C48
(94,124,72)
#718C5E
(113,140,94)
#849C74
(132,156,116)
#97AC8A
(151,172,138)
#AABCA0
(170,188,160)
#BDCCB6
(189,204,182)
#D0DCCC
(208,220,204)
#E3ECE2
(227,236,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #254C06 color. Also use rgb(37,76,6) instead hex code.

Text Font Color

.myTextColor { color: #254C06; }

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

This text font color is #254C06.

Background Color

.myBgColor { background-color: #254C06; }

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

This div background color is #254C06.

Border color

.myBorderColor { border: 1px solid #254C06; }

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

This div border color is #254C06.

Opacity

.myOpacity80 { color: #254C06; opacity: 0.8; }

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

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

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

This text has shadow with #254C06 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #254C06.

Preview

Color preview on black background

This text has color #254C06 on black background.


Color preview on white background

This text has color #254C06 on white background.


Black color preview on #254C06 background

This text has black color on #254C06 background.


White color preview on #254C06 background

This text has white color on #254C06 background.


Related colors

Complementary color

Complementary color for #hex is #DAB3F9.


I love getcolorcode.com

Triadic colors

1 #06254C and #4C0625 with #254C06 are triadic colors.

2 #064C25 and #4C2506 with #254C06 are triadic colors.