COLOR #252934

HEX: #252934
RGB: (37,41,52)

Color info

#252934 contains red, green and blue colors in about the same proportion. Web safe color of #252934 is #333333 (or #333).

RGB color model

#252934 color RGB value is (37,41,52).

  • red value is 37;
  • green value is 41;
  • blue value is 52.
RGB:
(37,41,52)
(15%,16%,20%)

RGB channels and saturation

R 37 of 255 = 15%
G 41 of 255 = 16%
B 52 of 255 = 20%

37
41
52

R + G + B ~ 17%. #252934 is dark color.

Portions of RGB colors in percentages

R + G + B =
37 + 41 + 52 = 130 (100%)
R 37 of 130 ~ 28.46%
G 41 of 130 ~ 31.54%
B 52 of 130 ~ 40%

%28.46
%31.54
%40

CMYK color model

#252934 color CMYK value is (29,21,0,80).

  • cyan value is 28.85%
  • magenta value is 21.15%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(29,21,0,80)
C29M21Y0K80 
(29%,21%,0%,80%)
(0.29/0.21/0.00/0.80)	

CMYK percentages

%28.85
%21.15
%0
%79.61

Codes

Color #252934 in popluar color models

252934
RGB374152
HSL224°16.85%17.45%
HSB/HSV224°28.85%20.39%
CMYK28.85%21.15%0.00%
79.61%

Color #252934 in popluar number systems.

HEX252934
Decimal374152
Binary100101101001110100
Octal455164

Shades and tints

Shades of #252934

#252934
(37,41,52)
#222630
(34,38,48)
#1F232C
(31,35,44)
#1C2028
(28,32,40)
#191D24
(25,29,36)
#161A20
(22,26,32)
#13171C
(19,23,28)
#101418
(16,20,24)
#0D1114
(13,17,20)
#0A0E10
(10,14,16)
#070B0C
(7,11,12)
#000000
(0,0,0)

Tints of #252934

#252934
(37,41,52)
#383C46
(56,60,70)
#4B4F58
(75,79,88)
#5E626A
(94,98,106)
#71757C
(113,117,124)
#84888E
(132,136,142)
#979BA0
(151,155,160)
#AAAEB2
(170,174,178)
#BDC1C4
(189,193,196)
#D0D4D6
(208,212,214)
#E3E7E8
(227,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #252934; }

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

This text font color is #252934.


Background Color

.myBgColor { background-color: #252934; }

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

This div background color is #252934.


Border color

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

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

This div border color is #252934.


Opacity

.myOpacity80 { color: #252934; opacity: 0.8; }

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

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

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

This text has shadow with #252934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #252934 on black background.


Color preview on white background

This text has color #252934 on white background.



Black color preview on #252934 background

This text has black color on #252934 background.


White color preview on #252934 background

This text has white color on #252934 background.