COLOR #252B07

HEX: #252B07 RGB: (37,43,7)

Color info

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

RGB color model

#252B07 color RGB value is (37,43,7).

RGB: (37,43,7) (15%, 17%, 3%)

RGB channels and saturation

R 37 of 255 = 15%
G 43 of 255 = 17%
B 7 of 255 = 3%

37
43
7

R + G + B ~ 12%. #252B07 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 43 + 7 = 87 (100%)
R 37 of 87 ~ 42.53%
G 43 of 87 ~ 49.43%
B 7 of 87 ~ 8.05'%

%42.53
%49.43

CMYK color model

#252B07 color CMYK value is (14,0,84,83).

  • cyan value is 13.95%
  • magenta value is 0.00%
  • yellow value is 83.72%
  • key color value is 83.14%

CMYK: (14,0,84,83)
C14M0Y84K83 (14%, 0%, 84%, 83%)
(0.14 / 0.00 / 0.84 / 0.83)

CMYK percentages

%13.95
%0
%83.72
%83.14

Codes

Color #252B07 in popluar color models

25 2B 07
RGB 37 43 7
HSL 70° 72.00% 9.80%
HSB/HSV 70° 83.72% 16.86%
CMYK 13.95% 0.00% 83.72%
83.14%

Color #252B07 in popluar number systems.

HEX 25 2B 07
Decimal 37 43 7
Binary 100101 101011 111
Octal 45 53 7

Shades and tints

Shades of #252B07

#252B07
(37,43,7)
#222807
(34,40,7)
#1F2507
(31,37,7)
#1C2207
(28,34,7)
#191F07
(25,31,7)
#161C07
(22,28,7)
#131907
(19,25,7)
#101607
(16,22,7)
#0D1307
(13,19,7)
#0A1007
(10,16,7)
#070D07
(7,13,7)
#000000
(0,0,0)

Tints of #252B07

#252B07
(37,43,7)
#383E1D
(56,62,29)
#4B5133
(75,81,51)
#5E6449
(94,100,73)
#71775F
(113,119,95)
#848A75
(132,138,117)
#979D8B
(151,157,139)
#AAB0A1
(170,176,161)
#BDC3B7
(189,195,183)
#D0D6CD
(208,214,205)
#E3E9E3
(227,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252B07 color. Also use rgb(37,43,7) instead hex code.

Text Font Color

.myTextColor { color: #252B07; }

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

This text font color is #252B07.

Background Color

.myBgColor { background-color: #252B07; }

<div style="background-color:#252B07">Inner text</div>

This div background color is #252B07.

Border color

.myBorderColor { border: 1px solid #252B07; }

<div style="border:3px solid #252B07">Div</div>

This div border color is #252B07.

Opacity

.myOpacity80 { color: #252B07; opacity: 0.8; }

<p style="color:#252B07;opacity:0.8;">80%</p>

Text with #252B07 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 #252B07;}

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

This text has shadow with #252B07 color.


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

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

This text has shadow with #252B07 primary color and red secondary color.


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

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

This text has shadow with #252B07 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #252B07.

Preview

Color preview on black background

This text has color #252B07 on black background.


Color preview on white background

This text has color #252B07 on white background.


Black color preview on #252B07 background

This text has black color on #252B07 background.


White color preview on #252B07 background

This text has white color on #252B07 background.


Related colors

Complementary color

Complementary color for #hex is #DAD4F8.


I love getcolorcode.com

Triadic colors

1 #07252B and #2B0725 with #252B07 are triadic colors.

2 #072B25 and #2B2507 with #252B07 are triadic colors.