COLOR #25480C

HEX: #25480C
RGB: (37,72,12)

Color info

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

RGB color model

#25480C color RGB value is (37,72,12).

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

RGB channels and saturation

R 37 of 255 = 15%
G 72 of 255 = 28%
B 12 of 255 = 5%

37
72
12

R + G + B ~ 16%. #25480C is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 72 + 12 = 121 (100%)
R 37 of 121 ~ 30.58%
G 72 of 121 ~ 59.5%
B 12 of 121 ~ 9.92%

%30.58
%59.5
%9.92

CMYK color model

#25480C color CMYK value is (49,0,83,72).

  • cyan value is 48.61%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 71.76%
CMYK:
(49,0,83,72)
C49M0Y83K72 
(49%,0%,83%,72%)
(0.49/0.00/0.83/0.72)	

CMYK percentages

%48.61
%0
%83.33
%71.76

Codes

Color #25480C in popluar color models

25480C
RGB377212
HSL95°71.43%16.47%
HSB/HSV95°83.33%28.24%
CMYK48.61%0.00%83.33%
71.76%

Color #25480C in popluar number systems.

HEX25480C
Decimal377212
Binary10010110010001100
Octal4511014

Shades and tints

Shades of #25480C

#25480C
(37,72,12)
#22420B
(34,66,11)
#1F3C0A
(31,60,10)
#1C3609
(28,54,9)
#193008
(25,48,8)
#162A07
(22,42,7)
#132406
(19,36,6)
#101E05
(16,30,5)
#0D1804
(13,24,4)
#0A1203
(10,18,3)
#070C02
(7,12,2)
#000000
(0,0,0)

Tints of #25480C

#25480C
(37,72,12)
#385822
(56,88,34)
#4B6838
(75,104,56)
#5E784E
(94,120,78)
#718864
(113,136,100)
#84987A
(132,152,122)
#97A890
(151,168,144)
#AAB8A6
(170,184,166)
#BDC8BC
(189,200,188)
#D0D8D2
(208,216,210)
#E3E8E8
(227,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #25480C; }

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

This text font color is #25480C.


Background Color

.myBgColor { background-color: #25480C; }

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

This div background color is #25480C.


Border color

.myBorderColor { border: 1px solid #25480C; }

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

This div border color is #25480C.


Opacity

.myOpacity80 { color: #25480C; opacity: 0.8; }

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

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

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

This text has shadow with #25480C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #25480C on black background.


Color preview on white background

This text has color #25480C on white background.



Black color preview on #25480C background

This text has black color on #25480C background.


White color preview on #25480C background

This text has white color on #25480C background.