COLOR #275349

HEX: #275349
RGB: (39,83,73)

Color info

#275349 contains red, green and blue colors in about the same proportion. Web safe color of #275349 is #336633 (or #363).

RGB color model

#275349 color RGB value is (39,83,73).

  • red value is 39;
  • green value is 83;
  • blue value is 73.
RGB:
(39,83,73)
(15%,33%,29%)

RGB channels and saturation

R 39 of 255 = 15%
G 83 of 255 = 33%
B 73 of 255 = 29%

39
83
73

R + G + B ~ 26%. #275349 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 83 + 73 = 195 (100%)
R 39 of 195 ~ 20%
G 83 of 195 ~ 42.56%
B 73 of 195 ~ 37.44%

%20
%42.56
%37.44

CMYK color model

#275349 color CMYK value is (53,0,12,67).

  • cyan value is 53.01%
  • magenta value is 0.00%
  • yellow value is 12.05%
  • key color value is 67.45%
CMYK:
(53,0,12,67)
C53M0Y12K67 
(53%,0%,12%,67%)
(0.53/0.00/0.12/0.67)	

CMYK percentages

%53.01
%0
%12.05
%67.45

Codes

Color #275349 in popluar color models

275349
RGB398373
HSL166°36.07%23.92%
HSB/HSV166°53.01%32.55%
CMYK53.01%0.00%12.05%
67.45%

Color #275349 in popluar number systems.

HEX275349
Decimal398373
Binary10011110100111001001
Octal47123111

Shades and tints

Shades of #275349

#275349
(39,83,73)
#244C43
(36,76,67)
#21453D
(33,69,61)
#1E3E37
(30,62,55)
#1B3731
(27,55,49)
#18302B
(24,48,43)
#152925
(21,41,37)
#12221F
(18,34,31)
#0F1B19
(15,27,25)
#0C1413
(12,20,19)
#090D0D
(9,13,13)
#000000
(0,0,0)

Tints of #275349

#275349
(39,83,73)
#3A6259
(58,98,89)
#4D7169
(77,113,105)
#608079
(96,128,121)
#738F89
(115,143,137)
#869E99
(134,158,153)
#99ADA9
(153,173,169)
#ACBCB9
(172,188,185)
#BFCBC9
(191,203,201)
#D2DAD9
(210,218,217)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #275349 color. Also use rgb(39,83,73) instead hex code.

Text Font Color

.myTextColor { color: #275349; }

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

This text font color is #275349.


Background Color

.myBgColor { background-color: #275349; }

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

This div background color is #275349.


Border color

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

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

This div border color is #275349.


Opacity

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

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

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

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

This text has shadow with #275349 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #275349 on black background.


Color preview on white background

This text has color #275349 on white background.



Black color preview on #275349 background

This text has black color on #275349 background.


White color preview on #275349 background

This text has white color on #275349 background.