COLOR #048361

HEX: #048361
RGB: (4,131,97)

Color info

#048361 contains mainly green and blue colors. Web safe color of #048361 is #009966 (or #096).

RGB color model

#048361 color RGB value is (4,131,97).

  • red value is 4;
  • green value is 131;
  • blue value is 97.
RGB:
(4,131,97)
(2%,51%,38%)

RGB channels and saturation

R 4 of 255 = 2%
G 131 of 255 = 51%
B 97 of 255 = 38%

4
131
97

R + G + B ~ 30%. #048361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
4 + 131 + 97 = 232 (100%)
R 4 of 232 ~ 1.72%
G 131 of 232 ~ 56.47%
B 97 of 232 ~ 41.81%

%56.47
%41.81

CMYK color model

#048361 color CMYK value is (97,0,26,49).

  • cyan value is 96.95%
  • magenta value is 0.00%
  • yellow value is 25.95%
  • key color value is 48.63%
CMYK:
(97,0,26,49)
C97M0Y26K49 
(97%,0%,26%,49%)
(0.97/0.00/0.26/0.49)	

CMYK percentages

%96.95
%0
%25.95
%48.63

Codes

Color #048361 in popluar color models

048361
RGB413197
HSL164°94.07%26.47%
HSB/HSV164°96.95%51.37%
CMYK96.95%0.00%25.95%
48.63%

Color #048361 in popluar number systems.

HEX048361
Decimal413197
Binary100100000111100001
Octal4203141

Shades and tints

Shades of #048361

#048361
(4,131,97)
#047859
(4,120,89)
#046D51
(4,109,81)
#046249
(4,98,73)
#045741
(4,87,65)
#044C39
(4,76,57)
#044131
(4,65,49)
#043629
(4,54,41)
#042B21
(4,43,33)
#042019
(4,32,25)
#041511
(4,21,17)
#000000
(0,0,0)

Tints of #048361

#048361
(4,131,97)
#1A8E6F
(26,142,111)
#30997D
(48,153,125)
#46A48B
(70,164,139)
#5CAF99
(92,175,153)
#72BAA7
(114,186,167)
#88C5B5
(136,197,181)
#9ED0C3
(158,208,195)
#B4DBD1
(180,219,209)
#CAE6DF
(202,230,223)
#E0F1ED
(224,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048361 color. Also use rgb(4,131,97) instead hex code.

Text Font Color

.myTextColor { color: #048361; }

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

This text font color is #048361.


Background Color

.myBgColor { background-color: #048361; }

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

This div background color is #048361.


Border color

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

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

This div border color is #048361.


Opacity

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

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

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

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

This text has shadow with #048361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #048361 on black background.


Color preview on white background

This text has color #048361 on white background.



Black color preview on #048361 background

This text has black color on #048361 background.


White color preview on #048361 background

This text has white color on #048361 background.