COLOR #25754A

HEX: #25754A
RGB: (37,117,74)

Color info

#25754A contains mainly green and blue colors. Web safe color of #25754A is #336633 (or #363).

RGB color model

#25754A color RGB value is (37,117,74).

  • red value is 37;
  • green value is 117;
  • blue value is 74.
RGB:
(37,117,74)
(15%,46%,29%)

RGB channels and saturation

R 37 of 255 = 15%
G 117 of 255 = 46%
B 74 of 255 = 29%

37
117
74

R + G + B ~ 30%. #25754A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 117 + 74 = 228 (100%)
R 37 of 228 ~ 16.23%
G 117 of 228 ~ 51.32%
B 74 of 228 ~ 32.46%

%16.23
%51.32
%32.46

CMYK color model

#25754A color CMYK value is (68,0,37,54).

  • cyan value is 68.38%
  • magenta value is 0.00%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(68,0,37,54)
C68M0Y37K54 
(68%,0%,37%,54%)
(0.68/0.00/0.37/0.54)	

CMYK percentages

%68.38
%0
%36.75
%54.12

Codes

Color #25754A in popluar color models

25754A
RGB3711774
HSL148°51.95%30.20%
HSB/HSV148°68.38%45.88%
CMYK68.38%0.00%36.75%
54.12%

Color #25754A in popluar number systems.

HEX25754A
Decimal3711774
Binary10010111101011001010
Octal45165112

Shades and tints

Shades of #25754A

#25754A
(37,117,74)
#226B44
(34,107,68)
#1F613E
(31,97,62)
#1C5738
(28,87,56)
#194D32
(25,77,50)
#16432C
(22,67,44)
#133926
(19,57,38)
#102F20
(16,47,32)
#0D251A
(13,37,26)
#0A1B14
(10,27,20)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #25754A

#25754A
(37,117,74)
#38815A
(56,129,90)
#4B8D6A
(75,141,106)
#5E997A
(94,153,122)
#71A58A
(113,165,138)
#84B19A
(132,177,154)
#97BDAA
(151,189,170)
#AAC9BA
(170,201,186)
#BDD5CA
(189,213,202)
#D0E1DA
(208,225,218)
#E3EDEA
(227,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25754A color. Also use rgb(37,117,74) instead hex code.

Text Font Color

.myTextColor { color: #25754A; }

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

This text font color is #25754A.


Background Color

.myBgColor { background-color: #25754A; }

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

This div background color is #25754A.


Border color

.myBorderColor { border: 1px solid #25754A; }

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

This div border color is #25754A.


Opacity

.myOpacity80 { color: #25754A; opacity: 0.8; }

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

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

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

This text has shadow with #25754A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25754A on black background.


Color preview on white background

This text has color #25754A on white background.



Black color preview on #25754A background

This text has black color on #25754A background.


White color preview on #25754A background

This text has white color on #25754A background.