COLOR #25420B

HEX: #25420B RGB: (37,66,11)

Color info

#25420B contains red, green and blue colors in about the same proportion. Web safe color of #25420B is #333300 (or #330).

RGB color model

#25420B color RGB value is (37,66,11).

RGB: (37,66,11) (15%, 26%, 4%)

RGB channels and saturation

R 37 of 255 = 15%
G 66 of 255 = 26%
B 11 of 255 = 4%

37
66
11

R + G + B ~ 15%. #25420B is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 66 + 11 = 114 (100%)
R 37 of 114 ~ 32.46%
G 66 of 114 ~ 57.89%
B 11 of 114 ~ 9.65'%

%32.46
%57.89

CMYK color model

#25420B color CMYK value is (44,0,83,74).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 74.12%

CMYK: (44,0,83,74)
C44M0Y83K74 (44%, 0%, 83%, 74%)
(0.44 / 0.00 / 0.83 / 0.74)

CMYK percentages

%43.94
%0
%83.33
%74.12

Codes

Color #25420B in popluar color models

25 42 0B
RGB 37 66 11
HSL 92° 71.43% 15.10%
HSB/HSV 92° 83.33% 25.88%
CMYK 43.94% 0.00% 83.33%
74.12%

Color #25420B in popluar number systems.

HEX 25 42 0B
Decimal 37 66 11
Binary 100101 1000010 1011
Octal 45 102 13

Shades and tints

Shades of #25420B

#25420B
(37,66,11)
#223C0A
(34,60,10)
#1F3609
(31,54,9)
#1C3008
(28,48,8)
#192A07
(25,42,7)
#162406
(22,36,6)
#131E05
(19,30,5)
#101804
(16,24,4)
#0D1203
(13,18,3)
#0A0C02
(10,12,2)
#070601
(7,6,1)
#000000
(0,0,0)

Tints of #25420B

#25420B
(37,66,11)
#385321
(56,83,33)
#4B6437
(75,100,55)
#5E754D
(94,117,77)
#718663
(113,134,99)
#849779
(132,151,121)
#97A88F
(151,168,143)
#AAB9A5
(170,185,165)
#BDCABB
(189,202,187)
#D0DBD1
(208,219,209)
#E3ECE7
(227,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #25420B color. Also use rgb(37,66,11) instead hex code.

Text Font Color

.myTextColor { color: #25420B; }

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

This text font color is #25420B.

Background Color

.myBgColor { background-color: #25420B; }

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

This div background color is #25420B.

Border color

.myBorderColor { border: 1px solid #25420B; }

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

This div border color is #25420B.

Opacity

.myOpacity80 { color: #25420B; opacity: 0.8; }

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

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

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

This text has shadow with #25420B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #25420B.

Preview

Color preview on black background

This text has color #25420B on black background.


Color preview on white background

This text has color #25420B on white background.


Black color preview on #25420B background

This text has black color on #25420B background.


White color preview on #25420B background

This text has white color on #25420B background.


Related colors

Complementary color

Complementary color for #hex is #DABDF4.


I love getcolorcode.com

Triadic colors

1 #0B2542 and #420B25 with #25420B are triadic colors.

2 #0B4225 and #42250B with #25420B are triadic colors.