COLOR #25823D

HEX: #25823D RGB: (37,130,61)

Color info

#25823D contains mainly green color. Web safe color of #25823D is #339933 (or #393).

RGB color model

#25823D color RGB value is (37,130,61).

RGB: (37,130,61) (15%, 51%, 24%)

RGB channels and saturation

R 37 of 255 = 15%
G 130 of 255 = 51%
B 61 of 255 = 24%

37
130
61

R + G + B ~ 30%. #25823D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 130 + 61 = 228 (100%)
R 37 of 228 ~ 16.23%
G 130 of 228 ~ 57.02%
B 61 of 228 ~ 26.75'%

%16.23
%57.02
%26.75

CMYK color model

#25823D color CMYK value is (72,0,53,49).

  • cyan value is 71.54%
  • magenta value is 0.00%
  • yellow value is 53.08%
  • key color value is 49.02%

CMYK: (72,0,53,49)
C72M0Y53K49 (72%, 0%, 53%, 49%)
(0.72 / 0.00 / 0.53 / 0.49)

CMYK percentages

%71.54
%0
%53.08
%49.02

Codes

Color #25823D in popluar color models

25 82 3D
RGB 37 130 61
HSL 135° 55.69% 32.75%
HSB/HSV 135° 71.54% 50.98%
CMYK 71.54% 0.00% 53.08%
49.02%

Color #25823D in popluar number systems.

HEX 25 82 3D
Decimal 37 130 61
Binary 100101 10000010 111101
Octal 45 202 75

Shades and tints

Shades of #25823D

#25823D
(37,130,61)
#227738
(34,119,56)
#1F6C33
(31,108,51)
#1C612E
(28,97,46)
#195629
(25,86,41)
#164B24
(22,75,36)
#13401F
(19,64,31)
#10351A
(16,53,26)
#0D2A15
(13,42,21)
#0A1F10
(10,31,16)
#07140B
(7,20,11)
#000000
(0,0,0)

Tints of #25823D

#25823D
(37,130,61)
#388D4E
(56,141,78)
#4B985F
(75,152,95)
#5EA370
(94,163,112)
#71AE81
(113,174,129)
#84B992
(132,185,146)
#97C4A3
(151,196,163)
#AACFB4
(170,207,180)
#BDDAC5
(189,218,197)
#D0E5D6
(208,229,214)
#E3F0E7
(227,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25823D color. Also use rgb(37,130,61) instead hex code.

Text Font Color

.myTextColor { color: #25823D; }

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

This text font color is #25823D.

Background Color

.myBgColor { background-color: #25823D; }

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

This div background color is #25823D.

Border color

.myBorderColor { border: 1px solid #25823D; }

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

This div border color is #25823D.

Opacity

.myOpacity80 { color: #25823D; opacity: 0.8; }

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

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

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

This text has shadow with #25823D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25823D.

Preview

Color preview on black background

This text has color #25823D on black background.


Color preview on white background

This text has color #25823D on white background.


Black color preview on #25823D background

This text has black color on #25823D background.


White color preview on #25823D background

This text has white color on #25823D background.


Related colors

Complementary color

Complementary color for #hex is #DA7DC2.


I love getcolorcode.com

Triadic colors

1 #3D2582 and #823D25 with #25823D are triadic colors.

2 #3D8225 and #82253D with #25823D are triadic colors.