COLOR #252913

HEX: #252913 RGB: (37,41,19)

Color info

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

RGB color model

#252913 color RGB value is (37,41,19).

RGB: (37,41,19) (15%, 16%, 7%)

RGB channels and saturation

R 37 of 255 = 15%
G 41 of 255 = 16%
B 19 of 255 = 7%

37
41
19

R + G + B ~ 13%. #252913 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 41 + 19 = 97 (100%)
R 37 of 97 ~ 38.14%
G 41 of 97 ~ 42.27%
B 19 of 97 ~ 19.59'%

%38.14
%42.27
%19.59

CMYK color model

#252913 color CMYK value is (10,0,54,84).

  • cyan value is 9.76%
  • magenta value is 0.00%
  • yellow value is 53.66%
  • key color value is 83.92%
CMYK: (10,0,54,84) C10M0Y54K84 (10%,0%,54%,84%) (0.10/0.00/0.54/0.84) 

CMYK percentages

%9.76
%0
%53.66
%83.92

Codes

Color #252913 in popluar color models

25 29 13
RGB 37 41 19
HSL 71° 36.67% 11.76%
HSB/HSV 71° 53.66% 16.08%
CMYK 9.76% 0.00% 53.66%
83.92%

Color #252913 in popluar number systems.

HEX 25 29 13
Decimal 37 41 19
Binary 100101 101001 10011
Octal 45 51 23

Shades and tints

Shades of #252913

#252913
(37,41,19)
#222612
(34,38,18)
#1F2311
(31,35,17)
#1C2010
(28,32,16)
#191D0F
(25,29,15)
#161A0E
(22,26,14)
#13170D
(19,23,13)
#10140C
(16,20,12)
#0D110B
(13,17,11)
#0A0E0A
(10,14,10)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #252913

#252913
(37,41,19)
#383C28
(56,60,40)
#4B4F3D
(75,79,61)
#5E6252
(94,98,82)
#717567
(113,117,103)
#84887C
(132,136,124)
#979B91
(151,155,145)
#AAAEA6
(170,174,166)
#BDC1BB
(189,193,187)
#D0D4D0
(208,212,208)
#E3E7E5
(227,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #252913 color. Also use rgb(37,41,19) instead hex code.

Text Font Color

.myTextColor { color: #252913; }

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

This text font color is #252913.

Background Color

.myBgColor { background-color: #252913; }

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

This div background color is #252913.

Border color

.myBorderColor { border: 1px solid #252913; }

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

This div border color is #252913.


'.$lang['color_style_opacity'].'

.myOpacity80 { color: #'.$colorObj['hex'].'; opacity: 0.8; }

<p style="color:#'.$colorObj['hex'].';opacity:0.8;">80%</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_opacity_text']).' 100% | 80% | 50% | 30%.

'.$lang['color_style_bgcolor_text'].' 100%.

'.$lang['color_style_bgcolor_text'].' 80%.

'.$lang['color_style_bgcolor_text'].' 50%.

'.$lang['color_style_bgcolor_text'].' 30%.

'.$lang['color_style_text_shadow'].'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].';}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].'">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample']).'

.textShadow {text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #'.$colorObj['hex'].', 5px 5px 20px red">Text here.</p>

'.str_replace('%color%',$colorObj['hex'],$lang['color_style_text_shadow_sample2']).'


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#'.$colorObj['hex'].', Direction=45, Strength=4)">Text</p>

This text has shadow with #'.$colorObj['hex'].' and red colors in old Internet Explorer.


'.$lang['color_style_box_shadow'].'

 /* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; -webkit-box-shadow: 1px 1px 3px 2px #'.$colorObj['hex'].'; box-shadow:1px 1px 3px 2px #'.$colorObj['hex'].';">
Div content here</div>
'.str_replace('%color%',$colorObj['hex'],$lang['color_style_box_shadow_sample']).'
'; ?>

Preview

Color preview on black background

This text has color #252913 on black background.


Color preview on white background

This text has color #252913 on white background.



Black color preview on #252913 background

This text has black color on #252913 background.


White color preview on #252913 background

This text has white color on #252913 background.